summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* gdk: Rewrite background handlingBenjamin Otte2010-09-2610-286/+142
* gdk: Remove supports_native_bg on WindowImplIfaceBenjamin Otte2010-09-263-27/+1
* gdk: Remove send_expose event from gdk_window_clear_region_internal()Benjamin Otte2010-09-261-7/+3
* gdk: Remove GdkWindowImpl->clear_regionBenjamin Otte2010-09-263-48/+3
* gdk: Simplify clear_area codeBenjamin Otte2010-09-261-33/+18
* API: Remove gdk_window_clear_area_e()Benjamin Otte2010-09-263-34/+0
* gdk: Don't use clear_area_e() in offscreenwindowBenjamin Otte2010-09-261-2/+4
* gdk: Remove _gdk_windowing_get_shape_for_mask()Benjamin Otte2010-09-264-171/+0
* API: Remove shape_combine_mask functions from gdkBenjamin Otte2010-09-263-115/+3
* API: Add gdk_cairo_region_create_from_surface()Benjamin Otte2010-09-264-0/+148
* API: Remove gdk_cursor_new_from_pixmap()Benjamin Otte2010-09-265-326/+53
* API: remove gdk_window_set_icon()Benjamin Otte2010-09-265-48/+0
* x11: remove icon_window property, it's not used anymoreBenjamin Otte2010-09-262-12/+0
* x11: Set icon based on icon listBenjamin Otte2010-09-261-34/+71
* Don't try to unref event->dnd.context unconditionally.Tomeu Vizoso2010-09-241-1/+2
* Add deprecation guards for gdk_device_get_core_pointer()Javier Jardón2010-09-221-0/+2
* Do not use deprecated gdk_display_get_core_pointer()Javier Jardón2010-09-225-12/+32
* Fix an off-by-one error in serial range handlingMatthias Clasen2010-09-211-1/+1
* Use g_warning() for X errors and X IO errorsOwen W. Taylor2010-09-212-11/+10
* Tons of transfer annotationsMatthias Clasen2010-09-211-1/+1
* Add a couple of missing transfer annotationsJohan Dahlin2010-09-202-5/+5
* Fixup gtk-doc comment syntaxJohan Dahlin2010-09-201-8/+8
* More error trap cleanupsMatthias Clasen2010-09-205-24/+15
* Only store error codes in inner-most X error trapOwen W. Taylor2010-09-201-0/+1
* Add new error trap api to gdk.symbols and gdk3-sections.txtMatthias Clasen2010-09-191-1/+5
* Improve tests for X error traps, fix two bugsHavoc Pennington2010-09-182-3/+25
* Fix bugs that crashed gdk_display_close() on x11Havoc Pennington2010-09-187-23/+55
* Revamp and modernize X error trapsHavoc Pennington2010-09-1810-97/+489
* Replace crufty old code for gdk error traps with GQueue and GSliceHavoc Pennington2010-09-181-26/+9
* Remove trailing whitespace and obsolete doc comments from gdk_error_trap codeHavoc Pennington2010-09-181-30/+11
* Fix a doc commentMatthias Clasen2010-09-171-1/+1
* Scan gdk/x11 sources for Gdk-3.0.girMatthias Clasen2010-09-171-0/+3
* Add annotationsMatthias Clasen2010-09-1710-13/+22
* introspection: Only use 0.9.3 APIColin Walters2010-09-151-1/+1
* gdk: Only use XComposite if it is availableSebastian Dröge2010-09-151-0/+2
* [GdkWindowCache] Don't ignore the CompositeOverlayWindowAdel Gadllah2010-09-131-0/+16
* Update Quartz backend for GDK key name changesKristian Rietveld2010-09-132-72/+72
* docs: Fix gdk_display_get_core_pointer() docsJavier Jardón2010-09-131-2/+2
* Don't use g_idle_add to schedule idles in GDKMatthias Clasen2010-09-101-4/+4
* Include gdkkeysyms.h in gdk.h2.90.7Matthias Clasen2010-09-101-0/+1
* Drop the gdk_display variable from gdkMatthias Clasen2010-09-094-21/+1
* Avoid potential DLL hijacking in Wintab codeTor Lillqvist2010-09-091-1/+24
* Adapt to the GDK_KEY changesTor Lillqvist2010-09-094-201/+201
* GDK: Prefix key names with KEY_Colin Walters2010-09-087-2215/+4463
* gdk: Update gdkkeysyms.hColin Walters2010-09-081-0/+1
* Remove deprecated gdk_window_get_deskrelative_origin() and its implementationsJavier Jardón2010-09-098-162/+0
* Drop GDK_DEBUG_GC and _IMAGE as GDK doesn't do that any moreTor Lillqvist2010-09-092-11/+7
* Remove variables from the platform-independent GDK APITor Lillqvist2010-09-085-42/+11
* Fix annotations for gdk_window_get_device_position()Owen W. Taylor2010-09-071-4/+4
* Avoid segfault on xkbless systemsMatthias Clasen2010-09-071-1/+3