summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove redundant include, fix indentation, replace header by a GDKMichael Natterer2008-06-211-30/+27
* must return a value of the appropriate type with g_return_val_if_failHans Breuer2008-06-201-0/+8
* Rename gdk_window_new -> _gdk_window_new and gdk_window_reparent ->Cody Russell2008-06-201-2/+2
* deprecate GdkDestroyNotify.Michael Natterer2008-06-184-4/+8
* Protect against XKB being stupid. Reported by Pedro Villavicencio.Matthias Clasen2008-06-171-1/+1
* Initialize hwnd to NULL. This fixes OpenClipboard() failure and, accordingCody Russell2008-06-151-1/+1
* Fix doc typosMatthias Clasen2008-06-131-6/+6
* check surface status after ceating a pdf. Avoids crashing when the targetHans Breuer2008-06-131-1/+4
* As we don't support Win9x anyway, we can use ProcessIdToSessionId()Tor Lillqvist2008-06-111-29/+7
* Return the right coordinatesMatthias Clasen2008-06-061-3/+6
* Bug 536185 – monitor font configurationBehdad Esfahbod2008-06-061-2/+4
* gdk/gdkapplaunchcontext.h gdk/gdktestutils.h gtk/gtkmountoperation.hMichael Natterer2008-05-302-2/+2
* Bug 533108 - leak of GDI region in function 'handle_wm_paint'Tor Lillqvist2008-05-301-0/+2
* define __GDK_H_INSIDE__ around including all other headers.Michael Natterer2008-05-2831-28/+134
* Try setting the default font, might need to tweak this.Richard Hult2008-05-261-1/+30
* Bug 513811 – Use cairo_format_stride_for_width()Matthias Clasen2008-05-261-4/+7
* Bug 526635 - _gdk_window_get_toplevel handles FOREIGN windowsCody Russell2008-05-251-1/+1
* Bug 525461 - Don't invalidate under an input-only childCody Russell2008-05-251-1/+1
* Bug 524110 - Gdk should not assume reparenting WMs when retrieving windowCody Russell2008-05-251-6/+52
* Bug 522269 - Evince windows sometimes incorrectly unmaximized, caused byCody Russell2008-05-251-0/+4
* Update docstring to match pango_color_parse, do not reference XParseColorBjörn Lindqvist2008-05-241-11/+12
* Remove duplicate gdk_window_redirect_to_drawable andJames Sharpe2008-05-241-2/+0
* updated fix c99ism (variable at start of block export functions for windowHans Breuer2008-05-233-12/+26
* Add gdk_window_redirect_to_drawable and gdk_window_remove_redirection.Tor Lillqvist2008-05-232-19/+11
* Don't do anything if style doesn't change. Improve debugging output.Tor Lillqvist2008-05-231-14/+23
* Renamed to adapt to the offscreen rendering changes, fixes build.Richard Hult2008-05-211-7/+7
* Bug 318807 – Offscreen windows and window redirection.10:49:20 Tim Janik2008-05-217-48/+617
* Use SetSystemUIMode instead of hiding and showing the menubar.Richard Hult2008-05-191-3/+3
* Use gdk_threads_add_idle instead of g_idle_add. Add a temporary check ifRichard Hult2008-05-171-5/+8
* Bug 496958 - Wacom Bamboo Doesn't Function with GTK apps in Win32Tor Lillqvist2008-05-131-1/+1
* Forgotten in previous commit.Richard Hult2008-05-121-4/+5
* Remove special casing of menu key events as it's no longer necessary;Richard Hult2008-05-121-63/+18
* Bug 532558 - Cannot build dll when using separate builddirTor Lillqvist2008-05-121-3/+5
* Bug 532059 - Leak in win32 clipboard manipulationTor Lillqvist2008-05-121-2/+4
* Move the currently invalidated region. Fixes bug #532048, patch by YevgenRichard Hult2008-05-081-0/+4
* Only set the fake fd's revents, not the first one. Fixes bug #531056,Richard Hult2008-05-081-1/+8
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-066-13/+13
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-066-0/+74
* Initalize framework if there is one.Richard Hult2008-05-051-0/+7