summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-04-23tidy up window cyclingsimonb3-195/+75
Thanks Mark Tiefenbruck, mark at tiefenbruck dot org
2006-04-22fix menu corruption when size/label changessimonb3-1/+7
2006-04-22fix crash when toolbar disabledsimonb4-18/+21
2006-04-22couple of memory fixes from valgrindsimonb4-5/+9
2006-04-22applied #1458069 and #1467926 to the new doc (fluxbox.txt)mathias2-45/+74
2006-04-22fix static management of CommandParser, sf.net 1474444simonb3-3/+24
2006-04-22minor cosmetic tweaks, thanks Semushin Slavak, php-coder AT ngs rusimonb4-4/+4
2006-04-22* cosmetics to Workspace.hh CurrentWindowCmd.ccmathias6-26/+1635
* 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
2006-04-21oops... didnt compile!simonb1-2/+2
2006-04-21minor fixes to slit transparency handlingsimonb2-8/+14
2006-04-21revert previous update, php_coder says it's a bit brokensimonb2-13/+11
2006-04-21update transparent window backgrounds on bg changesimonb4-4/+53
2006-04-21border between tabs same as window bordersimonb2-3/+15
2006-04-19typos, plus get rid of error message if "icons" isn't a dir...simonb1-5/+4
2006-04-19fbgm expansion - system utils menusimonb2-31/+56
2006-04-19Update Norwegian Bokml translation, nb_NO, sf.net patch #1393780simonb2-9/+17
Thanks Alexander N. Sornes, emptydoor at users.sourceforge.net
2006-04-19 Update Danish translation, da_DKsimonb2-5/+28
Thanks Jonas Koelker, jonaskoelker at users.sourceforge.net
2006-04-19mouse focus fixes - thanks Scott Kuhl: skuhl AT cs utah edusimonb3-2/+5
2006-04-19allow ~ in background pixmap pathsimonb2-0/+3
2006-04-19windows keep relative positions in ArrangeWindows, based on distance to new ↵mathias2-23/+48
'cell' center
2006-04-19no local or globbing in pure bournemathias2-13/+20
2006-04-18don't check the clock so often...simonb4-22/+57
2006-04-18fix freeze in systemtray configuring, sf.net bug #1359442simonb2-2/+5
2006-04-17iconbutton handling fixessimonb8-43/+55
2006-04-17fix transparency updates for the toolbar when autohide is onsimonb11-1/+36
2006-04-17fix some toolbar transparencysimonb3-0/+4
2006-04-17fix label display with external tabs on some winssimonb2-1/+4
2006-04-17fix fbrun positioning code to use hints properlysimonb4-4/+13
2006-04-17grow the clock if the text gets too bigsimonb2-1/+12
2006-04-17fix some rotation issuessimonb4-38/+25
2006-04-17portability fixes for couple of shell scriptssimonb3-17/+21
2006-04-17shell portability fixsimonb2-1/+5
2006-04-17fix compiler warnings in fbrun toosimonb2-4/+7
2006-04-16add reversewheeling option simonb6-11/+39
thanks Kalle - ice_jkpg at users.sourceforge.net
2006-04-16add missing space in translationsimonb2-1/+3
2006-04-16improved defaulting of int args in commands (thanks Jonas Koelker)simonb2-31/+35
2006-04-16add CloseAllWindows key actionsimonb4-0/+35
thanks Adriano Dal Bosco - adbosco at users.sourceforge.net
2006-04-16fix all compiler warnings with -Wallsimonb17-51/+77
2006-04-15signedness fixsimonb2-2/+4
2006-04-15implement vertical toolbar placement optionssimonb17-53/+225
2006-04-14more button state fixing for shade, should be right nowsimonb2-3/+11
plus noticed typo in theme for unshade
2006-04-14fix time type affecting double click on fbwinframesimonb2-1/+4
2006-04-14fix window button image updatessimonb5-18/+35
2006-04-12add "key modes" - thanks to Mark Tiefenbruck, mark at tiefenbruck dot orgsimonb8-100/+182
2006-04-11situation: a maximized xterm changes its size (coz the user changes the font).mathias2-61/+77
after unmaximizing the window it snaps back to its old values .. which are not in sync with the sizehints anymore. hence we need to apply them for maximizing / unmaximizing and unfullscreen to avoid ugly visual appearance.
2006-04-11cosmetic, closes #1467926mathias3-23/+28
2006-04-11fixed size_t issue with prevWorkspace, minor cosmetic changes to Screen.hhmathias3-6/+9
2006-04-09just some indentfluxgen1-2/+8
2006-04-09fix label transparent bg update with ext. tabssimonb2-1/+4
2006-04-06fix size_t issues and other 64bit-highlighted warningssimonb4-3/+9