summaryrefslogtreecommitdiff
path: root/gdk/linux-fb
Commit message (Expand)AuthorAgeFilesLines
* Win32 drop shadow goodnessCody Russell2007-04-251-0/+3
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-092-9/+5
* If major.minor of required and available glib versions are the same, addBehdad Esfahbod2006-01-291-1/+0
* Handle pixmap == NULL when checking for a colormap. (Allin Cottrell).Owen Taylor2005-08-151-1/+1
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap)Owen Taylor2005-08-121-0/+6
* Strip out all Xft, FreeType, and pangoxft checking. Rewrite X checks toOwen Taylor2005-08-101-120/+10
* Add Copyright/License information.Matthias Clasen2005-07-125-0/+130
* Fill in unused bits so they can be used for the depth-32 target case.Owen Taylor2005-05-091-0/+16
* Add a draw-border style property to allow themes to draw outside theOwen Taylor2005-05-023-103/+33
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-1/+1
* Fix many sparse warnings. (#157253, Kjartan Maraas.Matthias Clasen2004-11-1024-683/+272
* Make gtk argument parsing use goption. Add gtk_get_option_group andAnders Carlsson2004-09-051-2/+2
* Make the fb backend compile against current freetype. (#148558, NicolasMatthias Clasen2004-07-281-1/+2
* Fix prototype mismatch. (#148589, Nicolas Deves)Matthias Clasen2004-07-281-2/+2
* Add gdk_draw_rectangle_alpha_libgtk_only which uses XRenderFillRectangleAnders Carlsson2004-07-271-0/+12
* Bug 143330, support update counter spec.Soeren Sandmann2004-07-111-0/+10
* Changes to support do-not-focus-on-map hint in conjunction withElijah Newren2004-05-061-0/+17
* Make <config.h> the very first include. Likewise. Likewise.Federico Mena Quintero2004-03-063-3/+3
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-0636-7/+36
* Fixes #132975.Federico Mena Quintero2004-01-301-1/+1
* Fix #105497; constify uses of GdkColor.Federico Mena Quintero2004-01-263-15/+15
* Changes to allow "no input" windows (#64613):Matthias Clasen2003-12-101-0/+18
* s/gdk_spawn/gdk_spawn_on_screen/.Mark McLoughlin2003-12-101-5/+5
* Utility functions for multi-screen applications which need to ensureMark McLoughlin2003-12-102-0/+105
* Add gdk_window_set_keep_{above,below} stubs to fix compilationEric Warmenhoven2003-09-163-18/+59
* big patch from Kjartan Maraas to fix numerous typos.Kristian Rietveld2003-09-031-1/+1
* Use asynchronously _gdk_x11_set_input_focus_safe to avoid having to trapOwen Taylor2003-07-051-0/+5
* Remove dubious bitfields of unspecified signedness. (#112919, MortenMatthias Clasen2003-05-272-5/+5
* Patch from James Henstridge to update to automake-1.7 (#109542)Owen Taylor2003-05-061-16/+6
* Trivial cleanups (bug #107664)Matthias Clasen2003-03-081-1/+1
* Use g_printf instead of system printf. (#99327)Matthias Clasen2002-12-151-4/+4
* update to allow a GdkDrawable instead of a GdkWindow.Kristian Rietveld2002-12-091-9/+9
* Fix gdkenumtypes.h hackEric Warmenhoven2002-12-061-1/+1
* More proper vt switch handlingEric Warmenhoven2002-12-055-6/+114
* Fixes from #98358, Havoc Pennington.Owen Taylor2002-11-252-1/+12
* Try a different hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-141-4/+2
* add gdk_display_get_devices to fix compilationEric Warmenhoven2002-11-131-0/+6
* Add in a awful hack to force gdkenumtypes.h to be updated before buildingOwen Taylor2002-11-081-0/+11
* fix compilationEric Warmenhoven2002-11-082-2/+10
* Add startup notification hooks - mostly based on patch by Havoc PenningtonOwen Taylor2002-11-021-0/+5
* Add a --screen option for setting the default screen. (Based on a patchOwen Taylor2002-10-311-0/+7
* Remove redundant doc comments.Matthias Clasen2002-10-232-119/+0
* Gdk API doc updates.Matthias Clasen2002-10-221-0/+2
* Make 'filled' arguments for draw_arc/polygon/rectangle gboolean not gint.Owen Taylor2002-10-162-13/+13
* fix compilationEric Warmenhoven2002-10-082-3/+18
* Add gdk_drag_find_window_for_screen(), so that we can interpret x_root /Owen Taylor2002-10-071-8/+10
* - Replace GdkPointerHooks with a multihead-safe GdkDisplayPointerHooks,Owen Taylor2002-10-071-18/+22
* gdk_image_get_pixel, gdk_image_put_pixel: Fixed sense of bounds checks.Bill Haneman2002-10-071-4/+4
* implement maximize for linux-fbEric Warmenhoven2002-10-0311-81/+227
* Add a 'type' parameter, make public.Owen Taylor2002-10-031-2/+1