summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code from GdkImageJavier Jardón2010-05-031-56/+0
* Remove deprecated code from GdkEventJavier Jardón2010-05-031-38/+0
* Remove deprecated code from GdkDndJavier Jardón2010-05-031-32/+0
* Add heuristic for primary monitorFlorian Scandella2010-04-231-2/+16
* Use the proper screen in _gdk_windowing_get_shape_for_mask()Claudio Saavedra2010-04-191-1/+1
* Include <X11/Xutil.h> in gdkdnd-x11.cJavier Jardón2010-04-181-0/+2
* Fix a silly mistake in primary_monitor handlingMatthias Clasen2010-04-091-17/+24
* Yet another fix for shape handlingMatthias Clasen2010-04-061-4/+1
* [GdkScreenX11] Fix check in gdk_screen_get_primary_monitorAdel Gadllah2010-04-061-2/+2
* [GdkScreenX11] Add heuristic for pre XRandR 1.3 driversAdel Gadllah2010-04-061-1/+7
* Minor doc cleanupMatthias Clasen2010-03-221-8/+8
* Don't crash in DND when the X server doesn't support SHAPEMatthias Clasen2010-03-161-15/+18
* [startup notification] Set APPLICATION_IDColin Walters2010-03-141-0/+7
* Fix gdk_window_set_icon_nameMatthias Clasen2010-03-121-1/+1
* Minor doc clarification for gdk_drag_beginMatthias Clasen2010-03-081-1/+1
* Protect against X errors when clearing the DND cacheMatthias Clasen2010-02-231-3/+9
* Add some missing introspection annotationsMatthias Clasen2010-02-223-12/+13
* Add a missing introspection annotation for gdk_screen_get_default_colormapMatthias Clasen2010-02-221-1/+1
* [gdk/x11] Change the name of the functions in the header fileJavier Jardón2010-02-161-2/+2
* Fix a compatibility problemMatthias Clasen2010-02-122-3/+48
* Solve a wrong reference on gdk_keymap_translate_keyboard_stateAlejandro Piñeiro2010-02-091-1/+1
* Make DND work better with shaped windowsMatthias Clasen2010-02-045-25/+146
* Minor doc fixMatthias Clasen2010-01-251-1/+1
* Try harder to handle accelerators involving virtual modifiersMatthias Clasen2009-12-211-3/+58
* Ensure native windows in gdk_property_changeMatthias Clasen2009-12-181-1/+2
* Merge in Gdk-custom.c introspection annotationsColin Walters2009-12-167-25/+42
* Add gdk_screen_get_primary_monitor(). This fixes bug #601712Cody Russell2009-12-082-2/+40
* Fix mouse pointer handling on multiple screensAlexander Larsson2009-12-071-2/+2
* Add a missing includeMatthias Clasen2009-11-271-1/+2
* Be a bit more forgiving about invalid monitor numberMatthias Clasen2009-11-271-46/+56
* Short-circuit get_frame_extents for override-redirect windowsMatthias Clasen2009-11-271-1/+3
* Make level3 keys work againMatthias Clasen2009-11-251-2/+5
* Only use gdk_input_select_events() if XINPUT_NONE is definedJavier Jardón2009-11-111-1/+5
* [gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.Javier Jardón2009-11-061-2/+6
* Use "Deprecated:" gtk-doc symbol correntlyJavier Jardón2009-11-061-1/+1
* Do not use static GTypeInfo and GInterfaceInfoNicola Fontana2009-11-063-3/+3
* Add supports_native_bg to GdkWindowImplAlexander Larsson2009-11-051-0/+1
* Fix some compilation warningsJavier Jardón2009-10-301-4/+4
* Fix warning: cast to gchar*Javier Jardón2009-10-301-1/+1
* Remove some unnused variablesJavier Jardón2009-10-201-2/+0
* Use g_object_ref/unref instead deprecated gdk_*_ref/unref functionsJavier Jardón2009-10-141-2/+2
* Fix up _gdk_windowing_window_at_pointer coordinate reportingAlexander Larsson2009-10-051-8/+11
* Call XReconfigureWMWindow with proper screenPascal Terjan2009-10-011-1/+1
* 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