]> icculus.org git repositories - dana/openbox.git/history - openbox/prop.c
remove the stick atom, since openbox does not use stickiness
[dana/openbox.git] / openbox / prop.c
2007-04-24 Dana Jansensremove the stick atom, since openbox does not use stick...
2007-04-24 Dana Jansensadd support for _NET_WM_SYNC_REQUEST
2007-04-23 Dana Jansensfix warning
2007-04-23 Mikael Magnussonshow the hostname of forwarded clients in the titlebar
2007-04-21 Dana Jansensadd --debug-focus
2007-03-18 Dana Jansensuse const char*'s when we should be
2007-03-11 Dana Jansensadd _NET_WM_FULL_PLACEMENT, cuz openbox does do placeme...
2007-03-11 Dana Jansensadd the _NET_WM_USER_TIME property support. When focus_...
2007-03-11 Dana Jansensremove the kde icon hint, they use the EWMH icon now
2007-03-11 Dana Jansensremove the kde frame extents property, add the _NET_FRA...
2007-03-10 Dana Jansens1) Remove support for the Urgent hint. This will no...
2007-03-04 Mikael Magnussonremove said Atoms
2007-03-04 Mikael Magnussonuse the X protocol to reconfigure instead of signals...
2006-08-22 Mikael Magnussonupdate copyright step 2
2005-10-08 Mikael Magnussonfinal fixes?
2005-10-07 Mikael Magnussonmore 64 bit fixes
2004-03-21 Mikael Magnussonyay no tabs in the source
2003-10-15 Dana Jansensconsistant glib type usage
2003-10-10 Dana Jansensindenting
2003-10-10 Dana Jansensdont set ret unless you will be returning TRUE
2003-09-25 Dana Jansensremove openbox_premax, add ob_wm_state_undecorated
2003-09-24 Dana Jansensremove the kde systray hints, add _kde_wm_change_state...
2003-09-17 Dana Jansensno tabs
2003-09-17 Dana Jansensadd copyright headers, adjust --version output to inclu...
2003-09-03 Dana Jansensadd the startup_id atom
2003-08-28 Dana Jansensfix a bunch of memleaks from valgrind and stuff
2003-08-02 Dana Jansensadd partial struts tho they arent useful eyt
2003-07-30 Dana Jansensrestore saved session data for applications
2003-07-22 Dana Jansensadd the MANAGER atom.
2003-07-10 Dana Jansensremove the ob_root var, its redundant of what Xlib...
2003-06-29 Dana Jansensthe prop_get_strings_locale function looked for a utf8...
2003-06-28 Dana Jansensset the values of the array at teh right indexes
2003-06-28 Dana Jansensfix memory bugs
2003-05-23 Dana Jansensvalidate utf8 strings before using them
2003-05-16 Dana Jansensget all the strings!
2003-04-22 Dana Jansensclient side shit ISNT 32 bits on 64 bit platforms,...
2003-04-19 Dana Jansensconvert STRING properties from "ISO-8859-1" instead...
2003-04-19 Dana Jansenscheck the string not the pointer to it
2003-04-17 Dana Jansensadd support for net_moveresize_window and net_wm_moveresize
2003-04-17 Dana Jansensmove the move/resize functionality into moveresize...
2003-04-14 Dana Jansensfixes for handling char**s
2003-04-14 Dana Jansensdont get a null at the end of the data, so use strndup
2003-04-14 Dana Jansensrip the prop code i wrote in cwmcc out and make it...
2003-04-14 Dana Jansensdo not commit bad char* foo that breaks on !32 bit...
2003-04-08 Dana Jansensmove config option loading for the kernel into config.c/h
2003-03-16 Dana Jansensmerge the C branch into HEAD