summaryrefslogtreecommitdiff
path: root/gdk/x11
Commit message (Expand)AuthorAgeFilesLines
* Fix the buildMatthias Clasen2007-03-091-3/+7
* Defer the callbacks to an idle to avoid deadlock with xcb-ified libX11.Matthias Clasen2007-03-091-3/+13
* Be more careful when checking for ButtonRelease events that end implicitMatthias Clasen2007-02-161-1/+7
* Be more careful about toplevel possibly being NULL. (#402453, SebastianMatthias Clasen2007-01-301-1/+7
* 2.10.7GTK_2_10_7Matthias Clasen2007-01-051-0/+1
* Apply a patch by Chris Wilson to avoid spurious valgrind warnings fromMatthias Clasen2007-01-044-92/+94
* Try to fix #315732, reported by Luke Hutchinson:Matthias Clasen2007-01-023-20/+37
* Generate double-click events. (#380421, Tommi Komulainen)Matthias Clasen2006-12-211-0/+4
* Correct return_if_fail checks. (#379803, Tommi Komulainen)Matthias Clasen2006-12-211-3/+3
* Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin whereMatthias Clasen2006-12-101-0/+12
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-251-1/+1
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-201-18/+14
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-102-1/+1
* Fix small theoretical memory leaks. (#353916, Chris Wilson)Matthias Clasen2006-09-091-2/+5
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-231-0/+10
* Don't leak ShmPixmapInfo. (#349858, Chris Wilson)Matthias Clasen2006-08-151-2/+18
* Use XAllocSizeHints to allocate the XSizeHints struct. (#249285, DavidMatthias Clasen2006-08-151-19/+25
* Zero out some stack-allocated X structures, to avoid valgrind warningsMatthias Clasen2006-08-152-0/+6
* Free all XKB data. (#349997, Chris Wilson)Matthias Clasen2006-08-061-1/+1
* cast the return value of XGetWindowProperty() correctly so we don't returnMichael Natterer2006-07-271-1/+1
* When looking up a font XID, add the XID_FONT_BIT. (#348001)Matthias Clasen2006-07-191-1/+1
* Fix root window size changesMatthias Clasen2006-06-291-1/+7
* broken pipeMatthias Clasen2006-06-281-1/+2
* Update the docs. (#345194, Yevgen Muntyan)Matthias Clasen2006-06-201-3/+5
* Remove the right XID from the xid table. (#34327, Sampo Savolainen, TimMatthias Clasen2006-06-051-1/+1
* Make GTK+ work as an untrusted X client. (#136571, Ed Catmur)Matthias Clasen2006-05-256-66/+208
* Remove _gdk_x11_screen_request_cm_notificationMatthias Clasen2006-05-222-37/+30
* Always set protocol. (#342003, Tommi Komulainen)Matthias Clasen2006-05-181-4/+1
* gtk/gtklayout.c (gtk_layout_realize), gtk/gtkiconview.cSøren Sandmann2006-05-152-10/+38
* Remove extraneous ;Matthias Clasen2006-05-149-9/+9
* Make symbol list mstch reality.Matthias Clasen2006-05-041-1/+2
* fix build without xfixesMatthias Clasen2006-04-271-0/+2
* Create 'composited' label.Søren Sandmann2006-04-255-4/+130
* Avoid a possible array overrun. (Coverity)Matthias Clasen2006-04-161-1/+1
* Fix another Coverity bugMatthias Clasen2006-04-121-5/+5
* Make this work for list == NULL. (Coverity)Matthias Clasen2006-04-121-6/+7
* Rearrange the code a bit.Matthias Clasen2006-04-121-25/+9
* Fix another Coverity bugMatthias Clasen2006-04-121-1/+4
* Add "_private" to make it build.Søren Sandmann2006-04-041-1/+1
* Use G_DEFINE_TYPE.Matthias Clasen2006-04-0410-341/+84
* Make _gdk_windowing_args const.Matthias Clasen2006-04-031-1/+1
* Make it compileMatthias Clasen2006-03-301-1/+2
* New function to allow wrapping a native pixmap without a server roundtrip.Matthias Clasen2006-03-301-7/+52
* Added checksettings.Behdad Esfahbod2006-03-151-0/+1
* gdk/gdkscreen.h gdk/x11/gdkscreen-x11.c addedMichael Natterer2006-03-081-0/+144
* Adjust the handling of min values for the x and y axes of extended inputMatthias Clasen2006-03-041-2/+4
* map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettingsMichael Natterer2006-02-272-5/+13
* moved and renamed the gdk_settings_names and gdk_settings_map.Tim Janik2006-02-274-84/+160
* remove unconditional warnings about missing X locale support. Gdk properlyTim Janik2006-02-241-5/+2
* adding boolean have_shapes and have_input_shapes members fixes the build.Michael Natterer2006-02-201-0/+3