summaryrefslogtreecommitdiff
path: root/gdk/directfb
Commit message (Expand)AuthorAgeFilesLines
* Use G_STRFUNC instead __FUNCTION__Javier Jardón2009-10-266-45/+45
* Fix for position bugMichael Emmel2009-10-241-4/+5
* Use g_object_ref/unref instead deprecated gdk_*_ref/unref functionsJavier Jardón2009-10-141-2/+2
* Bug 596959 - DirectFB backend compilation broken with changes from 2.18.0 to...Sebastian Dröge2009-10-021-2/+4
* Extend _gdk_windowing_window_at_pointer to be able to get toplevels onlyAlexander Larsson2009-09-281-0/+20
* revert some changes in directfb backend that broke APICody Russell2009-09-212-0/+209
* Ensure that queue_translation is paired with the right X operationAlexander Larsson2009-08-131-0/+1
* _gdk_window_impl_new() on directfbCody Russell2009-07-271-100/+59
* Track viewable for GdkWindowAlexander Larsson2009-07-181-0/+2
* more directfb updatesCody Russell2009-07-133-13/+80
* get directfb building with cswCody Russell2009-07-096-562/+119
* More documentation fixesMatthias Clasen2009-07-053-9/+6
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-041-0/+2
* Fix compilation with DirectFB 1.0Sven Neumann2009-04-091-2/+10
* compile fix for build with DIRECT_ENABLE_DEBUG.Sven Neumann2009-03-251-46/+49
* looks like being called with negative width and height should beSven Neumann2009-02-191-12/+22
* move the call to _gdk_windowing_window_init() up a little. Fixes a crashSven Neumann2009-02-191-11/+9
* initialize private->impl. Thanks to Masse Nicolas for pointing this out.Sven Neumann2009-02-191-2/+3
* Bug 533456 – Memory leak when window is destroyedSven Neumann2009-02-185-17/+4
* Bug 513422 – Unknown meaning of translatable messagesSven Neumann2009-02-181-25/+13
* Bug 560671 – the client_message API doesn't work in DirectFBSven Neumann2009-02-181-9/+33
* Bug 543710 – Dead keys do not work anymore with DirectFBSven Neumann2009-02-181-22/+1
* Bug 554407 – directfb backend does not implement GdkWindowImplSven Neumann2009-02-183-256/+241
* gdk/gdk.symbols implement gdk_keymap_get_caps_lock_state(). NoSven Neumann2009-02-161-1/+27
* Fix a typoMatthias Clasen2008-12-131-1/+1
* Bug 557762 – Misleading error message in GDK DirectFBChristian Dywan2008-10-291-1/+1
* Avoid a crashMatthias Clasen2008-07-181-3/+2
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-2216-16/+16
* Rename gdk_window_new -> _gdk_window_new and gdk_window_reparent ->Cody Russell2008-06-201-2/+2
* gdk/gdkinternals.h gdk/gdkevents.c gdk/directfb/gdkevents-directfb.cMichael Natterer2008-05-061-2/+2
* Add private backend data to events, and handle it when copying/freeingRichard Hult2008-05-061-0/+11
* Bug 529841 – incorrect position in directfbMichael David Emmel2008-04-251-1/+1
* applied patch from Denis Oliver Kropp <dok@directfb.org>.Sven Neumann2008-01-311-3/+3
* gdk/directfb/gdkdisplay-directfb.c gdk/directfb/gdkdrawable-directfb.cSven Neumann2008-01-314-81/+48
* gdk/directfb/gdkdrawable-directfb.c gdk/directfb/gdkwindow-directfb.cSven Neumann2008-01-303-119/+354
* gdk/directfb/gdkdirectfb.h gdk/directfb/gdkdisplay-directfb.cSven Neumann2008-01-3011-86/+134
* gdk/gdkdisplay.h gdk/gdkdrawable.h gdk/gdkevents.h gdk/gdkpango.hMichael Natterer2008-01-152-8/+8
* gdk/gdk.h gdk/gdkcairo.h gdk/gdkcolor.h gdk/gdkgc.h gdk/gdkinternals.hMichael Natterer2008-01-144-19/+19
* add these functions to make it build again.Michael Natterer2008-01-101-0/+21
* Use u32 instead of __u32 and u8 instead of __u8 as the other types areSebastian Dröge2007-12-151-4/+11
* Remove all .cvsignore files.Michael Natterer2007-12-131-7/+0
* Implement GAppLaunchContext in gdk, providing startup notification.Matthias Clasen2007-12-132-0/+43
* Applied a patch by Claudio Ciccani which adds testing functions to theAttilio Fiandrotti2007-12-112-1/+261
* Applied a patch by Claudio Ciccani which fixes the mixing of gdk and cairoAttilio Fiandrotti2007-12-111-17/+29
* Minor fix for code added in r19132Attilio Fiandrotti2007-12-091-1/+0
* Committed several patches by Denis Oliver Knoppwhich are expected to improve ...Attilio Fiandrotti2007-12-095-222/+897
* Committed a patch by DOK to fix GDK events generations in the DirectFB backendAttilio Fiandrotti2007-12-061-3/+105
* call g_test_init() from gtk_test_init().15:39:40 Tim Janik2007-11-221-1/+2
* Attempts to load stock X cursors no longer results in annoying error messages...Attilio Fiandrotti2007-07-271-0/+3
* Fixed memory leak at window closing in DirectFB backend, patch provided by Si...Attilio Fiandrotti2007-07-123-1/+25