summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a note that cairo contexts cannot be cached for handling exposeMatthias Clasen2008-07-071-0/+6
* Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatibleMatthias Clasen2008-07-061-2/+2
* Small doc fixesMatthias Clasen2008-07-041-1/+1
* Some GDK doc additionsMatthias Clasen2008-07-041-0/+3
* Fix make checkMatthias Clasen2008-07-042-0/+12
* Bug 540861 - invalid UTF-8 in input device nameTor Lillqvist2008-07-031-9/+21
* Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoringCody Russell2008-07-024-39/+157
* Bug 541249 – [Win32] Fix some internal static methodsCody Russell2008-07-021-26/+26
* Bug 541162 – [Win32] Update for the new GdkWindowImpl stuffCody Russell2008-07-024-272/+163
* Bug 539164 – Windows' System Menu blocks main loopCody Russell2008-07-011-4/+14
* Revert name changeCody Russell2008-07-0158-58/+58
* Some aftermath from the window impl cleanups:Richard Hult2008-07-011-3/+3
* Add event sound settings. Patch by Lennart Pöttering.Matthias Clasen2008-07-011-2/+8
* Practically everything changed.Cody Russell2008-06-3058-58/+58
* Some unrelated cleanups found while reviewing the offscreen window patch:Michael Natterer2008-06-303-16/+32
* remove duplicate declaration of _gdk_window_new().Michael Natterer2008-06-301-3/+0
* reorder source lists alphabetically.Michael Natterer2008-06-301-6/+6
* adapt to use GdkWindowImpl interface.Kristian Rietveld2008-06-273-150/+168
* Abstract some GdkWindow API into an interface that the backends mustEmmanuele Bassi2008-06-2711-730/+1258
* do not hard code the prefix of the enum, use @ENUMPREFIX@ instead (youKristian Rietveld2008-06-231-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-22131-131/+131