Commit graph

3573 commits

Author SHA1 Message Date
Dana Jansens
b95d977951 80 cols 2003-08-23 06:25:23 +00:00
Dana Jansens
a283652736 stupid function name die 2003-08-23 06:16:14 +00:00
Dana Jansens
baa236094f nevermind 2003-08-22 16:57:59 +00:00
Dana Jansens
d7ae443cb4 default font size one smaller to make default bitmaps fit better 2003-08-22 16:56:20 +00:00
Dana Jansens
c0c06e3828 offset of 1 is default 2003-08-22 16:46:01 +00:00
Dana Jansens
c6ea53972e shrink font by a pixel to make the button bitmaps line up nice 2003-08-22 16:09:20 +00:00
Dana Jansens
7b6ca7c20e only use visible windows when calcing for raiselower 2003-08-22 15:57:20 +00:00
Dana Jansens
7755edc39a maybe smarter 2003-08-22 15:44:20 +00:00
Dana Jansens
ca8a3ac7bf make the raiselower action smarter 2003-08-22 15:36:44 +00:00
Dana Jansens
faeadd74d4 make focus and unfocus fonts for window titles. change 'xftfont' to 'font' in the themes. 2003-08-22 06:14:20 +00:00
Dana Jansens
5958e0a07e recent changes 2003-08-20 23:45:43 +00:00
Dana Jansens
d8d1eb53cd better handling of starting a new interactive grab while one is in progress 2003-08-20 23:25:59 +00:00
Dana Jansens
a098c2437e rename the 'root' context to 'desktop' 2003-08-20 23:13:40 +00:00
Dana Jansens
df79dc5767 add the 'raiselower' action for raising obscured windows and lowering fully visible ones 2003-08-20 23:02:26 +00:00
Dana Jansens
a09984bbc0 add an obscured flag that tracks if the frame is at all obscured 2003-08-20 23:01:56 +00:00
Dana Jansens
888df2e10c shrink the handles 2003-08-20 22:55:26 +00:00
Dana Jansens
d59508ae91 use the result from XGetGeometry correctly 2003-08-20 22:50:04 +00:00
Dana Jansens
533992f5aa handle the XGetGeomtry failing for button releases 2003-08-20 17:06:08 +00:00
Dana Jansens
9e3d680cf7 dont grab client context stuff on desktop windows. check that clint is non-null 2003-08-20 15:50:12 +00:00
Dana Jansens
6375df675f grab root mouse bindings on desktop windows also, since they are conceptually the desktop. 2003-08-20 06:17:43 +00:00
Dana Jansens
0844866bbd reset first to TRUE properly when the desktop popup is off 2003-08-20 04:47:01 +00:00
Dana Jansens
c4ec27c275 move the pointer while doing a keyboard move/resize 2003-08-20 04:45:55 +00:00
Dana Jansens
ec0bbfec30 fix whitespace 2003-08-16 17:09:14 +00:00
Dana Jansens
43c8a3d2bf was reading the menu bullet color into the wrong place 2003-08-14 19:31:49 +00:00
Dana Jansens
5c0f10b6b6 skip windows in the alt-tabbing which have the SKIP_TASKBAR hint set on them 2003-08-14 08:21:33 +00:00
Dana Jansens
70003cece6 add the gettext version 2003-08-14 07:45:25 +00:00
Dana Jansens
da39aa664c recent changes 2003-08-14 07:17:14 +00:00
Dana Jansens
d61edbe219 fix the offsets used to keep the menus on screen 2003-08-14 07:04:40 +00:00
Dana Jansens
948c549d9d dont show titles on submenus. kill the extra 1px at the top of titleless menus 2003-08-14 06:53:41 +00:00
Dana Jansens
12af0aedf2 make putting plugin menus in a menu closer to working.. 2003-08-14 06:39:56 +00:00
Dana Jansens
a276868265 rename root to root-menu 2003-08-14 06:03:00 +00:00
Dana Jansens
fec178a210 add the client-list-menu 2003-08-14 06:02:43 +00:00
Dana Jansens
cbd0e4d308 add the client_list_menu plugin 2003-08-14 06:01:39 +00:00
Dana Jansens
a88e58e227 add the destructor for menus 2003-08-14 06:01:26 +00:00
Dana Jansens
b0855c19bc add a menu destructor callback.
fix a possible crasher where a callback was called with a different menu.
2003-08-14 06:00:38 +00:00
Dana Jansens
1ac6426abd 80 cols 2003-08-14 05:59:40 +00:00
Dana Jansens
237a12749f shutdown the menus before the plugins are unloaded 2003-08-14 05:58:11 +00:00
Dana Jansens
888c3d1f6a make activate take a here parameter 2003-08-14 05:57:45 +00:00
Dana Jansens
90861d60f7 parse <here>true</here> for the activate action 2003-08-14 05:56:43 +00:00
Dana Jansens
60bf9dcdb7 make the activate action have a 'here' parameter 2003-08-14 05:53:32 +00:00
Dana Jansens
99d0b71677 add an 'activate' action 2003-08-14 05:34:51 +00:00
Dana Jansens
35ed95fe18 move the resistance plugin into the kernel. dont resist when move/resizing with the keyboard, only when doing it with the mouse. 2003-08-12 19:57:04 +00:00
Dana Jansens
950b85b988 oops i fucked up tore's patch. better. 2003-08-12 19:41:22 +00:00
Dana Jansens
e531f69006 bug fixes for growtoedge from tore. props to tore for all the growtoedge and movetoedge code, and directional focus code also since i dont think i mentioned his name before in the changelogs woot. 2003-08-12 19:25:03 +00:00
Dana Jansens
1045079482 adjust for changes to the parsing api.
split the menu into its own file.
2003-08-12 19:18:21 +00:00
Dana Jansens
9ea78a4eb0 create ObParseInst structuer which can be then used to parse more than one file/memory thing at a time.
add function to parse memory block.
2003-08-12 19:14:53 +00:00
Dana Jansens
8b67ce7030 prefix/capitalize the mouse actions enum 2003-08-12 18:12:17 +00:00
Dana Jansens
555e3384ff oops read the mouse cnofig vars into the right place 2003-08-12 18:08:34 +00:00
Dana Jansens
fdc52e879f add the chainQuitKey option to teh <keyboard> section of the rc3 2003-08-12 18:05:40 +00:00
Dana Jansens
83705e52c4 add Xutil includes for these badboys on older X versions/solaris 2003-08-12 18:05:08 +00:00