aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-23Tag: add uicb functions: tag_next_visible & tag_prev_visible.oldmanOldMan4-0/+96
2010-04-23Tag: When adding a new tag, it is selected. Otherwise, if autohide is enabled...OldMan1-0/+1
2010-04-23Tag: Fix: if delete last tag, then none tag selected.OldMan1-1/+1
2010-04-22Menu: Fix item heightMartin Duquesnoy2-3/+3
2010-04-22Client: uicb_client_select warp pointer on the client to avoid Bug #51 signal...Martin Duquesnoy1-0/+9
2010-04-20Infobar: Fix toggle_autohide with whole infobar replacementMartin Duquesnoy1-1/+1
2010-04-20Merge branch 'oldman' of github.com:xorg62/wmfsMartin Duquesnoy4-1/+36
2010-04-20Tag/Clients: Add client_ignore tag option (~Feature #6 requested by Elpinouto...Martin Duquesnoy5-3/+34
2010-04-20Infobar: Add toggle_tagautohide uicb function.OldMan4-1/+36
2010-04-20Fix possible use of unitialized variablesPhilippe Pepiot2-3/+3
2010-04-20Kill status script in quit()Philippe Pepiot1-3/+4
2010-04-20fix posible issue with statusbar when reloading wmfsPhilippe Pepiot5-31/+52
2010-04-20Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot1-11/+16
2010-04-20Parse: fix possible issue in fetch_section_first()Philippe Pepiot1-11/+16
2010-04-19Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot2-4/+12
2010-04-19Tag: Improve and fix some bugs in tag_deleteMartin Duquesnoy2-4/+12
2010-04-19Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot5-2/+92
2010-04-19Merge branch 'oldman' of github.com:xorg62/wmfsMartin Duquesnoy5-2/+92
2010-04-19Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot2-2/+8
2010-04-19Tag: Fix 2nd segfault -> tag_newMartin Duquesnoy1-1/+2
2010-04-19Tag: Fix segfault in tag_del (Bug #50 signaled by addikt1ve)Martin Duquesnoy2-1/+6
2010-04-18Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot5-10/+145
2010-04-18Tag: add tag_new and tag_del function *Dynamic taggin*Martin Duquesnoy5-10/+145
2010-04-18Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot1-0/+4
2010-04-18Merge branch 'philpep' of git.wmfs.info:wmfsMartin Duquesnoy1-4/+3
2010-04-18Tag: Fix tag swapping when there clients in bothMartin Duquesnoy1-0/+4
2010-04-18Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot1-0/+5
2010-04-18Tag: Fix tag_swap() with clientsMartin Duquesnoy1-0/+5
2010-04-18Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot1-2/+2
2010-04-18Tag: Fix test in tag_swap()Martin Duquesnoy1-2/+2
2010-04-18Merge branch 'master' of git.philpep.org:wmfs into philpepPhilippe Pepiot5-8/+83
2010-04-18Build System: permit user to change CFLAGSPhilippe Pepiot1-4/+3
2010-04-18Tag: Add tag_swap and uicb function: tag_swap with cmd = <tag>, tag_swap_next...Martin Duquesnoy5-8/+83
2010-04-18Infobar: Add autohide option in [tags]: Hide empty tags in tag list (Feature ...Martin Duquesnoy4-2/+31
2010-04-17Parser: Fix fetch_section_first when the section doesn't existMartin Duquesnoy2-0/+4
2010-04-17Add bar future to draw graph with 'wmfs -s \g[x;y;w;h;#color;data]\'OldMan5-2/+92
2010-04-16Selbar: Put ... only when sel->title lenght > max_lenghtMartin Duquesnoy1-1/+3
2010-04-16Selbar/Conf: Add max_lenght option to cut title lenght (requested by Erus)Martin Duquesnoy4-3/+20
2010-04-15Fix wait for sleep() when exitPhilippe Pepiot1-7/+3
2010-04-15If conf.status_timing is 0 launch one timePhilippe Pepiot2-3/+3
2010-04-15Selbar: Unmap selbar if there is no selected clientMartin Duquesnoy1-0/+8
2010-04-15Client: Improve clientlistMartin Duquesnoy1-6/+8
2010-04-15Conf: Set bar color as default selbar colorMartin Duquesnoy1-3/+5
2010-04-15Parse: better converting function in string_to_optPhilippe Pepiot1-2/+2
2010-04-15Parse: return sections in real orderPhilippe Pepiot3-37/+41
2010-04-15Parse: add comment and make some code cosmeticsPhilippe Pepiot2-42/+86
2010-04-15config.c: mouse section size is useless herePhilippe Pepiot1-8/+8
2010-04-15Fix possible segfault when no [selbar] in configPhilippe Pepiot3-3/+1
2010-04-14Missing param when mergingPhilippe Pepiot1-1/+1
2010-04-14Merge branch 'oldman' of git://github.com/xorg62/wmfsPhilippe Pepiot9-5/+151