gtk/gdk
Matthias Clasen 07d49ee56a Merge libgdk and libgtk
This commit does a number of things:
- remove some dead wchar configury from configure.ac and gdkconfig.h
- repurpose gdkconfig.h as header that contains GDK_WINDOWING_foo
  macros for each included backend, include it in gdk.h and install
  it in $includedir instead of below $libdir
- drop the backend from the library names
- build libgdk-3.0.la as a convenience lib and include it in libgtk-3.0.la
It does not yet enable building multiple backends at the same time.
2010-12-21 12:06:55 -05:00
..
quartz Port Quartz backend to latest rendering-cleanup changes 2010-12-06 14:15:47 +01:00
tests Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
win32 gdk: Remove depth argument from GdkWindowImpl->get_geometry() 2010-12-06 01:02:52 +01:00
x11 Convert a bunch of visual related calls to use the screen vtable 2010-12-21 12:06:55 -05:00
abicheck.sh gdk: Remove unused macros from build 2010-11-24 16:18:46 +01:00
COPYING
gdk.c Enable XI2 by default 2010-12-15 03:17:58 +01:00
gdk.h Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
gdk.symbols Fix gdk symbols after recent changes 2010-12-18 17:39:42 -05:00
gdkapplaunchcontext.c
gdkapplaunchcontext.h
gdkcairo.c Use cairo gobject support instead of a new boxed type. 2010-12-04 15:38:20 +01:00
gdkcairo.h Use cairo gobject support instead of a new boxed type. 2010-12-04 15:38:20 +01:00
gdkcolor.c
gdkcolor.h
gdkconfig.h.win32
gdkcursor.c
gdkcursor.h
gdkdevice.c gdk: return 0, not NULL from gdk_device_get_n_axes() 2010-12-21 15:16:35 +01:00
gdkdevice.h xi2: Improve device hierarchy handling 2010-12-15 03:17:59 +01:00
gdkdevicemanager.c Complete renaming of gdk_enable_multidevice() 2010-12-15 13:05:11 +01:00
gdkdevicemanager.h
gdkdeviceprivate.h Remove *_set_extension_events() and old API to query devices. 2010-12-17 16:25:14 +01:00
gdkdisplay.c Make display method vtable calls 2010-12-21 12:06:54 -05:00
gdkdisplay.h Hide GdkDisplayClass from public header 2010-12-21 12:06:54 -05:00
gdkdisplaymanager.c
gdkdisplaymanager.h
gdkdnd.c Add some forgotten accessors for GdkDragContext 2010-12-10 00:58:33 -05:00
gdkdnd.h Add some forgotten accessors for GdkDragContext 2010-12-10 00:58:33 -05:00
gdkenumtypes.c.template
gdkenumtypes.h.template
gdkevents.c Add gdk_event_[gs]et_source_device(). 2010-12-15 03:17:58 +01:00
gdkevents.h Add gdk_event_[gs]et_source_device(). 2010-12-15 03:17:58 +01:00
gdkglobals.c Enable XI2 by default 2010-12-15 03:17:58 +01:00
gdkinternals.h Convert a bunch of visual related calls to use the screen vtable 2010-12-21 12:06:55 -05:00
gdkintl.h
gdkkeynames.c
gdkkeys.c Convert all gdk_keymap methods to vtable calls 2010-12-21 12:06:54 -05:00
gdkkeys.h Move GdkKeymapClass definition to internal header 2010-12-21 12:06:54 -05:00
gdkkeysyms-compat.h
gdkkeysyms-update.pl
gdkkeysyms.h
gdkkeyuni.c
gdkmain.h Complete renaming of gdk_enable_multidevice() 2010-12-15 13:05:11 +01:00
gdkmarshalers.list
gdkoffscreenwindow.c gdk: Remove depth argument from GdkWindowImpl->get_geometry() 2010-12-06 01:02:52 +01:00
gdkpango.c Fix missing (transfer) annotations in GDK 2010-11-24 21:37:20 +01:00
gdkpango.h
gdkpixbuf-drawable.c gdk: Make _gdk_window_ref_cairo_surface() protected and use it 2010-12-02 20:21:02 +01:00
gdkpixbuf.h
gdkprivate.h gdk: Remove useless macros from gdkprivate.h 2010-12-02 20:21:05 +01:00
gdkproperty.h docs: Move documentation to inline comments: properties 2010-11-15 21:06:34 +01:00
gdkrectangle.c
gdkrectangle.h
gdkrgba.c gdk: Add section docs for GdkRGBA 2010-12-06 18:57:11 +01:00
gdkrgba.h gdk: Constify argument to gdk_rgba_copy() 2010-12-06 01:02:52 +01:00
gdkscreen.c Convert a bunch of visual related calls to use the screen vtable 2010-12-21 12:06:55 -05:00
gdkscreen.h Move GdkScreenClass to internal header 2010-12-21 12:06:54 -05:00
gdkselection.c Fix missing (transfer) annotations in GDK 2010-11-24 21:37:20 +01:00
gdkselection.h docs: Move documentation to inline comments: gdkselection 2010-11-15 18:24:31 +01:00
gdkspawn.h
gdktestutils.h
gdkthreads.h docs: Move documentation to inline comments: gdkthreads 2010-11-15 21:06:35 +01:00
gdktypes.h API: Remove gdkdrawable.h from public headers 2010-12-02 20:21:02 +01:00
gdkvisual.c Convert a bunch of visual related calls to use the screen vtable 2010-12-21 12:06:55 -05:00
gdkvisual.h
gdkwindow.c Convert all gdk_window methods to vtable calls 2010-12-21 12:06:54 -05:00
gdkwindow.h Add gdk_window_[gs]et_source_events() 2010-12-15 03:17:59 +01:00
gdkwindowimpl.c gdk: Move window beeps into GdkWindowImpl 2010-12-02 20:21:05 +01:00
gdkwindowimpl.h Convert all gdk_window methods to vtable calls 2010-12-21 12:06:54 -05:00
gen-keyname-table.pl
keyname-table.h
keynames.txt
makeenums.pl
Makefile.am Merge libgdk and libgtk 2010-12-21 12:06:55 -05:00
makefile.msc gdk: Remove unused macros from build 2010-11-24 16:18:46 +01:00