summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Fix for leak when window destroyedMichael David Emmel2007-01-021-19/+22
* Fix a typoMatthias Clasen2006-12-291-1/+1
* Fix some formatting errors in docs.Matthias Clasen2006-12-281-16/+16
* Factored out the event loop integration into gdkeventloop-quartz.c.Mikael Hallendal2006-12-283-269/+298
* Remove redundant declarations (#390097, Christian Persch)Matthias Clasen2006-12-281-18/+0
* Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).Kristian Rietveld2006-12-271-0/+6
* Bug 340141 – Update to Pango 1.16 APIBehdad Esfahbod2006-12-241-2/+2
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-224-7/+20
* Add functions to allow threadsafe handling of idles and timeouts wrt. toMatthias Clasen2006-12-223-0/+255
* Use pango_cairo_show_error_underline. (#340141, Behdad Esfahbod)Matthias Clasen2006-12-221-85/+6
* 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
* Improve docs. (#353438, Mariano Suárez-Alvarez)Matthias Clasen2006-12-211-4/+7
* Add a function for converting a GdkColor to a string (#373856).Matthew Barnes2006-12-212-7/+35
* Mark arrow keys as translatableMatthias Clasen2006-12-212-5/+9
* Splitted out the GdkPixbuf to NSImage routine so that it can be used fromMikael Hallendal2006-12-194-44/+66
* Check for crt_extern.h and _NSGetEnviron. Fix compilation on Darwin whereMatthias Clasen2006-12-101-0/+12
* Implement for B&W cursors, for instance the built-in GDK ones.Tor Lillqvist2006-10-291-33/+112
* Improve handling of the small icon of the window class. (#152620, KazukiTor Lillqvist2006-10-281-13/+25
* gdkpixmap-directfb.c: add missing RGB24 case (#361176)Michael David Emmel2006-10-111-0/+2
* Update the docs to state which out parameters may be NULL. (#360870,Matthias Clasen2006-10-091-7/+7
* Fix for bug 3575611 strdup property name so it can be freedMichael David Emmel2006-10-081-2/+1
* CleanupsMatthias Clasen2006-10-087-8/+3
* Apply a patch by Behdad Esfahbod to reduce relocations. (#359053)Matthias Clasen2006-10-031-1/+1
* Include pltcheck.sh in EXTRA_DIST.Behdad Esfahbod2006-10-021-2/+3
* Move all includes before including gdkalias.h.Behdad Esfahbod2006-10-021-2/+2
* free display->input_windows with g_free(), not g_object_unref() (#357566,Michael Natterer2006-09-251-1/+1
* Implement lots of value setters for GdkGC, based on a heavily modifiedMichael Natterer2006-09-215-101/+413
* fix cast: it's drawable_impl->wrapper that is the GdkWindow, not theMichael Natterer2006-09-211-1/+1
* just check the first shift-level of keyboard layout for RTL and LTRBehnam Esfahbod2006-09-201-18/+14
* Bug 355343. Add a GdkPangoAttrEmbossColor.Ryan Lortie2006-09-193-16/+117
* /tmp/cvsX7MHVxMichael David Emmel2006-09-141-2/+0
* gdk/directfb/gdkcolor-directfb.c small clean ups include orderMichael David Emmel2006-09-143-8/+4
* gdk/win32/gdkprivate-win32.h gdk/win32/gdkmain-win32.c Define WINVER andTor Lillqvist2006-09-103-52/+8
* Commit a patch by Behdad to fix typos, omissions and other errors in theMatthias Clasen2006-09-108-14/+30
* Fix small theoretical memory leaks. (#353916, Chris Wilson)Matthias Clasen2006-09-091-2/+4
* Special-case shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.Richard Hult2006-09-061-4/+10
* gdk/win32/gdkevents-win32.c Use wide-char API for message and windowTor Lillqvist2006-09-032-63/+62
* Don't do anything if exposure isn't in the event mask, plug a leak, andRichard Hult2006-09-031-1/+11
* Handle display_name being NULL. (#354004, Chris Wilson)Matthias Clasen2006-09-031-1/+2
* No GDK_WINDOW_DISPLAY in the Win32 backend.Tor Lillqvist2006-09-021-1/+1
* Fix build.Michael Natterer2006-08-311-2/+1
* Fix build.Richard Hult2006-08-301-1/+1
* Fix gdk_window_beepMatthias Clasen2006-08-301-5/+11
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-306-0/+48
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-301-12/+9
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-2910-586/+68
* Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x since 2.6 orTor Lillqvist2006-08-294-112/+1
* return the hostname instead of NULL.Michael Natterer2006-08-241-3/+6
* Add Win32 detail to doc comments.Tor Lillqvist2006-08-231-0/+10