.. |
broadway
|
gdk/*: Use g_list_free_full convenience function
|
2012-01-05 04:22:42 +01:00 |
quartz
|
gdk/*: Use g_list_free_full convenience function
|
2012-01-05 04:22:42 +01:00 |
tests
|
Add more tests for GdkRGBA parsing
|
2012-01-09 00:31:20 -05:00 |
wayland
|
wayland: Handle request for selection atoms when there's no selection
|
2012-01-17 11:10:59 -05:00 |
win32
|
Add gdk_screen_get_monitor_workarea
|
2011-12-18 14:29:16 -05:00 |
x11
|
Add Since: to gdk_x11_device_get_id(), gdk_x11_device_manager_lookup(), gdk_x11_window_set_utf8_property() docs
|
2012-01-16 18:08:16 -05:00 |
abicheck.sh
|
|
|
COPYING
|
|
|
gdk.c
|
Drop references to g_thread_init()
|
2011-11-09 18:36:35 -05:00 |
gdk.h
|
|
|
gdk.symbols
|
x11: Add gdk_x11_window_set_utf8_property
|
2011-12-19 12:51:07 -05:00 |
gdkapplaunchcontext.c
|
|
|
gdkapplaunchcontext.h
|
Drop use of GDK_DISABLE_DEPRECATED guards in gdk
|
2011-11-09 22:01:00 -05:00 |
gdkapplaunchcontextprivate.h
|
|
|
gdkcairo.c
|
Deprecate all the public API that is using GdkColor struct
|
2011-12-22 02:59:39 +00:00 |
gdkcairo.h
|
Deprecate all the public API that is using GdkColor struct
|
2011-12-22 02:59:39 +00:00 |
gdkcolor.c
|
|
|
gdkcolor.h
|
Fix a typo
|
2011-11-22 14:55:46 -05:00 |
gdkconfig.h.win32
|
Update gdk/gdkconfig.h.win32
|
2011-12-30 16:21:38 +08:00 |
gdkcursor.c
|
|
|
gdkcursor.h
|
Drop use of GDK_DISABLE_DEPRECATED guards in gdk
|
2011-11-09 22:01:00 -05:00 |
gdkcursorprivate.h
|
GdkCursor: Struct packing improvements
|
2011-04-12 12:13:55 -04:00 |
gdkdeprecated.c
|
gdk: Move a bunch of deprecated code to a new file
|
2011-11-02 02:32:53 +01:00 |
gdkdevice.c
|
|
|
gdkdevice.h
|
gdk: Use const instead G_CONST_RETURN
|
2011-06-10 13:07:54 +01:00 |
gdkdevicemanager.c
|
GdkDeviceManager: some reshuffling of docs
|
2011-11-04 23:38:11 -04:00 |
gdkdevicemanager.h
|
|
|
gdkdevicemanagerprivate.h
|
|
|
gdkdeviceprivate.h
|
|
|
gdkdisplay.c
|
gdk/*: Use g_list_free_full convenience function
|
2012-01-05 04:22:42 +01:00 |
gdkdisplay.h
|
Drop use of GDK_DISABLE_DEPRECATED guards in gdk
|
2011-11-09 22:01:00 -05:00 |
gdkdisplaymanager.c
|
gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway
|
2011-10-07 16:19:41 +02:00 |
gdkdisplaymanager.h
|
|
|
gdkdisplaymanagerprivate.h
|
|
|
gdkdisplayprivate.h
|
gdk: Use const instead G_CONST_RETURN
|
2011-06-10 13:07:54 +01:00 |
gdkdnd.c
|
|
|
gdkdnd.h
|
|
|
gdkdndprivate.h
|
|
|
gdkenumtypes.c.template
|
|
|
gdkenumtypes.h.template
|
|
|
gdkevents.c
|
ref, don't unref, requestor member when copying GdkEvents
|
2011-11-17 11:59:27 +01:00 |
gdkevents.h
|
Add symbolic constants for event emission control
|
2012-01-03 12:58:43 +00:00 |
gdkglobals.c
|
|
|
gdkinternals.h
|
gdk: Remove unused _gdk_window_calculate_full_clip_region
|
2011-12-05 10:59:07 +01:00 |
gdkintl.h
|
|
|
gdkkeynames.c
|
|
|
gdkkeys.c
|
gdk: remove the GET_EFFECTIVE_KEYMAP() stuff from gdkkeys-x11.c
|
2011-11-18 16:43:41 +01:00 |
gdkkeys.h
|
Bug 659602 - Provide an abstraction for the platform's use of modifier keys
|
2011-09-27 09:56:25 +02:00 |
gdkkeysprivate.h
|
gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and Broadway
|
2011-10-07 16:19:41 +02:00 |
gdkkeysyms-compat.h
|
|
|
gdkkeysyms-update.pl
|
|
|
gdkkeysyms.h
|
gdk: Update keysyms list from latest X.org headers
|
2011-06-06 21:15:53 -04:00 |
gdkkeyuni.c
|
|
|
gdkmain.h
|
Drop use of GDK_DISABLE_DEPRECATED guards in gdk
|
2011-11-09 22:01:00 -05:00 |
gdkmarshalers.list
|
|
|
gdkoffscreenwindow.c
|
Fixed bug #654125 "gdkoffscreenwindow set any impl handlers to null but adhoc gdk_window_set_* do not cope"
|
2011-07-08 19:27:00 -03:00 |
gdkpango.c
|
Don't use deprecated Pango api
|
2011-11-01 21:13:35 -04:00 |
gdkpango.h
|
|
|
gdkpixbuf-drawable.c
|
|
|
gdkpixbuf.h
|
|
|
gdkprivate.h
|
|
|
gdkproperty.h
|
|
|
gdkrectangle.c
|
|
|
gdkrectangle.h
|
|
|
gdkrgba.c
|
Tighten up GdkRGBA parsing
|
2012-01-09 00:31:20 -05:00 |
gdkrgba.h
|
|
|
gdkscreen.c
|
Add gdk_screen_get_monitor_workarea
|
2011-12-18 14:29:16 -05:00 |
gdkscreen.h
|
Fix parameter name mismatch
|
2011-12-18 16:04:51 -05:00 |
gdkscreenprivate.h
|
Add gdk_screen_get_monitor_workarea
|
2011-12-18 14:29:16 -05:00 |
gdkselection.c
|
|
|
gdkselection.h
|
|
|
gdktestutils.h
|
|
|
gdkthreads.h
|
|
|
gdktypes.h
|
Turn the private #define for the group-shifting modifier into API
|
2011-11-18 15:14:31 +01:00 |
gdkvisual.c
|
|
|
gdkvisual.h
|
|
|
gdkvisualprivate.h
|
|
|
gdkwindow.c
|
gdk/*: Use g_list_free_full convenience function
|
2012-01-05 04:22:42 +01:00 |
gdkwindow.h
|
Deprecate all the public API that is using GdkColor struct
|
2011-12-22 02:59:39 +00:00 |
gdkwindowimpl.c
|
|
|
gdkwindowimpl.h
|
Add device-taking variants of begin_resize/move_drag
|
2011-11-05 01:10:16 -04:00 |
gdkx.h
|
|
|
gen-keyname-table.pl
|
gdk: Make gen-keyname-table.pl work again
|
2011-10-26 10:36:43 +01:00 |
keyname-table.h
|
|
|
keynames-translate.txt
|
gdk: Translate keyboard brightness keys
|
2011-10-26 10:36:43 +01:00 |
keynames.txt
|
|
|
Makefile.am
|
gdk: Move a bunch of deprecated code to a new file
|
2011-11-02 02:32:53 +01:00 |
makefile.msc
|
|
|