summaryrefslogtreecommitdiff
path: root/gdk/linux-fb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set the client ID on all displays. (#85713)Owen Taylor2002-09-301-24/+2
* Move gdk_keval_name and gdk_keyval_from_name to new gdkkeynames.c, shareEric Warmenhoven2002-09-276-32/+53
* Add gdk_screen_make_display_name(), which returns a display name that canOwen Taylor2002-09-251-0/+6
* Patch from Eric Warmenhoven, #94123Owen Taylor2002-09-252-3/+85
* add -DG_DISABLE_DEPRECATED and -DGDK_PIXBUF_DISABLE_DEPRECATED to compileManish Singh2002-09-252-4/+4
* gdk/win32/gdkimage-win32.c gdk/x11/gdkimage-x11.c Add bounds-checkingOwen Taylor2002-09-241-1/+5
* Change the window parameter forOwen Taylor2002-09-241-3/+3
* Patch from Eric Warmenhoven to with miscellaneous linux-fb fixes,Owen Taylor2002-09-225-17/+83
* Patch from Eric Warmonhoven to get linux-fb compiling with multiheadOwen Taylor2002-09-1019-114/+345
* When overriding LDFLAGS, include @LDFLAGS@, otherwise LDFLAGS the usersOwen Taylor2002-08-051-5/+0
* Fix args to pango_x_shutdown_display().Owen Taylor2002-08-022-20/+16
* Add a sanity g_return_if_fail() check for the depths for the window andOwen Taylor2002-05-141-0/+1
* Improve a warning.Matthias Clasen2002-04-301-12/+0
* Fix silly bug, noticed by Sven Neumann.Alex Larsson2002-04-291-1/+1
* Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at>Alex Larsson2002-04-051-1/+1
* Fix memory leak. (#74400, Morten Welinder.)Owen Taylor2002-03-222-7/+63
* Patches from Carlo E. Prelz <fluido@fluido.as> Now gtkfb at least compilesAlex Larsson2002-03-212-0/+43
* ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-02-281-0/+2
* Implement "fuzzy" key binding lookups; allow matches on key and level butOwen Taylor2002-02-211-11/+11
* use fabs() on a double instead of abs()Manish Singh2002-02-171-1/+1
* Implement copy_to_image instead of get_imageAlex Larsson2002-01-254-55/+100
* Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x.Jeff Garzik2002-01-191-11/+22
* Move here, and save/restore the X error handler to allow people using GTK+Owen Taylor2002-01-171-0/+10
* gdk/linux-fb/gdkdrawable-fb2.c update to latest Pango APIManish Singh2001-11-246-11/+34
* remove "temporary" file that has been in CVS for past year or soElliot Lee2001-11-191-13/+0
* Include glib-object.h instead of gobject/gsignal.hOwen Taylor2001-11-181-2/+3
* Implement gdk_color_parse() in terms of pango_color_parse().Owen Taylor2001-11-051-88/+0
* Update to new Pango APIsAlex Larsson2001-10-243-29/+20
* Fix problem with g_return_if_fail return value.Owen Taylor2001-10-221-2/+47
* Fix up for change to Pango font API. #61933. (Untested, even forOwen Taylor2001-10-191-13/+12
* Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup andMatthias Clasen2001-10-183-4/+27