Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-05 | Fix build-system: install data files (keys, apps, menu ...) | Mathias Gumz | 1 | -10/+12 | |
* Correctly build data files when operate outside of the $(srcdir) * Actually install data files * Use pkg-config to detect X11, works better on MacOSX. We used pkg-config already anyway, double checking for X11 does not yield better results. * Replace EXEEXT in some files while before installing them | |||||
2013-05-26 | build-sys: move to non-recursive build | Sami Kerola | 38 | -167/+198 | |
This rather large change will attempts to make 'make' to work better. See excellent paper 'Recursive Make Considered Harmful' by Peter Miller for further explanation why several make files is worse than one for whole project. Note. The tests are build with 'make check' rather than defining TEST. Reference: http://miller.emu.id.au/pmiller/books/rmch/ Reference: http://karelzak.blogspot.co.uk/2013/02/non-recursive-automake.html | |||||
2013-05-26 | build-sys: remove unnecessary files | Sami Kerola | 2 | -4/+0 | |
2011-09-01 | Re-licensing the ostrich theme due to issues regarding it's distribution | Sven Michel | 1 | -3/+1 | |
CC-BY-NC 3.0 is a great license, but it limits how well we can redistribute the theme it's self. This change allows distros (such as Debian) to keep this theme in the source. | |||||
2011-08-11 | Updated styles 'bloe' and 'arch' to look better without xpm-support | Sven Michel | 2 | -87/+87 | |
2011-05-09 | Fix make install failure with some autotools versions | Pavel Labath | 1 | -3/+3 | |
apparently, some versions of autotools don't know about $(builddir) variable. I replaced it with ".". | |||||
2011-04-27 | Woops, forgot to add the file. | Pavel Labath | 1 | -0/+10 | |
2011-04-27 | Make sure `make distcheck' is successful | Pavel Labath | 18 | -24/+33 | |
- added rmdir commands to uninstall rules of all Makefiles under data/styles - added \n at the end of files which had none | |||||
2011-04-18 | Fix VPATH builds | Pavel Labath | 1 | -3/+3 | |
2011-04-14 | fixed typo in 'MerleyKay' style, closes #3286430 | David Coppa | 1 | -1/+1 | |
2011-02-19 | readded default style path to init.in | Henrik Kinnunen | 1 | -0/+1 | |
2010-09-19 | upgrade default 'init' file to reflect current configVersion | Mathias Gumz | 1 | -1/+1 | |
2010-09-11 | added '(workspace=[current])' to our default keys | Mathias Gumz | 1 | -2/+2 | |
commit 882a50fe1d4930b156965c54d9b66ecb27b4c9b2 removed the hardcoded limit to cycle to windows on other workspaces, though it was and IS a good default behaviour. if users do not want this (they want to cycle to windows on other workspaces), they should explicitly avoid '(workspace=[current])' in their keysfile. | |||||
2010-09-04 | fixed the default 'OnTitlebar Mouse1' actions | Mathias Gumz | 1 | -1/+1 | |
2010-08-20 | implemented 'ActivateTab' action to (re)allow activation of tabs via mouse | Mathias Gumz | 1 | -1/+2 | |
2010-08-16 | added more needed bindings to the default 'keys' file to mimic old behavior | Mathias Gumz | 1 | -0/+7 | |
2010-08-05 | Merging from upstream tar bzip | Paul Tagliamonte | 10 | -92/+20 | |
2010-08-05 | Moving themes in the git branch from 2.5 to 3 to match tenr's site. | Paul Tagliamonte | 11 | -22/+22 | |
2008-10-05 | add a message to default init file explaining why there aren't any options there | Mark Tiefenbruck | 1 | -0/+3 | |
2008-09-26 | add some more default keybindings | Mark Tiefenbruck | 1 | -5/+24 | |
2008-09-08 | update workspace names atoms/resources when adding a new workspace | Mark Tiefenbruck | 1 | -29/+0 | |
also removed unnecessary items from default init file | |||||
2008-09-03 | add windowmenu to dist package | Mark Tiefenbruck | 1 | -2/+2 | |
2008-08-26 | use old focus/raise behavior for default alt+left/right mouse bindings | Mark Tiefenbruck | 1 | -2/+2 | |
2008-08-19 | update keys file for changes to NextWindow syntax | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-18 | fix some defaults | Mark Tiefenbruck | 1 | -1/+1 | |
2008-08-17 | add SetTitle and SetTitleDialog key commands | Mark Tiefenbruck | 1 | -0/+1 | |
2008-08-06 | use the same options in Slit and Toolbar placement menus | Mark Tiefenbruck | 1 | -3/+2 | |
2008-06-26 | add volume keybindings to default keys file | Mark Tiefenbruck | 1 | -0/+6 | |
2008-06-20 | add the windowmenu file to the index | Mark Tiefenbruck | 1 | -0/+14 | |
2008-06-20 | move default window menu to ~/.fluxbox/windowmenu | Mark Tiefenbruck | 1 | -2/+6 | |
2008-05-05 | add more default keybindings | Mark Tiefenbruck | 1 | -2/+8 | |
2008-04-29 | don't add program icons to tabs for previous users, for backwards ↵ | Mark Tiefenbruck | 1 | -1/+1 | |
compatibility, but leave it as default for new users | |||||
2008-04-26 | some updates for the startup file in modern times | Mark Tiefenbruck | 2 | -2/+8 | |
2008-04-25 | forgot to add apps.in to git | Mark Tiefenbruck | 1 | -0/+4 | |
2008-04-25 | add fbrun to default apps file | Mark Tiefenbruck | 1 | -4/+13 | |
2008-04-25 | some minor changes to default keys file | Mark Tiefenbruck | 1 | -4/+7 | |
2007-12-21 | added key command StartTabbing | Mark Tiefenbruck | 2 | -1/+4 | |
2007-12-21 | add some more useful keybindings to the default keys file | Mark Tiefenbruck | 1 | -14/+77 | |
2007-12-21 | remove `OnTitlebar Mouse2 :Lower', as it interferes with tabbing | Mark Tiefenbruck | 1 | -1/+0 | |
2007-12-11 | update default keys and init files for OnTitlebar code | markt | 2 | -2/+5 | |
2007-11-12 | allow arbitrary window patterns in iconbar | markt | 1 | -1/+1 | |
2007-10-22 | replaced ModKey with new key commands StartMoving and StartResizing | markt | 2 | -1/+4 | |
2007-10-14 | add support for transient windows in client patterns, and merge a few more ↵ | markt | 2 | -1/+4 | |
changes from pre-devel | |||||
2007-10-07 | updated background options from tenner | fluxgen | 11 | -1/+69 | |
2007-10-07 | update from tenner | fluxgen | 1 | -1/+1 | |
2007-10-07 | update from tenner | fluxgen | 1 | -1/+1 | |
2007-10-07 | update from tenner | fluxgen | 1 | -1/+1 | |
2007-10-07 | update from tenner | fluxgen | 1 | -1/+1 | |
2007-10-07 | added new style bloe, thanks Sven Michel | fluxgen | 35 | -1/+3688 | |
2007-10-01 | forgot to add Makefiles | fluxgen | 2 | -0/+8 | |