Dana Jansens
|
119c48fc6c
|
you can't resize fully maxed windows
|
2007-05-22 00:09:08 +00:00 |
|
Dana Jansens
|
44be67844a
|
don't reload the session on restart
|
2007-05-22 00:05:28 +00:00 |
|
Dana Jansens
|
b8f207892a
|
some repositioning of frame elements for maximized windows.
fix clicking on borders not counting as the button in that corner for full max windows
disable the resize cursors for full max windows
|
2007-05-21 23:56:07 +00:00 |
|
Dana Jansens
|
bca4fe6c8b
|
maybe the user time stuff should be more like other wm implementtions and less in the way
|
2007-05-21 21:48:27 +00:00 |
|
Dana Jansens
|
fd8ce9414a
|
use simple pattern matching for per-app settings. all rules that match are applied to a window rather than just the first
|
2007-05-21 03:42:25 +00:00 |
|
Dana Jansens
|
209d8df0b1
|
leave things how we found them !
|
2007-05-20 22:49:34 +00:00 |
|
Dana Jansens
|
3c3fc81b6c
|
fix iconify animation to deal with the new frame layouting
|
2007-05-20 22:10:42 +00:00 |
|
Dana Jansens
|
4c7119f94f
|
hide more decor whwn its not being used
|
2007-05-20 20:00:23 +00:00 |
|
Mikael Magnusson
|
559ab9c922
|
add --restart
|
2007-05-20 15:23:08 +00:00 |
|
Dana Jansens
|
64d812c6d7
|
fix windows moving to monitors other than their own. client_find_onscreen uses their desired coordiantes instead of their old ones
|
2007-05-20 15:16:57 +00:00 |
|
Mikael Magnusson
|
928305d0b7
|
remove unused config_menu_warppointer
|
2007-05-20 15:01:01 +00:00 |
|
Dana Jansens
|
598199425d
|
make frame elements unmap when they arent in use
|
2007-05-20 14:56:09 +00:00 |
|
Dana Jansens
|
2cce02b1b9
|
fix for shaped windows
|
2007-05-20 07:19:52 +00:00 |
|
Dana Jansens
|
ef95323122
|
fix for variable sized border between titlebar and client
|
2007-05-20 07:09:31 +00:00 |
|
Dana Jansens
|
7472ed3557
|
fix new dimensions for maximized windows
|
2007-05-20 07:02:49 +00:00 |
|
Dana Jansens
|
1612a16e80
|
frame can handle having no border between the titlebar and the client now
|
2007-05-20 06:47:43 +00:00 |
|
Dana Jansens
|
1b7c2dac9e
|
draw the handle without borders
|
2007-05-20 06:45:02 +00:00 |
|
Dana Jansens
|
0353b979c6
|
construct the titlebar without borders
|
2007-05-20 05:39:16 +00:00 |
|
Dana Jansens
|
96fbc0c622
|
set the resize cursors only when the window can be resized
|
2007-05-20 05:01:00 +00:00 |
|
Dana Jansens
|
ff681544e4
|
the left and right resize handles are the border, not grips
|
2007-05-20 04:44:58 +00:00 |
|
Dana Jansens
|
cf5c75420a
|
stop using a border for the outer frame window. step 1 of borderless-ness. now transparent windows dont look so terrible, yay
|
2007-05-20 04:44:00 +00:00 |
|
Dana Jansens
|
2dada607c5
|
don't assume screen 0
|
2007-05-20 03:39:40 +00:00 |
|
Dana Jansens
|
8159ac5f86
|
i think this is good? can you run X at 32 bits?
|
2007-05-20 03:38:02 +00:00 |
|
Dana Jansens
|
883bad4386
|
set the functions recursively, so if you change it after the menu has been opened it takes effect all the way down
|
2007-05-20 02:17:19 +00:00 |
|
Dana Jansens
|
3a280fa949
|
fix segfault by ordering shutdown properly
|
2007-05-20 02:15:07 +00:00 |
|
Dana Jansens
|
d3f67abe46
|
set the functions in the more menu the same as the parent menu
|
2007-05-20 01:59:11 +00:00 |
|
Dana Jansens
|
a112ffa170
|
old unused variable
|
2007-05-20 01:57:10 +00:00 |
|
Dana Jansens
|
ce1de0f365
|
maybe smaller icons look nicer?
|
2007-05-20 00:06:48 +00:00 |
|
Dana Jansens
|
6b038948cc
|
put text back to the left and add a bit more spacing
|
2007-05-20 00:02:55 +00:00 |
|
Dana Jansens
|
b596a52fad
|
does the popup look better with centered text?
|
2007-05-19 23:56:51 +00:00 |
|
Dana Jansens
|
05d93485b7
|
show and hide the new left/right resize bars at the right time
|
2007-05-19 23:43:44 +00:00 |
|
Dana Jansens
|
1efc5111ec
|
revert r6638
|
2007-05-19 23:15:42 +00:00 |
|
Dana Jansens
|
813d5c2ec9
|
add a root context that only applies to the root window. it fallsback to the desktop context, so desktop stuff applies to it too.
|
2007-05-19 22:07:15 +00:00 |
|
Dana Jansens
|
198aab2b71
|
make binding fallback for mouse clicks less restrictive. if you dont have a binding for the same button AND STATE then fallback.
|
2007-05-19 22:03:12 +00:00 |
|
Dana Jansens
|
ed4d0ca31a
|
for startup notification, use the left ptr+watch if it is available, and fall back to the pointer instead of the unusable watch if its not
|
2007-05-19 21:49:45 +00:00 |
|
Dana Jansens
|
9014cf7c4e
|
missing new left and right contexts
|
2007-05-19 21:49:12 +00:00 |
|
Dana Jansens
|
b26635fe99
|
add Left and Right contexts for resizing
|
2007-05-19 21:39:40 +00:00 |
|
Dana Jansens
|
2f541b6ef3
|
make either key work for people who have super_l and super_r (or whatever ones) bound to different mod masks
|
2007-05-19 21:17:01 +00:00 |
|
Dana Jansens
|
ecdb7d5807
|
let you resize on the bottom of the frame when handle height is 0 in the theme
|
2007-05-19 21:03:51 +00:00 |
|
Dana Jansens
|
83da4ec939
|
fix escape's behavior in menus. make static stuff that shouldnt be used by others
|
2007-05-19 20:58:10 +00:00 |
|
Dana Jansens
|
ea272a93ef
|
show the old single-window popup for directional focus.
fix multirow icons for the new popup.
|
2007-05-19 20:52:31 +00:00 |
|
Dana Jansens
|
2ed4552f8b
|
round up rather than down for figuring out the width of the popup, so it will fit the text when possible
|
2007-05-19 20:37:33 +00:00 |
|
Dana Jansens
|
0de1fd496f
|
center the icons when there is only 1 row
|
2007-05-19 20:34:34 +00:00 |
|
Dana Jansens
|
2253b5e341
|
fix the popup for directional focusing, only show what is going to be a valid target. change directional focus to use the same criteria as normal cycling.
|
2007-05-19 20:31:08 +00:00 |
|
Dana Jansens
|
50ba7e2d4c
|
fix positioning of stuff in the cycling popup. oh my god. the image texture is drawn inside the margins of the outer appearance
|
2007-05-19 20:14:08 +00:00 |
|
Dana Jansens
|
2c4fef2995
|
fix flashy menus
|
2007-05-19 19:18:52 +00:00 |
|
Dana Jansens
|
4305448a62
|
better positioning and some spacing
|
2007-05-19 19:05:47 +00:00 |
|
Dana Jansens
|
7dd7c9973b
|
better coloring for the cycling hilite
|
2007-05-19 18:58:38 +00:00 |
|
Dana Jansens
|
53066b1808
|
new focus cycle popup of doom
|
2007-05-19 18:40:37 +00:00 |
|
Dana Jansens
|
83eb922012
|
move focus_cycle_popup into its own file
|
2007-05-19 14:49:00 +00:00 |
|