Commit Graph

3213 Commits

Author SHA1 Message Date
Julien Danjou 03ee9ce9d1 rename some tag_view UI callback functions and add uicb_tag_viewprev uicb_tag_viewnext as bindable 2007-09-20 22:24:52 +02:00
Julien Danjou 2f43209c34 fix toggle floating with Button2 in tileleft layout, and prefix layout functions with layouts_ 2007-09-20 22:07:59 +02:00
Julien Danjou 4ef83a4e40 documentation update for tags 2007-09-20 22:02:57 +02:00
Julien Danjou 6d97fc8292 update documentation 2007-09-20 21:27:43 +02:00
Julien Danjou 9737185639 simplify drawsquare() 2007-09-20 20:11:33 +02:00
Julien Danjou 92e8fb4cfb bug fix: rewrite handler allocation dynamicly to correctly add shape and xrandr events 2007-09-19 20:36:24 +02:00
Julien Danjou 7cb62508da fix p_realloc macro 2007-09-19 19:56:10 +02:00
Julien Danjou 22013d2a24 typo 2007-09-19 19:04:04 +02:00
Julien Danjou 8ba08c31ab Merge branch 'master' of ssh://git.naquadah.org/var/cache/git/awesome 2007-09-19 19:03:14 +02:00
Julien Danjou 42c5d6cd54 add dwm credits 2007-09-19 18:59:17 +02:00
Julien Danjou 8965fd87d2 fix font loading on failure 2007-09-19 18:00:21 +02:00
Julien Danjou 5fe5f90e49 add awesomerc in dist 2007-09-19 17:30:25 +02:00
Julien Danjou ce367ebfba simplify drawsquare() 2007-09-19 15:42:40 +02:00
Julien Danjou 007ddef76b fix setborder entry 2007-09-19 14:09:08 +02:00
Julien Danjou 18e1369bb7 bug fix: fix bug when resizing with mouse 2007-09-19 11:19:43 +02:00
Julien Danjou 8baad02e68 call restack() when maximizing 2007-09-19 10:39:34 +02:00
Julien Danjou a8a814110c fix the ultimate bug when restarting awesome, client misdisplayed 2007-09-19 00:03:54 +02:00
Julien Danjou 1bb01589d5 add binding for set border in default conf 2007-09-18 23:39:49 +02:00
Julien Danjou 9919ba2d4b add uicb_setborder to change conf borderpx while running 2007-09-18 23:36:52 +02:00
Julien Danjou c0a003c52e set version to devel 2007-09-18 23:30:10 +02:00
Julien Danjou 1bcc098539 update manpage 2007-09-18 23:22:39 +02:00
Julien Danjou 1cd4ba0086 stop using get_window_area* fct, and remove it 2007-09-18 23:16:27 +02:00
Julien Danjou 57bb886dae remove spiral from layouts 2007-09-18 22:59:16 +02:00
Julien Danjou 168492b15d it's pretty ok 2007-09-18 22:51:56 +02:00
Julien Danjou 62a43c0f8c allow awesome to be run without configuration file 2007-09-18 22:49:46 +02:00
Julien Danjou b7ef890148 cosmetic 2007-09-18 22:46:31 +02:00
Julien Danjou f56a26bac7 remove attribute unused, since it's used 2007-09-18 19:53:52 +02:00
Julien Danjou 79b140bc61 fix potential bug with movemouse 2007-09-18 19:53:52 +02:00
Julien Danjou f0c623789c change DefaultScreen to the right screen 2007-09-18 19:53:52 +02:00
Julien Danjou ca17b9349f fix dist target in Makefile 2007-09-18 19:53:52 +02:00
Julien Danjou d967edfec9 remove screen from layouts arrange() arg 2007-09-18 19:53:52 +02:00
Julien Danjou d9523d3436 simplify load/saveawesomeprops 2007-09-18 19:53:52 +02:00
Julien Danjou dcec6aa749 remove screen arg from uicb* 2007-09-18 19:53:52 +02:00
Julien Danjou ef69814e29 simplify manage(), remove screen arg 2007-09-18 19:53:52 +02:00
Julien Danjou 30e7cf5b40 simplify arrange and restack 2007-09-18 19:53:46 +02:00
Julien Danjou bf9601f79c simplify focus, get screen from awesomeconf 2007-09-17 13:39:18 +02:00
Julien Danjou 834a579587 comment client.h 2007-09-17 13:32:20 +02:00
Julien Danjou 19d5ff9094 update TODO (bis) 2007-09-17 13:27:41 +02:00
Julien Danjou b2162c20f7 update TODO 2007-09-17 12:47:03 +02:00
Julien Danjou 82e1c44f85 better proto for drawsquare
the old one was not logical
2007-09-17 12:45:41 +02:00
Julien Danjou edf76900c4 juste change 0 with EXIT_SUCCESS 2007-09-17 12:42:48 +02:00
Julien Danjou c3bb58f47a stop making awesomelibconf global and store screen number in awesome_configs
we strdup elems and p_delete them in cleanup
2007-09-16 23:13:34 +02:00
Julien Danjou 2222164c27 add a die() function to util 2007-09-16 22:51:28 +02:00
Julien Danjou c74c9c80a4 cleanup 2007-09-16 22:51:11 +02:00
Julien Danjou 873eb2cfb3 add WM_ICON todo 2007-09-16 20:06:11 +02:00
Julien Danjou 360488ec18 move netatom localy 2007-09-16 17:29:40 +02:00
Julien Danjou 8f8d603227 bug fix: move/resize with tiled windows 2007-09-16 17:28:42 +02:00
Julien Danjou 14107bb49f bug fix: correctly check if tag is occupied by checking screen number 2007-09-16 16:58:44 +02:00
Julien Danjou b3848afd88 allow tiled window to be resize/moved, setting them to the floating state 2007-09-16 15:55:37 +02:00
Julien Danjou dd61895a03 Merge branch 'master' of ssh://git.naquadah.org/var/cache/git/awesome 2007-09-16 15:08:04 +02:00