2010-06-14 |
Dana Jansens | keep stacking_list_tail a pointer to the tail of the...
|
commit | commitdiff | tree |
2010-06-14 |
Dana Jansens | allow a user to set "undecorated" on a window without...
|
commit | commitdiff | tree |
2010-06-14 |
Dana Jansens | add an inotify watcher for directories (doesnt work...
|
commit | commitdiff | tree |
2010-06-14 |
Dana Jansens | Use GMainLoop instead of ObtMainLoop
|
commit | commitdiff | tree |
2010-06-03 |
Dana Jansens | save the list of mime types listed as supported by...
|
commit | commitdiff | tree |
2010-06-03 |
Dana Jansens | parse app Categories better. parse a list of strings...
|
commit | commitdiff | tree |
2010-06-03 |
Dana Jansens | parse Categories tag and save them as an array of GQuarks
|
commit | commitdiff | tree |
2010-06-03 |
Dana Jansens | improved .desktop parsing.
|
commit | commitdiff | tree |
2010-06-03 |
Dana Jansens | free the user's group ids
|
commit | commitdiff | tree |
2010-06-03 |
Dana Jansens | free the path dirs
|
commit | commitdiff | tree |
2010-05-22 |
Dana Jansens | parse Path, Terminal, and StartupNotify
|
commit | commitdiff | tree |
2010-05-22 |
Dana Jansens | parse OnlyShowIn/NotShowIn
|
commit | commitdiff | tree |
2010-05-21 |
Dana Jansens | allow new windows on other desktops to get focused...
|
commit | commitdiff | tree |
2010-05-20 |
Dana Jansens | don't need a force_reply when changing the decor for...
|
commit | commitdiff | tree |
2010-05-20 |
Dana Jansens | client_update_protocols() doesnt change anything that...
|
commit | commitdiff | tree |
2010-05-20 |
Dana Jansens | allows a window to unmax by resizing.
|
commit | commitdiff | tree |
2010-05-20 |
Dana Jansens | set the frame's initial size to something invalid so...
|
commit | commitdiff | tree |
2010-05-18 |
Dana Jansens | set the interactive action to NULL before doing its...
|
commit | commitdiff | tree |
2010-05-18 |
Dana Jansens | fix focus when starting up, especially when replacing...
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | remove a debug print in the keyboard obt stuff
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | avoid new gcc warning (casting ** to const** is not...
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | merge some contexts together in the default rc.xml...
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | allow multiple contexts separated by space in a mouse...
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | turn off focuslast and on undermouse in mouse focus...
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | new enum values need to be handled in switches
|
commit | commitdiff | tree |
2010-05-17 |
Dana Jansens | fix typo in enum
|
commit | commitdiff | tree |
2010-05-12 |
Dana Jansens | show empty properties in obxprop
|
commit | commitdiff | tree |
2010-05-12 |
Dana Jansens | parse number values write in a hex string in obxprop
|
commit | commitdiff | tree |
2010-05-12 |
Dana Jansens | advance while parsing a hex input in obxprop
|
commit | commitdiff | tree |
2010-05-11 |
Dana Jansens | add cleanup functions to the client list menus that...
|
commit | commitdiff | tree |
2010-05-11 |
Dana Jansens | add cleanup function for menus that fires when the...
|
commit | commitdiff | tree |
2010-04-29 |
Dana Jansens | don't try go to selected submenu when there is nothing...
|
commit | commitdiff | tree |
2010-04-29 |
Dana Jansens | use clicks in prompts
|
commit | commitdiff | tree |
2010-04-28 |
Dana Jansens | add a test to set a mouse cursor on an InputOnly subwindow
|
commit | commitdiff | tree |
2010-04-28 |
Dana Jansens | fix XSYNCronization of resizes (especially with two...
|
commit | commitdiff | tree |
2010-04-28 |
Dana Jansens | make sure clients stay on screen when the root window...
|
commit | commitdiff | tree |
2010-04-28 |
Dana Jansens | found memory corruption in the obt xqueue and paths
|
commit | commitdiff | tree |
2010-04-28 |
Dana Jansens | make an event queue for X events. the queue's min...
|
commit | commitdiff | tree |
2010-04-23 |
Dana Jansens | don't put reparent events back on the stack. the window...
|
commit | commitdiff | tree |
2010-04-23 |
Dana Jansens | putting events on the event queue does not send them...
|
commit | commitdiff | tree |
2010-04-23 |
Dana Jansens | don't use XPutBackEvent and mess up timestamp order...
|
commit | commitdiff | tree |
2010-04-20 |
Dana Jansens | add asserts to make sure we don't add things to stacking...
|
commit | commitdiff | tree |
2010-04-20 |
Dana Jansens | don't change stacking stuff on windows when moving...
|
commit | commitdiff | tree |
2010-04-17 |
Dana Jansens | event_curtime is replaced (publicly) by event_time()
|
commit | commitdiff | tree |
2010-04-17 |
Dana Jansens | When determining the current timestamp, try get something...
|
commit | commitdiff | tree |
2010-04-17 |
Dana Jansens | when client removes its transient_for hint, don't keep...
|
commit | commitdiff | tree |
2010-04-17 |
Dana Jansens | allow warping the mouse pointer when switching desktops...
|
commit | commitdiff | tree |
2010-04-17 |
Dana Jansens | show the focus cycle popup's icons in linear order...
|
commit | commitdiff | tree |
2010-04-17 |
Dana Jansens | add an option to next/previous window to only include...
|
commit | commitdiff | tree |
2010-04-16 |
Dana Jansens | add some comments for binary search
|
commit | commitdiff | tree |
2010-04-16 |
Dana Jansens | stat() can give an error, handle that
|
commit | commitdiff | tree |
2010-04-16 |
Dana Jansens | use const Rect* not Rect const*
|
commit | commitdiff | tree |
2010-03-30 |
Dana Jansens | add BSEARCH() macros in obt/bsearch.h that to a binary...
|
commit | commitdiff | tree |
2010-03-30 |
Dana Jansens | parse some of the .desktop stuff into an ObtLink structure
|
commit | commitdiff | tree |
2010-03-30 |
Dana Jansens | add obt_paths_try_exec() that will see if an executable...
|
commit | commitdiff | tree |
2010-03-30 |
Dana Jansens | save the LC_MESSAGES locale category
|
commit | commitdiff | tree |
2010-03-30 |
Dana Jansens | if a launch time isnt there (like for client_activate...
|
commit | commitdiff | tree |
2010-03-26 |
Dana Jansens | make keypad enter do the same thing as return
|
commit | commitdiff | tree |
2010-03-26 |
Dana Jansens | figure out what type the value should be for each known...
|
commit | commitdiff | tree |
2010-03-26 |
Dana Jansens | Add a new ObtLink type, which is going to be a generalizatio...
|
commit | commitdiff | tree |
2010-03-26 |
Dana Jansens | ignore the rendertest executable
|
commit | commitdiff | tree |
2010-03-26 |
Dana Jansens | ignore generated autostart script
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | save key values based on their value, but we dont know...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | add an empty function to parse the Desktop Entry group...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | parse key/value pairs from the .desktop file and save...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | close the .desktop file after parsing it
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | free the path after done with it
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | g_warning adds a \n
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | watch for groups in .desktop files and remember the...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | avoid ascii control characters in strings
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | add beginning of .desktop file parsing, grabs a line...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | make enum values match numbers in the spec, and make...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | install the obt/ddfile.h header
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | add function to give the list of autostart directories
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | add some functions for parsing a value in a .desktop...
|
commit | commitdiff | tree |
2010-03-25 |
Dana Jansens | allow non-normal windows to go to 0,0. and remove...
|
commit | commitdiff | tree |
2010-03-01 |
Dana Jansens | add a function client_is_oldfullscreen() that determines...
|
commit | commitdiff | tree |
2010-03-01 |
Dana Jansens | when an app tries to move to 0,0 and there is a strut...
|
commit | commitdiff | tree |
2010-02-26 |
Dana Jansens | missing a g_slice_free
|
commit | commitdiff | tree |
2010-02-24 |
Dana Jansens | libexecdir is provided by automake, and gnome-settings...
|
commit | commitdiff | tree |
2010-02-24 |
Dana Jansens | Type is a mandatory field of a .desktop, so add it...
|
commit | commitdiff | tree |
2010-02-21 |
Dana Jansens | Show client menu on right click anywhere on a window...
|
commit | commitdiff | tree |
2010-02-19 |
Dana Jansens | make array large enough
|
commit | commitdiff | tree |
2010-02-19 |
Dana Jansens | get the modifier mask for a modifier key that is pressed...
|
commit | commitdiff | tree |
2010-02-19 |
Dana Jansens | save the state of the modifiers only when starting...
|
commit | commitdiff | tree |
2010-02-17 |
Dana Jansens | move the startup command launching into a helper function
|
commit | commitdiff | tree |
2010-02-17 |
Dana Jansens | revamp the autostart functionality, so autostart apps...
|
commit | commitdiff | tree |
2010-02-17 |
Dana Jansens | don't use a variable as a format string
|
commit | commitdiff | tree |
2010-02-17 |
Dana Jansens | Add skeleton for start of dot-desktop-file parser
|
commit | commitdiff | tree |
2010-02-17 |
Dana Jansens | lower the default submenu show delay
|
commit | commitdiff | tree |
2010-02-16 |
Dana Jansens | a couple more g_free() to g_slice_free()'s
|
commit | commitdiff | tree |
2010-02-16 |
Dana Jansens | more using g_slice_new() instead of g_new()
|
commit | commitdiff | tree |
2010-02-16 |
Dana Jansens | missed a g_free() that should be g_slice_free()
|
commit | commitdiff | tree |
2010-02-15 |
Dana Jansens | dont trust the _NET_ACTIVE_WINDOW timestamp. (fixes...
|
commit | commitdiff | tree |
2010-02-12 |
Dana Jansens | include imlib2 as a dep of obrender in the pkg-config...
|
commit | commitdiff | tree |
2010-02-12 |
Dana Jansens | make the obt .pc file do -lobt, not -lobrender
|
commit | commitdiff | tree |
2010-02-12 |
Dana Jansens | remove a bunch of g_new()/g_free() by returning Rect...
|
commit | commitdiff | tree |
2010-02-12 |
Dana Jansens | use g_slice_new() instead of g_new() part 4
|
commit | commitdiff | tree |
2010-02-12 |
Dana Jansens | use g_slice_new() instead of g_new() part 3
|
commit | commitdiff | tree |
2010-02-12 |
Dana Jansens | use g_slice_new() instead of g_new() part 2
|
commit | commitdiff | tree |
next |