2003-08-30 |
Dana Jansens | add suppot for showing pixmap masks in menus where...
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | use the nwe theme's show_handle value
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | allow handlewidth of 0, which sets show_handle to false
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | compress motion events
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | bugz, wrong vars
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | add padding in the menu title too
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | add destructor functions for clients that you acn subscribe...
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | make interactive actions a type and not special cases.
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | remove debug print
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | using the ObMainLoop, which rulz the planet
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | put debian menu file first
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | add pipe-menus
|
commit | commitdiff | tree |
2003-08-30 |
Dana Jansens | fix grabbing and not releasing with menus
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | dont ungrab twice when hiding menus
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | properly select the first menu item in the child menu...
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | dont keyboard nav onto disabled menu items
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | missing break would be bad in future if added more...
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | dont need gmodule anymore
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | ultra-keyboard-controlled-menus
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | fix includes
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | update which files have translatable strings
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | the kernel/ dir has been moved to openbox/
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | remove the plugin stuffs
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | remove a dispatch.h
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | remove plugins from the menu parsing
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | move the client and client-list menus into the 'kernel'
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | remove the placement plugin
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | remove the event dispatcher
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | add separator above "All desktops"
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | typo, reading from the wrong member of the actiondata...
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | add window placement routines to the kernel
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | place submenus with their borders over the parent's
|
commit | commitdiff | tree |
2003-08-29 |
Dana Jansens | nicer default bullets
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | only left-justify menus, remove the menu.frame.justify...
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | fix a bunch of memleaks from valgrind and stuff
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | s/Shade/Roll up\/down/
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | s/(Un)//
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | free rgba texture caches
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | only execute enabled items
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | was not disabling the normal layer when appropriate
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | new method for loading menu files etc
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | fix crash bug is parsing menu section of the rc3
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | missed one thing, using invalid mem still
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | make the maximize item toggle maximized
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | fix for using freed memory to exec stuff
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | free the menu entry frames
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | wrong action name
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | rm double ;;
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | add icons to the client-list-menu
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | load the plugins in the rc3 for the menus
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | make submenus not require the menu to exist when they...
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | make client-list-menu work too
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | load menu plugins automatically from whats in the menu...
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | change the menu plugin interface, no need for the create...
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | add follow option back for sendto actions
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | split the menus out so they aren't nested in the example
|
commit | commitdiff | tree |
2003-08-28 |
Dana Jansens | half way through the changes to new menu code/design...
|
commit | commitdiff | tree |
2003-08-27 |
Dana Jansens | oooops RECT_SET_POINT was broken
|
commit | commitdiff | tree |
2003-08-27 |
Dana Jansens | more typo :)
|
commit | commitdiff | tree |
2003-08-27 |
Dana Jansens | typo :)
|
commit | commitdiff | tree |
2003-08-27 |
Dana Jansens | dont be rude to non-normal windows with keeping them...
|
commit | commitdiff | tree |
2003-08-27 |
Dana Jansens | fix border on shaded maximized windows
|
commit | commitdiff | tree |
2003-08-27 |
Dana Jansens | double deref, props to 'mmj' for spotting this
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | remove the last of the cool stuff thanks to GTK fuck...
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | blef
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | type change
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | make --disable-session-management work i think
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | dont force fallbacks within groups
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | better handling of maximizing, wrt changing decorations...
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | add STRUT_EQUAL
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | set the client decorations to match the frame's so...
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | restore the stacking order of a saved session
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | save the stacking order of the windows, and sort the...
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | dont put #define values into the supported atoms list
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | clarify that stacking_below sucks
|
commit | commitdiff | tree |
2003-08-25 |
Dana Jansens | add stacking_below which moves a window to immediately...
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | better handling of multiple niteractive actions
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | better ac macro usage
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | alpha6
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | recent changes
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | recent changes
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | recent changes
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | end the other action when starting a new interactive...
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | formatting
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | 80 cols
|
commit | commitdiff | tree |
2003-08-23 |
Dana Jansens | stupid function name die
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | nevermind
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | default font size one smaller to make default bitmaps...
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | offset of 1 is default
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | shrink font by a pixel to make the button bitmaps line...
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | only use visible windows when calcing for raiselower
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | maybe smarter
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | make the raiselower action smarter
|
commit | commitdiff | tree |
2003-08-22 |
Dana Jansens | make focus and unfocus fonts for window titles. change...
|
commit | commitdiff | tree |
2003-08-20 |
Dana Jansens | recent changes
|
commit | commitdiff | tree |
2003-08-20 |
Dana Jansens | better handling of starting a new interactive grab...
|
commit | commitdiff | tree |
2003-08-20 |
Dana Jansens | rename the 'root' context to 'desktop'
|
commit | commitdiff | tree |
2003-08-20 |
Dana Jansens | add the 'raiselower' action for raising obscured windows...
|
commit | commitdiff | tree |
2003-08-20 |
Dana Jansens | add an obscured flag that tracks if the frame is at...
|
commit | commitdiff | tree |
2003-08-20 |
Dana Jansens | shrink the handles
|
commit | commitdiff | tree |
next |