aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2006-05-20fix build without nlssimonb1-2/+2
2006-05-20improve native language handling, move messages and menu labels to simonb34-162/+158
FbTk::FbString
2006-05-17fix root pixmap + atoms indexes in FbPixmapsimonb1-2/+2
Fixes issues with transparency on multiple screens, and probably also some alternate rootbg atoms
2006-05-17typo of STLutil.hhsimonb1-1/+1
2006-05-16issue with maximise and quadrant resizesimonb2-0/+9
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 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 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
use utf8 internally
2006-05-01make apps file keywords case insensitive, plus check it for reload beforesimonb1-82/+100
save on close and other save events
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
#1475268 (thanks Scott Kuhl; skuhl AT cs utah edu)
2006-04-25fix a bunch of comments, make default textures obvioussimonb13-24/+36
Thanks Jonas Koelker
2006-04-25Output the error message on fallback restart execs (sf.net patch simonb1-1/+5
#1475213). Thanks Jonas Koelker, jonaskoelker at users.sourceforge.net.
2006-04-24Use -Wall when --enable-debug and some warning fixes simonb8-10/+14
+ thanks Jonas Koelker
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_*. ↵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 reloadsimonb6-23/+157
2006-04-23focus a window if it's the only one.simonb1-1/+2
Thanks Jonas Koelker
2006-04-23tidy up window cyclingsimonb2-195/+71
Thanks Mark Tiefenbruck, mark at tiefenbruck dot org
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
* added first draft of new docs in asciidoc format, needs to be converted properly to roff-format, right now its just a temporary "home" * rename of Coding_style to CODESTYLE