summaryrefslogtreecommitdiff
path: root/gdk/directfb
Commit message (Expand)AuthorAgeFilesLines
* 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
* #undef GDK_DISABLE_DEPRECATED to get prototype for gdk_font_ref().Behdad Esfahbod2007-06-131-0/+2
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-012-0/+15
* Remove duplicate doc comments that cause problems when building the docs.Matthias Clasen2007-05-271-24/+0
* Fix docsMatthias Clasen2007-05-261-14/+0
* Updated minimum DirectFB version required to enable gdk_directfb_create_child...Attilio Fiandrotti2007-05-202-2/+2
* Added stub gdk_notify_startup_complete_with_id to compile AddedMichael Emmel2007-05-013-13/+94
* Some more compiler warning fixes.Matthias Clasen2007-04-301-1/+1
* Win32 drop shadow goodnessCody Russell2007-04-251-0/+3
* Mouse crossing fixes from AttilioMichael David Emmel2007-01-201-2/+17
* Fix for leak when window destroyedMichael David Emmel2007-01-021-19/+22
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-3/+1
* gdkpixmap-directfb.c: add missing RGB24 case (#361176)Michael David Emmel2006-10-111-0/+2
* Fix for bug 3575611 strdup property name so it can be freedMichael David Emmel2006-10-081-2/+1
* gdk/directfb/gdkcolor-directfb.c small clean ups include orderMichael David Emmel2006-09-143-8/+4
* Add a function to beep on a window. For X11, implement this with XkbBell.Matthias Clasen2006-08-301-0/+6
* gdk/directfb/gdkdrawable-directfb.c Remove gdk_directfb_update_region andMichael David Emmel2006-08-113-70/+10
* Removed unused call to GetPositionMichael David Emmel2006-08-021-3/+0
* Lots of changes the major change is GdkPaintable is not implemented by windowMichael David Emmel2006-07-146-113/+393
* Don't confuse gtk-doc.Matthias Clasen2006-07-101-1/+1
* Not sure this went inMichael David Emmel2006-07-032-2/+2
* Added ifdef to compile with 0.9.24 removes creating a child GdkWindowMichael David Emmel2006-06-262-1/+7
* updated mininum dfb to 0.9.24 added more directfb wrapper functionsMichael Emmel2006-06-145-45/+274
* Fixed bug 342091Michael David Emmel2006-05-181-0/+6
* Removed DIKI_ALTGRMichael David Emmel2006-05-041-13/+0
* Removed subtracting one from all clipsMichael David Emmel2006-04-301-9/+10
* Documentation fixes.Matthias Clasen2006-04-241-2/+2
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-211-5/+4
* fixed off by one error in clip patch from (#330824)Michael David Emmel2006-04-201-2/+2