summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Don't include __bss_start, _edata and _end symbols in the abichecksSebastian Dröge2010-05-301-1/+1
* Don't use g_drag_context_refTor Lillqvist2010-05-301-2/+2
* Seal gdkJavier Jardón2010-05-2720-131/+1092
* Revert "Implement GdkRegion in terms of cairo_region_t"Benjamin Otte2010-05-267-134/+1518
* Revert "Remove _gdk_region_new_from_yxbanded_rects()"Benjamin Otte2010-05-263-1/+10
* Revert "Deprecate the GdkRegion API"Benjamin Otte2010-05-2625-560/+518
* Deprecate the GdkRegion APIBenjamin Otte2010-05-2325-518/+560
* Remove _gdk_region_new_from_yxbanded_rects()Benjamin Otte2010-05-233-10/+1
* Implement GdkRegion in terms of cairo_region_tBenjamin Otte2010-05-237-1518/+134
* Make the !xkb build survive a little longerMatthias Clasen2010-05-211-0/+4
* Remove arbitrary limit on number of redraw rectanglesPaul Davis2010-05-121-27/+11
* Add heuristic for primary monitorFlorian Scandella2010-04-231-2/+16
* Update the gdk_event_free docsMatthias Clasen2010-04-221-1/+1
* Use the proper screen in _gdk_windowing_get_shape_for_mask()Claudio Saavedra2010-04-191-1/+1
* Include <X11/Xutil.h> in gdkdnd-x11.cJavier Jardón2010-04-181-0/+2
* gdk: remove convert_coords_to_child()Michael Natterer2010-04-151-26/+7
* gdk: use gdk_window_is_offscreen() instead of checking manuallyMichael Natterer2010-04-151-7/+7
* gdk: add API to convert coords between parent and child windowsMichael Natterer2010-04-153-19/+237
* Add Visual Studio 2008 project filesTor Lillqvist2010-04-121-0/+12
* Fixed annotation of gdk_screen_get_rgb_colormap and similarJohan Bilien2010-04-091-4/+4
* [directfb] Fix compile error on DirectFB backend.Javier Jardón2010-04-092-0/+8
* Fix a silly mistake in primary_monitor handlingMatthias Clasen2010-04-091-17/+24
* Yet another fix for shape handlingMatthias Clasen2010-04-061-4/+1
* [GdkScreenX11] Fix check in gdk_screen_get_primary_monitorAdel Gadllah2010-04-061-2/+2
* [GdkScreenX11] Add heuristic for pre XRandR 1.3 driversAdel Gadllah2010-04-061-1/+7
* [directfb] Fix compile error on DirectFB backend.Hiroyuki Ikezoe2010-03-252-0/+9
* Another small doc cleanupMatthias Clasen2010-03-221-16/+18
* Minor doc cleanupMatthias Clasen2010-03-221-8/+8
* introspection: Fix parallel buildsDamien Lespiau2010-03-221-0/+1
* Don't crash in DND when the X server doesn't support SHAPEMatthias Clasen2010-03-161-15/+18
* [startup notification] Set APPLICATION_IDColin Walters2010-03-141-0/+7
* Fix gdk_window_set_icon_nameMatthias Clasen2010-03-121-1/+1
* Minor doc clarification for gdk_drag_beginMatthias Clasen2010-03-081-1/+1
* Init gdk in the same order as other backendsMatthias Clasen2010-02-231-2/+2
* Fix a memory leak in gdk_display_open in the directfb backendMatthias Clasen2010-02-231-6/+8
* Simplify the DirectFBInit callMatthias Clasen2010-02-231-4/+1
* Catch directfb errors in gdk_colormap_newMatthias Clasen2010-02-231-4/+8
* Fix a crash at startup in the directfb backendMatthias Clasen2010-02-231-1/+7
* Fix gdk_windowing_window_at_pointer in the directfb backendMatthias Clasen2010-02-231-7/+0
* Protect against X errors when clearing the DND cacheMatthias Clasen2010-02-231-3/+9
* Only look at x11 backend for gtk-doc comments for nowMatthias Clasen2010-02-231-1/+1
* Add some missing introspection annotationsMatthias Clasen2010-02-224-14/+15
* [build] Include all target source filesJohan Dahlin2010-02-221-1/+2
* Add a missing introspection annotation for gdk_screen_get_default_colormapMatthias Clasen2010-02-221-1/+1
* [annotations] Add allow-noneJohan Dahlin2010-02-1910-31/+31
* [gdk/x11] Change the name of the functions in the header fileJavier Jardón2010-02-161-2/+2
* Fix a compatibility problemMatthias Clasen2010-02-126-3/+64
* Solve a wrong reference on gdk_keymap_translate_keyboard_stateAlejandro Piñeiro2010-02-091-1/+1
* gdk/directfb: cursor size is artificially limitedAndré Draszik2010-02-071-3/+9
* gdk/directfb: convert gdkgc-directfb to using G_DEFINE_TYPEAndré Draszik2010-02-072-53/+27