summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix some compilation warningsJavier Jardón2009-10-301-4/+4
* Fix warning: cast to gchar*Javier Jardón2009-10-301-1/+1
* Use G_STRLOC instead __LINE__Javier Jardón2009-10-261-2/+2
* Use G_STRFUNC instead __FUNCTION__Javier Jardón2009-10-266-45/+45
* Update copyrightKristian Rietveld2009-10-261-0/+1
* Update position of toplevels after display reconfigurationKristian Rietveld2009-10-264-8/+36
* Fixup get_nsscreen_for_x()Kristian Rietveld2009-10-261-6/+4
* Remove unused variable (fix compiler warning)Kristian Rietveld2009-10-261-2/+0
* Update size of root window after display reconfigurationKristian Rietveld2009-10-263-17/+29
* Support arbitrary screen layoutsKristian Rietveld2009-10-261-27/+14
* Rework coordinate transformation to be based on root windowKristian Rietveld2009-10-266-45/+139
* Be consistent with X11: emit monitors-changed first, then size-changedKristian Rietveld2009-10-261-4/+4
* Update documentation for ::monitors-changed to mention OS X supportKristian Rietveld2009-10-261-2/+2
* Use screen when emitting signal, not _gdk_screenKristian Rietveld2009-10-261-1/+1
* Emit monitors-changed signal when appropriateKristian Rietveld2009-10-262-5/+22
* Move screen resolution setup to GdkScreenQuartz initializerKristian Rietveld2009-10-262-3/+5
* Create a proper subclass of GdkScreen: GdkScreenQuartzKristian Rietveld2009-10-265-154/+222
* Register and handle a display reconfiguration callbackKristian Rietveld2009-10-261-0/+63
* Setup monitor rects during screen initialization and re-use dataKristian Rietveld2009-10-261-64/+80
* Move screen initialization to gdkscreen-quartz.cKristian Rietveld2009-10-263-2/+11
* Fix for position bugMichael Emmel2009-10-241-4/+5
* Bug 598881 - Unimplemented GdkWindowImplIface methods crash gimp on OSXKristian Rietveld2009-10-233-0/+12
* Use correct type text/uri-list for the dropped files selectionTor Lillqvist2009-10-231-1/+1
* Use G_STRLOC instead __FILE__ and __LINE__Javier Jardon2009-10-212-14/+4
* Remove some unnused variablesJavier Jardón2009-10-202-4/+0
* Use correct size for root window with multiple monitorsTor Lillqvist2009-10-181-2/+1
* Delete a couple of leftover commented-out linesTor Lillqvist2009-10-181-2/+0
* Add missing newline to debugging outputTor Lillqvist2009-10-181-1/+1
* Delete unused leftover static functionTor Lillqvist2009-10-181-32/+0
* More meaningful debugging output in gdk_win32_window_get_root_coordsTor Lillqvist2009-10-181-1/+1
* Remove unused variables and static functionsTor Lillqvist2009-10-181-89/+0
* Correct function names in debugging outputTor Lillqvist2009-10-181-22/+22
* Use g_object_ref/unref instead deprecated gdk_*_ref/unref functionsJavier Jardón2009-10-147-13/+13
* Fix up _gdk_windowing_window_at_pointer coordinate reportingAlexander Larsson2009-10-051-8/+11
* Plug a memory leakMatthias Clasen2009-10-041-0/+2
* Bug 596959 - DirectFB backend compilation broken with changes from 2.18.0 to...Sebastian Dröge2009-10-021-2/+4
* Call XReconfigureWMWindow with proper screenPascal Terjan2009-10-011-1/+1
* Bug 588449 - DnD doesn't work on GDK/QuartzKristian Rietveld2009-09-302-0/+36
* Use boxed accessors for setting and retrieving cursor propertyKristian Rietveld2009-09-301-2/+2
* Interpret min_value == max_value correctlyThomas Jaeger2009-09-301-5/+22
* Select for DeviceStateNotifyThomas Jaeger2009-09-302-1/+22
* Keep track of axis valuesThomas Jaeger2009-09-303-2/+26
* Filter out events that the current window didn't select forThomas Jaeger2009-09-293-1/+53
* Always select all XInput motion eventsThomas Jaeger2009-09-291-40/+4
* Report XInput button motion events until all buttons are released.Thomas Jaeger2009-09-291-1/+1
* XInput allows up to 255 buttonsThomas Jaeger2009-09-293-6/+18
* Refactor _gdk_input_other_eventThomas Jaeger2009-09-291-6/+6
* Use strstr instead of g_strrstr.Thomas Jaeger2009-09-291-4/+4
* Only select for button and pointer event on toplevelsAlexander Larsson2009-09-291-17/+36
* Improve detection of input device source typeThomas Jaeger2009-09-281-8/+6