summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Add support for EWMH "Above" and "Below" window states. (105100, Manuel Clos)Matthias Clasen2003-08-104-1/+80
* Elaborate a bit more in the docs on GdkFilterFunc and GdkFilterReturn.Noah Levitt2003-08-091-1/+3
* Fix a segfault. (#115284, Jan Kratochvil)Matthias Clasen2003-08-081-4/+0
* Print also the root coordinates for events that have such. PrintTor Lillqvist2003-08-082-22/+42
* gdk/win32/gdkinput-win32.h Drop the GdkEvent* parameter, it wasn't used.Tor Lillqvist2003-08-078-147/+442
* Reset the toplevel->have_* flags before iterating over the _NET_WM_STATEMatthias Clasen2003-08-071-1/+6
* finally use TrackMouseEvent (only if the new window not known to Gdk) toHans Breuer2003-08-071-6/+85
* gdk/gdk.def Add missing function, trivially implement.Tor Lillqvist2003-08-072-0/+10
* initialize bits to 0 (probably default on NT)Hans Breuer2003-08-061-1/+1
* initialize bits to 0 (probably default on NT)Hans Breuer2003-08-061-0/+2
* now it works as intended ;-)Hans Breuer2003-08-061-2/+59
* set HWND_NOTOPMOST for modal==FALSE, fixes bug #118435Hans Breuer2003-08-053-8/+132
* Fix problem where use_xshm was getting set wrong if MIT_SHM wasn't found.Owen Taylor2003-08-041-1/+1
* 2003-08-04 Tor Lillqvist <tml@iki.fiTor Lillqvist2003-08-041-4/+10
* Improve wording of the docs, avoid the term "virtual screen". (#119030,Matthias Clasen2003-08-031-7/+5
* Use g_setenv() instead of putenv().Matthias Clasen2003-08-021-3/+2
* Requires glib-2.3.0, pango-1.2.0.Owen Taylor2003-08-0212-234/+19
* Fix gdk/win32 window geometry handling again. The window position in aTor Lillqvist2003-08-023-131/+175
* If the check for missing depths, try actually creating pixmaps of theOwen Taylor2003-08-011-0/+31
* g_set_prgname("<unknown>") if argc is 0 as well, instead of leaving itOwen Taylor2003-08-011-11/+11
* Fix for #108007, #112402, #117042: There was confusion in gdk/win32 atTor Lillqvist2003-07-293-260/+236
* On Win9x, the keyboard state returned by GetKeyboardState() doesn'tTor Lillqvist2003-07-271-1/+16
* gdk/win32/gdkprivate-win32.h New flags _gdk_input_locale_is_ime andTor Lillqvist2003-07-267-1373/+1048
* new file to build it all ... added to EXTRA_DISTHans Breuer2003-07-203-9/+30
* fix cut-n-paste-oJody Goldberg2003-07-181-1/+1
* API doc updates.Matthias Clasen2003-07-141-1/+1
* gdk/x11/gdkevents-x11.c (get_real_window) gdk/x11/gdkinput-x11.cOwen Taylor2003-07-116-101/+159
* Fix memory access error. (#69436)Morten Welinder2003-07-111-1/+1
* Merge from stable.Kristian Rietveld2003-07-092-11/+15
* dear cvs, please SHUT UP love, -krisKristian Rietveld2003-07-091-0/+1
* Change _gdk_x11_send_xevent_async() toOwen Taylor2003-07-083-50/+77
* Lookup all the atoms in the target list at once.Owen Taylor2003-07-056-101/+373
* Move the grabs up earlier, so we don't get a big pile of uncompressedOwen Taylor2003-07-053-17/+7
* Function to get a range of information about all the children of a windowOwen Taylor2003-07-053-84/+373
* Add a function to XSendEvent() and call a calback on failure/success.Owen Taylor2003-07-053-77/+300
* Split toplevel-specific pieces of GdkWindowImplX11 into a separateOwen Taylor2003-07-053-162/+199
* Fix some leftover fields.Owen Taylor2003-07-051-3/+0
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-0517-211/+632
* We can calculate the width and height of the bounding rectangle only afterTor Lillqvist2003-07-041-4/+16
* Add gdk_string_to_compound_text_for_display. (#116537, Peter Zelezny)Tor Lillqvist2003-07-031-0/+1
* Implement a loader for named themed icon based on from gnome-desktopOwen Taylor2003-07-021-1/+2
* WindowFromPoint() wants screen coordinates (#115422, Tim Evans).Tor Lillqvist2003-07-011-2/+2
* Check for Xcursor.Matthias Clasen2003-06-303-0/+314
* New function, callback proc for EnumWindows().Tor Lillqvist2003-06-309-127/+167
* Fix for #111028, thanks to J. Ali Harlow, who writes: I found that theTor Lillqvist2003-06-288-65/+67
* When emulating X11's automatic grab on button down, pass owner_events asTor Lillqvist2003-06-221-11/+12
* Use application/x-rootwindow-drop for root window drops. (#108670, AlexOwen Taylor2003-06-091-1/+8
* Before delivering an event to a widget, check that (if relevant), theOwen Taylor2003-06-091-3/+7
* swap G and B. Fixes (#114669)Soeren Sandmann2003-06-081-4/+4
* Fix typo.Tor Lillqvist2003-06-061-1/+1