Commit Graph

  • 8062f4a42a Correcting bug reported by xorg62 while using the command line wmfs -c tag_new Raphael Khaiat 2010-06-22 00:59:06 +02:00
  • c6f0204901 Add a default name option (default_name) to change "new tag" when you add a tag by a keybind. Add an option (name_count) to put the number of the tag as a default name. Raphael Khaiat 2010-06-21 23:58:08 +02:00
  • a90f4ee7ce Client: Fix bug #70 (reported by bacardi55) Martin Duquesnoy 2010-06-21 16:06:14 +02:00
  • fb97d95787 Event: Improve grabkeys() Martin Duquesnoy 2010-06-10 16:39:48 +02:00
  • 6e05fd498d Conf/Layout/Client: Add option keep_layout_geo (requested by Armael) Martin Duquesnoy 2010-06-10 15:41:53 +02:00
  • f683022678 Client: Code typo.. Martin Duquesnoy 2010-06-09 19:26:19 +02:00
  • 32b3120fbd Client/conf: Add automax option (same that autofree but for maximization) (Feature #62 requested by bacardi55) Martin Duquesnoy 2010-06-09 19:24:48 +02:00
  • 470606af1b Client: Fix possible segfault when there is no autofree option (shame on me :o) Martin Duquesnoy 2010-06-06 23:40:55 +02:00
  • 12fc01b824 Client: add autofree option in client section (Feature #9 requested by lidstah (and tamtam)) See default wmfsrc Martin Duquesnoy 2010-06-06 23:34:11 +02:00
  • 9067f3cb66 Client: Add focus traveling with uicb function: client_focus_{right, left, top, bottom} (Feature #45 requested by biiter) [NEED TEST] Martin Duquesnoy 2010-06-06 22:48:25 +02:00
  • 2040385af6 Tag: Add tag_rename uicb function (Feature #55 requested by bacardi55) Martin Duquesnoy 2010-06-05 23:36:49 +02:00
  • 510cb29e9f Launcher: Fix launchers position when layout placement is left (Bug #53 signaled by Armael) Martin Duquesnoy 2010-06-05 23:26:33 +02:00
  • 32686569c4 Merge version (201005 will never exist, mouahahahaha!!) Martin Duquesnoy 2010-06-05 23:01:29 +02:00
  • faab6d946e Client: Remove urgent when unmanaging a client without focus it Martin Duquesnoy 2010-06-05 22:59:43 +02:00
  • d49ebaa57e Ewmh: Fix closing of splash windows (Bug #60 signaled by nythain) Martin Duquesnoy 2010-06-05 22:39:39 +02:00
  • 5d1aaa1363 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-05-09 03:03:51 +02:00
  • 5dd811b91e Parse: fix possible segfaults. Add syntax() for syntax errors Philippe Pepiot 2010-05-09 03:03:03 +02:00
  • a0a53f3af2 Infobar: Improve selbar check if there is no sel (in current screen) Martin Duquesnoy 2010-05-08 21:41:53 +02:00
  • 6ecc58bdb1 Client: Remove free in client_get_name Martin Duquesnoy 2010-05-08 19:26:55 +02:00
  • c524326714 Client: Remove comment lines in client_moveresize Martin Duquesnoy 2010-05-07 18:54:48 +02:00
  • c886edb19d Client: Map client after almost all in client_manage Martin Duquesnoy 2010-05-07 18:53:43 +02:00
  • 995c4e94e7 Client: Add padding option in client to set space between tiled client (Feature #52 requested by Armael) Martin Duquesnoy 2010-04-25 17:20:24 +02:00
  • d3207be191 Finally fix wmfs.desktop Martin Duquesnoy 2010-04-24 14:06:34 +02:00
  • 1cc8506610 wmfs.desktop: Remove TryExec line Martin Duquesnoy 2010-04-24 13:54:44 +02:00
  • 4b692b7a0f wmfs.desktop: Fix bug with Gdm? (Bug #48 signaled by add1ktive, fixed by arpinux) Martin Duquesnoy 2010-04-24 13:49:59 +02:00
  • 6d1bd844f7 Tag: add uicb functions: tag_next_visible & tag_prev_visible. oldman OldMan 2010-04-23 16:36:11 +06:00
  • 1d9bb77d83 Tag: When adding a new tag, it is selected. Otherwise, if autohide is enabled, the new tag is not visible. OldMan 2010-04-23 13:36:34 +06:00
  • d24e5e911f Tag: Fix: if delete last tag, then none tag selected. OldMan 2010-04-23 12:56:02 +06:00
  • 07db3fafbd Menu: Fix item height Martin Duquesnoy 2010-04-22 17:56:35 +02:00
  • d38e7598a4 Client: uicb_client_select warp pointer on the client to avoid Bug #51 signaled by bacardi55 Martin Duquesnoy 2010-04-22 17:40:55 +02:00
  • add85a7509 Infobar: Fix toggle_autohide with whole infobar replacement Martin Duquesnoy 2010-04-20 18:27:49 +02:00
  • f9157a4dda Merge branch 'oldman' of github.com:xorg62/wmfs Martin Duquesnoy 2010-04-20 18:11:09 +02:00
  • f8115d686d Tag/Clients: Add client_ignore tag option (~Feature #6 requested by Elpinoutoufou) Martin Duquesnoy 2010-04-20 18:10:42 +02:00
  • 236b86ff0a Infobar: Add toggle_tagautohide uicb function. OldMan 2010-04-20 20:11:59 +06:00
  • 46608a14be Fix possible use of unitialized variables Philippe Pepiot 2010-04-20 14:25:57 +02:00
  • 0e8ffff152 Kill status script in quit() Philippe Pepiot 2010-04-20 03:43:28 +02:00
  • 52dba6418e fix posible issue with statusbar when reloading wmfs spawn() now return the child pid Philippe Pepiot 2010-04-20 03:32:22 +02:00
  • e6b26eafc2 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-20 00:37:47 +02:00
  • a635e7c2d6 Parse: fix possible issue in fetch_section_first() Philippe Pepiot 2010-04-20 00:13:39 +02:00
  • 5271222e38 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-19 23:06:18 +02:00
  • 7119d3cc25 Tag: Improve and fix some bugs in tag_delete Martin Duquesnoy 2010-04-19 22:32:41 +02:00
  • c81312feff Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-19 18:24:25 +02:00
  • fe22703fea Merge branch 'oldman' of github.com:xorg62/wmfs Martin Duquesnoy 2010-04-19 16:16:55 +02:00
  • 2da44ff4d8 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-19 13:59:23 +02:00
  • 892b705f95 Tag: Fix 2nd segfault -> tag_new Martin Duquesnoy 2010-04-19 01:34:23 +02:00
  • feadae05c8 Tag: Fix segfault in tag_del (Bug #50 signaled by addikt1ve) Martin Duquesnoy 2010-04-19 01:29:09 +02:00
  • ba841c74b3 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-18 23:38:08 +02:00
  • 129a21bada Tag: add tag_new and tag_del function *Dynamic taggin* Martin Duquesnoy 2010-04-18 22:25:26 +02:00
  • dd3d490c39 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-18 20:24:49 +02:00
  • f8a3cc0e0e Merge branch 'philpep' of git.wmfs.info:wmfs Martin Duquesnoy 2010-04-18 19:44:41 +02:00
  • de672fc7ad Tag: Fix tag swapping when there clients in both Martin Duquesnoy 2010-04-18 19:20:09 +02:00
  • 06d014722f Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-18 19:12:27 +02:00
  • 5ccc31f7ec Tag: Fix tag_swap() with clients Martin Duquesnoy 2010-04-18 19:02:13 +02:00
  • 37d6d105d8 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-18 19:00:23 +02:00
  • 3e2d4a6a01 Tag: Fix test in tag_swap() Martin Duquesnoy 2010-04-18 18:58:57 +02:00
  • eb16ebfb7f Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-18 18:53:19 +02:00
  • d0d62c798b Build System: permit user to change CFLAGS Philippe Pepiot 2010-04-18 18:51:54 +02:00
  • 0f25f75f0d Tag: Add tag_swap and uicb function: tag_swap with cmd = <tag>, tag_swap_next & tag_swap_prev Martin Duquesnoy 2010-04-18 18:50:08 +02:00
  • 8c0e37cb38 Infobar: Add autohide option in [tags]: Hide empty tags in tag list (Feature #24 requested by Erus) Martin Duquesnoy 2010-04-18 17:38:12 +02:00
  • 3811d61858 Parser: Fix fetch_section_first when the section doesn't exist Martin Duquesnoy 2010-04-17 14:24:08 +02:00
  • 84f6aa31d0 Add bar future to draw graph with 'wmfs -s \g[x;y;w;h;#color;data]\' OldMan 2010-04-17 15:31:04 +06:00
  • 5875af2949 Selbar: Put ... only when sel->title lenght > max_lenght Martin Duquesnoy 2010-04-16 19:41:02 +02:00
  • 49b9a08fab Selbar/Conf: Add max_lenght option to cut title lenght (requested by Erus) Martin Duquesnoy 2010-04-16 19:31:33 +02:00
  • c7824780fa Fix wait for sleep() when exit Philippe Pepiot 2010-04-15 20:37:34 +02:00
  • b472a08490 If conf.status_timing is 0 launch one time Philippe Pepiot 2010-04-15 19:31:04 +02:00
  • 55e74cd849 Selbar: Unmap selbar if there is no selected client Martin Duquesnoy 2010-04-15 17:59:32 +02:00
  • 8e3e10f041 Client: Improve clientlist Martin Duquesnoy 2010-04-15 13:49:31 +02:00
  • d5e1f1da78 Conf: Set bar color as default selbar color Martin Duquesnoy 2010-04-15 13:19:41 +02:00
  • aca9e78491 Parse: better converting function in string_to_opt Philippe Pepiot 2010-04-15 02:22:44 +02:00
  • 18b702c112 Parse: return sections in real order Philippe Pepiot 2010-04-15 01:57:35 +02:00
  • 7f7bbd1f09 Parse: add comment and make some code cosmetics Philippe Pepiot 2010-04-15 01:30:23 +02:00
  • d6c2902d77 config.c: mouse section size is useless here Philippe Pepiot 2010-04-15 01:13:40 +02:00
  • c8bb465bb0 Fix possible segfault when no [selbar] in config Philippe Pepiot 2010-04-15 01:09:22 +02:00
  • 891760bfac Missing param when merging Philippe Pepiot 2010-04-14 21:17:54 +02:00
  • 657dc33d63 Merge branch 'oldman' of git://github.com/xorg62/wmfs Philippe Pepiot 2010-04-14 21:15:56 +02:00
  • 5363a7a8a9 Menu as Clientlist OldMan 2010-04-14 19:59:53 +06:00
  • 3274e3f4ad config: fix wrong keybind order Philippe Pepiot 2010-04-14 14:42:18 +02:00
  • fb905b55c5 Tag: Fix tag_transfert bug if tag > conf.ntag[screen] Martin Duquesnoy 2010-04-14 01:45:33 +02:00
  • 41bf8e2052 [parse] add free_conf() Philippe Pepiot 2010-04-14 01:18:45 +02:00
  • 5c5e137fdd [parse] print warning when option is unused Philippe Pepiot 2010-04-14 00:49:09 +02:00
  • 9f7f4c40e4 Fix segfault when fetch_opt on a NULL section Philippe Pepiot 2010-04-13 22:48:50 +02:00
  • 8975e04777 Fix layout menu in reverse order Philippe Pepiot 2010-04-13 22:39:21 +02:00
  • d37dc481a1 New fonctions in parser fetch_(opt|section)_first -> return the first (section|opt) found fetch_(opt|section)_count -> return the size of (section|opt) Philippe Pepiot 2010-04-13 22:05:01 +02:00
  • 77d95275f0 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-13 21:03:06 +02:00
  • 81e6a63c1f Conf: Fix multi mouse section of multi button section Martin Duquesnoy 2010-04-13 21:01:25 +02:00
  • 0d9f8d887d Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-13 20:51:01 +02:00
  • 9a38a64ced Conf: Fix multi mouse section of titlebar Martin Duquesnoy 2010-04-13 20:49:42 +02:00
  • b4705bbaa7 Conf: Fix button section bug Martin Duquesnoy 2010-04-13 20:41:41 +02:00
  • 005f06c15e Merge branch 'philpep' of git.wmfs.info:wmfs Martin Duquesnoy 2010-04-13 20:08:25 +02:00
  • 761afe51a0 Merge branch 'master' of git.philpep.org:wmfs into philpep Philippe Pepiot 2010-04-13 19:58:58 +02:00
  • 9b33623d33 New parser in use. Warning : be prudent :) Philippe Pepiot 2010-04-13 19:57:02 +02:00
  • 6f2d6385ac Merge branch 'oldman' into sb-sec OldMan 2010-04-13 18:31:21 +06:00
  • a713e34b87 Merge branch 'master' into sb-sec OldMan 2010-04-13 18:31:14 +06:00
  • db90cf65c9 Merge branch 'sb-sec' into oldman OldMan 2010-04-13 10:21:24 +06:00
  • 1ddc714196 Conf: section 'selbar' in section 'bar' OldMan 2010-04-13 10:15:40 +06:00
  • 611a5fc38d New parser (not yet in use) Philippe Pepiot 2010-04-13 01:43:12 +02:00
  • b0b74b46eb Code cosmetic.. Martin Duquesnoy 2010-04-12 18:33:32 +02:00
  • b31d54b7e6 Abusive use of _strdup in confparse/util.c String was also strdup into erase_(delim|sec)_content Philippe Pepiot 2010-04-11 23:37:17 +02:00
  • 7908d3075c Merge branch 'philpep' of git.wmfs.info:wmfs Martin Duquesnoy 2010-04-11 20:19:00 +02:00
  • cf652aab50 Fix memleak in confparse.c Philippe Pepiot 2010-04-11 17:54:33 +02:00