summaryrefslogtreecommitdiff
path: root/src/misc.c
Commit message (Expand)AuthorAgeFilesLines
* debug: Fix build in debug modeOlivier Fourdan2020-11-281-1/+1
* screen: We always query the root windowOlivier Fourdan2019-05-121-2/+3
* events: Catch more XErrorsOlivier Fourdan2019-05-021-0/+4
* Use convenient display functionsOlivier Fourdan2018-04-051-10/+3
* trace: rework tracesOlivier Fourdan2018-03-311-4/+5
* Build: Fix warnings with newer gtk+Olivier Fourdan2018-03-311-2/+12
* Replace XEvent with XfwmEvent + add xfwm_device_* grabs usageViktor Odintsev2017-11-271-4/+4
* Small code cleanupOlivier Fourdan2015-03-271-13/+0
* Update copyright year.Olivier Fourdan2011-01-051-1/+1
* Mass update: Update (c) yearOlivier Fourdan2010-12-161-1/+1
* * src/*.c, src/*.h: Update year.Olivier Fourdan2009-01-181-1/+1
* * src/misc.h, src/misc.c, src/screen.h, src/screen.c, src/events.c,Olivier Fourdan2009-01-161-61/+0
* * src/client.c, src/client.h, src/display.c, src/display.h, Olivier Fourdan2008-10-221-2/+2
* Improve support for NET_MOVERESIZE_WINDOW by reusing most of the code from co...Olivier Fourdan2008-10-201-2/+0
* Add routine to get the name of a given atom, add client windows to save set t...Olivier Fourdan2008-10-181-0/+30
* Update FSF addressOlivier Fourdan2008-05-311-1/+3
* Split code to prepare further changesOlivier Fourdan2008-05-311-1/+1
* Rework a bit the code for hilight and frame drawingOlivier Fourdan2007-06-121-1/+1
* CleanupOlivier Fourdan2007-05-091-1/+1
* Sort Z-order on workspace change (bug #2960)Olivier Fourdan2007-03-011-0/+1
* Add support to NET_WM_MOVERESIZEOlivier Fourdan2006-11-011-6/+7
* Code cleanup to ease future mantainance.Olivier Fourdan2006-10-131-2/+2
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-21/+21
* Change to maintain and use our own copy of the screen size, code cleanup.Olivier Fourdan2006-06-251-12/+12
* Code cleanup.Olivier Fourdan2006-05-151-15/+13
* Various bug and warning fixes.Olivier Fourdan2006-03-261-2/+4
* Typo, fix bug #1512Olivier Fourdan2006-02-271-1/+1
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Make workspace switch simpler, reduce sidewalks windows to 1 pixelOlivier Fourdan2005-09-151-13/+13
* Be smarter when showing/hiding sidewalk windows, that greatly improves panel ...Olivier Fourdan2005-09-131-11/+18
* Apply patch from Ian Morgan <imorgan@webcon.ca> that improves workspaces edge...Olivier Fourdan2005-09-131-15/+28
* Update datesOlivier Fourdan2005-06-201-1/+1
* Based on patches submitted by pasi.ov@gmail.com :Olivier Fourdan2005-02-011-0/+20
* Add more internal controlsOlivier Fourdan2004-12-091-2/+3
* Huge rework of the way atoms are managed internally.Olivier Fourdan2004-11-231-2/+3
* Fix focus oddities (See bug #502)Olivier Fourdan2004-11-201-3/+3
* glib-2.2 has no G_MAXUINT32,Olivier Fourdan2004-10-201-1/+1
* Do monitor search in one pass.Olivier Fourdan2004-10-171-10/+6
* Replace gdk_screen_get_monitor_at_point () with our own implementation.Olivier Fourdan2004-10-171-0/+71
* Fix missing parts from Param's patch regarding "sidewalks"Olivier Fourdan2004-09-231-8/+22
* Add CVS Id, like Jasper does with the panel.Olivier Fourdan2004-08-221-1/+2
* Change internals,Olivier Fourdan2004-06-171-33/+1
* Add multiscreen support.Olivier Fourdan2004-06-151-30/+34
* Change internals to prepare multi-screen (not quite there yet)Olivier Fourdan2004-06-041-50/+29
* - Change gtktoxevent API to be GdkScreen and therefore multiscreen compliantOlivier Fourdan2004-05-301-26/+26
* Fix some compiler warnings and get rid of a bunch of deprecated callsOlivier Fourdan2004-05-141-2/+1
* Get rid of out own Xinerama impl. and use GdkScreen routines instead (that fi...Olivier Fourdan2004-05-131-13/+9
* Code cleanup, standardize fn names in hints.[ch]Olivier Fourdan2004-05-041-5/+5
* Remove our internal time event tracking and use GDK_CURRENT_TIME insteadOlivier Fourdan2004-05-041-46/+0
* Various fixes to get the beast compiled with gcc 3.3.x and -Wall -Werror.Benedikt Meurer2004-01-131-2/+1