2003-09-14 |
Dana Jansens | only sopt moveresize when shutting down |
tree | commitdiff |
2003-09-14 |
Dana Jansens | stop any moveresizes on shutdown |
tree | commitdiff |
2003-09-14 |
Dana Jansens | dont waste a strdup which is never freed |
tree | commitdiff |
2003-09-14 |
Dana Jansens | fix a memory leak in the mainloop timers correctly |
tree | commitdiff |
2003-09-14 |
Dana Jansens | fix a memory leak in the mainloop timers |
tree | commitdiff |
2003-09-12 |
Dana Jansens | new popups with subclasses, added an ObIconPopup for... |
tree | commitdiff |
2003-09-12 |
Dana Jansens | 80 cols |
tree | commitdiff |
2003-09-12 |
Dana Jansens | start the session shit, and grab the params before... |
tree | commitdiff |
2003-09-12 |
Dana Jansens | add support for a default icon, but no icon has been... |
tree | commitdiff |
2003-09-10 |
Dana Jansens | frame context fallbacks when there is no binding on... |
tree | commitdiff |
2003-09-10 |
Dana Jansens | make menu hiding-on-release based on a timer rather... |
tree | commitdiff |
2003-09-10 |
Dana Jansens | s/milli/micro/ |
tree | commitdiff |
2003-09-10 |
Dana Jansens | hide menus before showing a new menu root |
tree | commitdiff |
2003-09-10 |
Dana Jansens | keep menus taller than the screen from jittering. also... |
tree | commitdiff |
2003-09-10 |
Dana Jansens | save the new glist! |
tree | commitdiff |
2003-09-10 |
Dana Jansens | when the client for an interactive action is closed... |
tree | commitdiff |
2003-09-10 |
Dana Jansens | use the current size not the start size for moving |
tree | commitdiff |
2003-09-10 |
Dana Jansens | use the focus client when the client is null for keyboa... |
tree | commitdiff |
2003-09-10 |
Dana Jansens | oops, copypaste |
tree | commitdiff |
2003-09-10 |
Dana Jansens | dont deref the client before checking for null |
tree | commitdiff |
2003-09-10 |
Dana Jansens | use theme.show_handle |
tree | commitdiff |
2003-09-09 |
Dana Jansens | save teh client for interactive actions cuz after teh... |
tree | commitdiff |
2003-09-09 |
Dana Jansens | no more interactive mouse actions, they are evil etc... |
tree | commitdiff |
2003-09-09 |
Dana Jansens | no mouse interactive actions. no bugs. |
tree | commitdiff |
2003-09-08 |
Dana Jansens | remove debug prints |
tree | commitdiff |
2003-09-08 |
Dana Jansens | remove comment that isnt right anymore |
tree | commitdiff |
2003-09-08 |
Dana Jansens | bigtime theme changes. bigtime. |
tree | commitdiff |
2003-09-08 |
Dana Jansens | expose focus_cycle_client |
tree | commitdiff |
2003-09-08 |
Dana Jansens | act on the visibly focused window when that differs... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | round 2 for this shit |
tree | commitdiff |
2003-09-08 |
Dana Jansens | flush after resizing a client |
tree | commitdiff |
2003-09-08 |
Dana Jansens | if the client is growing, resize it before the frame... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | watch for windows with titlecounts changing their title... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | oops |
tree | commitdiff |
2003-09-08 |
Dana Jansens | some simpler code |
tree | commitdiff |
2003-09-08 |
Dana Jansens | grab the pointer befoer shading a window to prevent... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | dont reset all the states to FALSE in client_get_state... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | flush after drawing each menu item |
tree | commitdiff |
2003-09-08 |
Dana Jansens | timeouts are all in millisecond |
tree | commitdiff |
2003-09-08 |
Dana Jansens | if the menu path starts with a /, then just load it... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | fix autohiding |
tree | commitdiff |
2003-09-08 |
Dana Jansens | dont modify the time from the config parser |
tree | commitdiff |
2003-09-08 |
Dana Jansens | make both focusDelay and hideTimeout in milliseconds |
tree | commitdiff |
2003-09-08 |
Dana Jansens | fix crash when reconfigure changes the stacking layer... |
tree | commitdiff |
2003-09-08 |
Dana Jansens | move windows around before removing the focus order... |
tree | commitdiff |
2003-09-07 |
Dana Jansens | dont use obsolete xmlChildrenNode |
tree | commitdiff |
2003-09-07 |
Dana Jansens | xflush after rendering |
tree | commitdiff |
2003-09-07 |
Dana Jansens | little bit of an actions overhaul, added action_run... |
tree | commitdiff |
2003-09-06 |
Dana Jansens | these shoulda been removed long ago |
tree | commitdiff |
2003-09-06 |
Dana Jansens | \n's at the end of strings passed to ob_debg |
tree | commitdiff |
2003-09-06 |
Dana Jansens | Closes #799. i think im too high to say more. |
tree | commitdiff |
2003-09-06 |
Dana Jansens | sync before removing all the enter events. this way... |
tree | commitdiff |
2003-09-04 |
Dana Jansens | code style fix |
tree | commitdiff |
2003-09-04 |
Dana Jansens | optimization. don't need a glist where a simple pointer... |
tree | commitdiff |
2003-09-04 |
Dana Jansens | was adding an extra / in ob_expand_tilde |
tree | commitdiff |
2003-09-04 |
Dana Jansens | when a pipe menu is killed, kill all its submenus as... |
tree | commitdiff |
2003-09-04 |
Dana Jansens | fix RECT_CONTAINS, name clash |
tree | commitdiff |
2003-09-04 |
Dana Jansens | off by one caused clients to be resized a little during... |
tree | commitdiff |
2003-09-04 |
Dana Jansens | oops missed a ! |
tree | commitdiff |
2003-09-04 |
Dana Jansens | turn off focusDelay by default |
tree | commitdiff |
2003-09-04 |
Dana Jansens | move session code out of openbox.c all into session.c |
tree | commitdiff |
2003-09-04 |
Dana Jansens | match the declarations in the header |
tree | commitdiff |
2003-09-04 |
Dana Jansens | ungrab only as many times as we grabbed |
tree | commitdiff |
2003-09-04 |
Dana Jansens | remove the reconfigure popup |
tree | commitdiff |
2003-09-04 |
Dana Jansens | match the func prototypes in the header |
tree | commitdiff |
2003-09-03 |
Dana Jansens | fix for not using startup notification |
tree | commitdiff |
2003-09-03 |
Dana Jansens | kill the window mapping.. its not doing anything anyway... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | dont ungrab/grab all the mouse bindings every time... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | dont exit when a theme can't be loaded during reconfigure |
tree | commitdiff |
2003-09-03 |
Dana Jansens | handle the case where a transient is a child of a dockapp |
tree | commitdiff |
2003-09-03 |
Dana Jansens | don't let move/resize occur on non-visible clients |
tree | commitdiff |
2003-09-03 |
Dana Jansens | display a popup and perform a smooth transition when... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | grab keys on the client windows themselves |
tree | commitdiff |
2003-09-03 |
Dana Jansens | only remove one flash timer at a time, so all frames... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | remove from desktop_menus when freed |
tree | commitdiff |
2003-09-03 |
Dana Jansens | use the ob_main_loop_timeout_remove_data to only remove... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | dont set a strut when there are no apps in the dock |
tree | commitdiff |
2003-09-03 |
Dana Jansens | support getting the desktop from the startup notificati... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add the startup_id |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add the NONE cursor. |
tree | commitdiff |
2003-09-03 |
Dana Jansens | use NONE cursor when not specifying one |
tree | commitdiff |
2003-09-03 |
Dana Jansens | remove the startup notification code from event.c,... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add startup notification in its own .c/.h files |
tree | commitdiff |
2003-09-03 |
Dana Jansens | use the NONE cursor when not specifying one |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add ob_main_loop_timeout_remove_data. |
tree | commitdiff |
2003-09-03 |
Dana Jansens | remove teh startup state saving hacks since we can... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | remove all the startup notification code from screen.c |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add the startup_id atom |
tree | commitdiff |
2003-09-03 |
Dana Jansens | use the NONE cursor when not specifying a cursor |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add a NONE cursor, to not change the cursor at all |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add a reconfigure action, also reconfigure on SIGUSR2. |
tree | commitdiff |
2003-09-03 |
Dana Jansens | make focusDelay check the destroying window properly... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | track the maximum margin of menu items. use this to... |
tree | commitdiff |
2003-09-03 |
Dana Jansens | add the focusDelay option |
tree | commitdiff |
2003-09-03 |
Dana Jansens | dont grab frame context mouse bindings on desktop windows |
tree | commitdiff |
2003-09-03 |
Dana Jansens | make the client destructor a GDestroyNotify |
tree | commitdiff |
2003-09-03 |
Dana Jansens | rm empty line |
tree | commitdiff |
2003-09-03 |
Dana Jansens | limit menus' width to 400px |
tree | commitdiff |
2003-09-03 |
Dana Jansens | rename the theme name node from 'theme' to 'name' |
tree | commitdiff |
2003-09-03 |
Dana Jansens | only show resize popups for clients with size increment... |
tree | commitdiff |
next |