aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-17fix root pixmap + atoms indexes in FbPixmapsimonb2-2/+6
Fixes issues with transparency on multiple screens, and probably also some alternate rootbg atoms
2006-05-17typo of STLutil.hhsimonb1-1/+1
2006-05-17Coding_Style was renamedsimonb1-1/+1
2006-05-16issue with maximise and quadrant resizesimonb3-0/+12
2006-05-13fixed some redraw issues with the title, thanks _marktfluxgen1-0/+2
2006-05-13fixed some redraw issues with the title, thanks _marktfluxgen2-1/+4
2006-05-13added commentsfluxgen1-0/+4
2006-05-13just a minor changefluxgen1-10/+10
2006-05-13added support for _NET_WM_STATE_DEMANDS_ATTENTIONfluxgen1-0/+10
2006-05-13added AttentionNoticeHandler.hh AttentionNoticeHandler.cc STLUtil.hfluxgen1-0/+2
2006-05-13added one more render option for renderButton, force render of focused. ↵fluxgen1-6/+20
Listening to attention signal from Window.
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 ↵fluxgen1-0/+1
demands attention
2006-05-13added new signal, attentionSig(), will notify listeners when this window ↵fluxgen1-1/+3
demands attention
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 titlessimonb13-25/+110
2006-05-07removed duplicate setItemEnabledfluxgen1-1/+0
2006-05-07missed two added files, whoopssimonb2-0/+269
2006-05-07handle utf-8 strings properly.simonb18-206/+111
use utf8 internally
2006-05-01make apps file keywords case insensitive, plus check it for reload beforesimonb2-82/+104
save on close and other save events
2006-04-28first try of converted new manpagemathias1-0/+1411
2006-04-26fixed minor bugfluxgen1-2/+2
2006-04-26resize and notify client when autogroupingsimonb2-0/+9
2006-04-25(no commit message)mathias1-1/+1
2006-04-25Cleanup unneeded headers (thanks Slava Semushin)mathias7-53/+34
2006-04-25 Fix occasional highlighting of menu nops+separators, sf.net patch simonb5-4/+11
#1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
2006-04-25fbrun: Move the cursor to the end when tab completingsimonb3-10/+27
+ thanks Jonas Koelker, sf.net rfe #1333003, patch #1475578
2006-04-25fix a bunch of comments, make default textures obvioussimonb14-24/+40
Thanks Jonas Koelker
2006-04-25Output the error message on fallback restart execs (sf.net patch simonb2-1/+9
#1475213). Thanks Jonas Koelker, jonaskoelker at users.sourceforge.net.
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb10-11/+20
+ thanks Jonas Koelker
2006-04-24fix memory leaks in menu codesimonb7-11/+26
2006-04-24external tabs as defaultsimonb2-1/+7
2006-04-23_NET_RESTACK_WINDOWfluxgen1-2/+6
2006-04-23removed includefluxgen1-1/+0
2006-04-23added support for _NET_RESTACK_WINDOW.fluxgen1-1/+2
2006-04-23added support for _NET_WM_RESTACK_WINDOW.fluxgen2-5/+41
2006-04-23maxWidth() and maxHeight()fluxgen1-0/+3
2006-04-23fixed typos, patches from php-coder (slava)mathias2-24/+37
2006-04-23more ewmh supportfluxgen1-0/+3
2006-04-23added support for _NET_WM_ALLOWED_ACTIONS and all the _NET_WM_ACTION_*. ↵fluxgen6-28/+178
Added _NET_WM_STATE_MODAL and _NET_WM_WINDOW_TYPE_SPLASH
2006-04-23missed out clearing startups on apps reloadsimonb1-0/+1
2006-04-23reload the apps file on flux reloadsimonb7-23/+159
2006-04-23update docs for Next/PrevWindow commandssimonb2-6/+13