summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Don't use XRRGetScreenResources() as there are performance issues with it.Søren Sandmann2008-09-101-79/+4
* Bug 550062 – Small update in gdk/gdkkeysyms.hMatthias Clasen2008-09-071-2/+3
* Bug 550989 – gdk_display_put_event() should call g_main_context_wakeup()Matthias Clasen2008-09-071-0/+2
* Bug 551063 – deprecated marking without a link to what new code shouldSven Herzberg2008-09-061-0/+32
* More doc fixesMatthias Clasen2008-09-041-1/+1
* Check if the window's state has GDK_WINDOW_STATE_MAXIMIZED set beforeCody Russell2008-08-282-17/+45
* Return FALSE from reparent implementations to avoid #548993. Patch by EdMatthias Clasen2008-08-282-2/+2
* Remove the checks to see if the window is modally blocked. This doesn'tCody Russell2008-08-221-4/+0
* +Wed Aug 20 18:16:29 2008 Søren Sandmann <sandmann@redhat.com>Søren Sandmann Pedersen2008-08-201-1/+1
* Fix small issues in the documentation of gdk_window_remove_redirection andTorsten Schönfeld2008-08-161-6/+2
* Some aftermath of the fix of bug #543868. Clip and flip to the source, notRichard Hult2008-08-151-10/+3
* Use the g_test_*() API for this test reviewed by: Richard HultSven Herzberg2008-08-151-6/+14
* Prepare for using the g_test_*() API reviewed by: Richard HultSven Herzberg2008-08-151-13/+10
* Bug 547456 - gdk/x11/gdkscreen-x11.c : init_solaris_xinerama doesn'tErwann Chenede -2008-08-131-9/+6
* define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS.Michael Natterer2008-08-122-9/+7
* examples/gtkdial/gtkdial.c gdk/gdkapplaunchcontext.c gdk/gdkpango.cMichael Natterer2008-08-122-4/+4
* gdk/gdkkeys.c gdk/gdkscreen.c use canonical signal names.Sven Neumann2008-08-113-11/+11
* Get the gdk+cairo test to pass distcheck, tooSven Herzberg2008-08-082-1/+6
* use g_error() instead of a combination of g_warning+exit to avoid16:19:16 Tim Janik2008-08-071-9/+6
* Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func()Richard Hult2008-08-071-26/+43
* Implement those, fixes loading python bindings.Richard Hult2008-08-071-9/+59
* 2.13.6GTK_2_13_6Matthias Clasen2008-08-051-1/+1
* Forgotten fileMatthias Clasen2008-08-041-0/+2
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-048-31/+39
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-7/+7
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-044-44/+44
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-044-25/+28
* Cast pointers to guintptr, not unsigned long, before doing bit tests onTor Lillqvist2008-08-041-5/+5
* Define GDK_NATIVE_WINDOW_POINTER on 32-bit Windows, too. It just makesTor Lillqvist2008-08-041-3/+1
* call gdk_rgb_set_verbose(TRUE) if "gdkrgb" is in the debug flags.Michael Natterer2008-08-042-5/+4
* add the generated PNGs to CLEANFILES.Michael Natterer2008-08-041-0/+4
* Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on Windows. AC_SUBST it.Tor Lillqvist2008-08-031-1/+1
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-031-0/+4
* Don't bother looking up EnumDisplayMonitors and GetMonitorInfoATor Lillqvist2008-08-031-71/+59
* Support GEmblemedIconMatthias Clasen2008-08-031-0/+8
* Improve docsMatthias Clasen2008-08-021-6/+21
* build gdkwindowimplHans Breuer2008-08-011-0/+1
* Bug 56070 – Can't click button after setting it sensitive.Cody Russell2008-08-011-1/+4
* Add gdk_threads_add_timeout_seconds{_full}Matthias Clasen2008-07-312-20/+93
* Bug 544510 – SetTimer callback signatures has the wrong typeCody Russell2008-07-241-5/+5
* Bug 544265 – GDK assumes XFIXES extensionMatthias Clasen2008-07-241-1/+7
* Fix svn:ignore and the include conditionSven Herzberg2008-07-221-1/+1
* Add a test for my fixes from July 20th.Sven Herzberg2008-07-223-2/+161
* Don't use RandR 1.2 if driver is detected as randr12_compat (ie X driverFrederic Crozat2008-07-221-0/+11
* Bug 153567 – Repaint glitches in widgetsCody Russell2008-07-211-3/+28
* reviewed by: Richard HultSven Herzberg2008-07-203-6/+17
* reviewed by: Richard HultSven Herzberg2008-07-204-77/+97
* Avoid a crashMatthias Clasen2008-07-181-3/+2
* Bug 541964 – [Win32] Setting modal hint to current value might confuseCody Russell2008-07-071-0/+3
* Need to initialise private->impl here, too.Tor Lillqvist2008-07-071-0/+1