2003-03-17 |
Dana Jansens | stop using python internally. add an event dispatcher
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | add the headers
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | kill the timestamps
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | my rant..
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | pass the x,y,w,h to font_draw.
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | set the size of the label properly
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | place at 0,0 if the window is too big
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | measure the font's height instead of listening to Xft
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | *** empty log message ***
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | dont skip ungrab corssing events
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | if the window is as big/bigger than the screen with...
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | add keybinds for switching workspaces
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | use the unfocused label when not focused
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | pass x,y to paint()
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | declare variables first!
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | decalre variables before code!
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | make client_showhide a static function
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | speed up workspace switching by causing the minimal...
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | give engines mouse event notifications. make the openbox...
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | get rid of the 'sep' variable
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | replaced one too many bevels
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | properly layout the titlebar, with proper separatation
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | load and set the titles justification
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | kill some whack extra whitespace
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | pixmap button masks work (hardcoded)
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | dont need those includes no more
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | add funcs to create/free pixmap_masks
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | add glib.h for guint
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | include Xlib.h for Pixmap
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | add mask.[ch]
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | add a struct for pixmap masks
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | dont delete the pixmap until after changeing the visible one
|
commit | commitdiff | tree |
2003-03-17 |
Dana Jansens | trying to render text!
|
commit | commitdiff | tree |
2003-03-16 |
Dana Jansens | will draw fonts when stop segging
|
commit | commitdiff | tree |
2003-03-16 |
Dana Jansens | pointer's variables are config vars
|
commit | commitdiff | tree |
2003-03-16 |
Dana Jansens | merge the C branch into HEAD
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | use the new config system.. a bit..
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | time to refactor shit hard
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | catch button presses on the client border (the plate...
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | make the version printf just a debug message
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | map to the highest possible desktop if a desktop too...
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | only map on a requested desktop if its not out of range
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | nick's no longer the site designer
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | add mention of being OSI Certified Open Source Software
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | labels are higher than buttons too
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | surface's have a size not a width()/height()
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | labels are not the size of buttons
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | make labels' parent relative actually work :>
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | make parentrelative decorations work
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | dont assume only 5 mouse buttons.
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | position is a function
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | position relative to the window properly
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | let any number of mouse buttons work
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | add the new '-remote' option. let the dispatchEvents...
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | add new options for placement of the motion coords...
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | use the new desktopNames()
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | let you create a parentless label
|
commit | commitdiff | tree |
2003-02-19 |
Dana Jansens | a few optimizations to layouts/rendering
|
commit | commitdiff | tree |
2003-02-18 |
Dana Jansens | typo!
|
commit | commitdiff | tree |
2003-02-18 |
Dana Jansens | oops messed up centered
|
commit | commitdiff | tree |
2003-02-18 |
Dana Jansens | add a POPUP_CENTERED option
|
commit | commitdiff | tree |
2003-02-18 |
Dana Jansens | make the highlighted button high a white border
|
commit | commitdiff | tree |
2003-02-18 |
Dana Jansens | make button text white in the default style
|
commit | commitdiff | tree |
2003-02-18 |
Dana Jansens | watch for case where we think one button is pressed...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | adjust to the new format for otk::Proeprty::get() functions...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | provide a function to return all the desktop names...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | keep track of if the move is the final move or not...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | focus does not return anything now, cuz its just the...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | screeninfo and display are no more
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | use the new sexy additions to the python classes
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | set teh xinerama stuff even when not compiled with...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | swig cares about (void) it seems :\
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | calcDefaultSizes is protected
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | use "fixed" as the fallback font always
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | rename getRenderControl to the more precise createRenderControl
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | nelements is not passed anymore, its simply a return...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | nelements is not passed anymore, its simply a return...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | 'final' cleanup for the new otk wrapper .i's
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | split up the otk stuff into separate files.
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | only return as many as was requested
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | oops nevermind
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | prevent people from using timers except as pointers
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | check for no screens before asserting
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | ignore NUM values in enums
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | dont need preprocessor shit for swig
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | allocate colors right away instead of delaying it,...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | remove some include/import we dont need.
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | split the ob module into separate .i's
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | add support for the openbox_restack_window message.
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | this has been moved to wrap/
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | add openbox_restack_window, and the state_add/remove...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | s/False/false/
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | rm the SWIG ifdefs
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | kill the typedef
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | 80 cols
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | return a Python list of Client*'s when a std::list...
|
commit | commitdiff | tree |
2003-02-17 |
Dana Jansens | allow cycling without a modifier in the binding
|
commit | commitdiff | tree |
2003-02-16 |
Dana Jansens | defualt START_WITH_NEXT to true for desktops too
|
commit | commitdiff | tree |
2003-02-16 |
Dana Jansens | add the new cycle module with super snazzy new Cycle...
|
commit | commitdiff | tree |
2003-02-16 |
Dana Jansens | support for pixmap icons, kwm_win_icon and the icon...
|
commit | commitdiff | tree |
next |