aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-05-13added AttentionNoticeHandler.hh AttentionNoticeHandler.cc STLUtil.hfluxgen1-0/+2
2006-05-13added one more render option for renderButton, force render of focused. Liste...fluxgen1-6/+20
2006-05-13added one more render option for renderButton, force render of focusedfluxgen1-2/+6
2006-05-13added new signal, attentionSig(), will notify listeners when this window dema...fluxgen1-0/+1
2006-05-13added new signal, attentionSig(), will notify listeners when this window dema...fluxgen1-1/+3
2006-05-13added support for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-2/+13
2006-05-13added support for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-1/+4
2006-05-13handles flashing of titlebar if the window demands attentionfluxgen2-0/+161
2006-05-13STL utilitiesfluxgen1-0/+56
2006-05-13moved destroyAndClearList from Screen.cc to STLUtil::destroyAndClearfluxgen1-14/+7
2006-05-13added test program for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-0/+5
2006-05-13test program for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-0/+131
2006-05-13added net_wm_name and net_wm_icon_name to supported atomsfluxgen1-3/+63
2006-05-07more utf8 changes, notably window titlessimonb12-25/+105
2006-05-07removed duplicate setItemEnabledfluxgen1-1/+0
2006-05-07missed two added files, whoopssimonb2-0/+269
2006-05-07handle utf-8 strings properly.simonb17-206/+104
2006-05-01make apps file keywords case insensitive, plus check it for reload beforesimonb1-82/+100
2006-04-26fixed minor bugfluxgen1-2/+2
2006-04-26resize and notify client when autogroupingsimonb1-0/+6
2006-04-25Cleanup unneeded headers (thanks Slava Semushin)mathias5-21/+1
2006-04-25 Fix occasional highlighting of menu nops+separators, sf.net patch simonb4-4/+8
2006-04-25fix a bunch of comments, make default textures obvioussimonb13-24/+36
2006-04-25Output the error message on fallback restart execs (sf.net patch simonb1-1/+5
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb8-10/+14
2006-04-24fix memory leaks in menu codesimonb6-11/+24
2006-04-24external tabs as defaultsimonb1-1/+1
2006-04-23_NET_RESTACK_WINDOWfluxgen1-2/+6
2006-04-23removed includefluxgen1-1/+0
2006-04-23added support for _NET_WM_RESTACK_WINDOW.fluxgen2-5/+41
2006-04-23maxWidth() and maxHeight()fluxgen1-0/+3
2006-04-23added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. Added...fluxgen6-28/+178
2006-04-23missed out clearing startups on apps reloadsimonb1-0/+1
2006-04-23reload the apps file on flux reloadsimonb6-23/+157
2006-04-23focus a window if it's the only one.simonb1-1/+2
2006-04-23tidy up window cyclingsimonb2-195/+71
2006-04-22fix menu corruption when size/label changessimonb2-1/+4
2006-04-22fix crash when toolbar disabledsimonb3-18/+19
2006-04-22couple of memory fixes from valgrindsimonb3-5/+7
2006-04-22fix static management of CommandParser, sf.net 1474444simonb2-3/+21
2006-04-22minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs rusimonb2-3/+1
2006-04-22* cosmetics to Workspace.hh CurrentWindowCmd.ccmathias2-26/+26
2006-04-21oops... didnt compile!simonb1-2/+2
2006-04-21minor fixes to slit transparency handlingsimonb1-8/+12
2006-04-21update transparent window backgrounds on bg changesimonb3-4/+50
2006-04-21border between tabs same as window bordersimonb1-3/+11
2006-04-19mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edusimonb2-2/+3
2006-04-19allow ~ in background pixmap pathsimonb1-0/+1
2006-04-19windows keep relative positions in ArrangeWindows, based on distance to new '...mathias1-23/+46
2006-04-18don't check the clock so often...simonb3-22/+55