summaryrefslogtreecommitdiff
path: root/gdk/linux-fb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Call setlocale (LC_ALL, ""). (#60606)Owen Taylor2001-10-101-39/+1
* Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723)Owen Taylor2001-09-191-2/+2
* Removed unused function.Alex Larsson2001-09-087-15/+27
* Make gdkx.h the only installed header from gdk/x11. All structures inOwen Taylor2001-09-0717-153/+137
* Initialize image->bits_per_pixel from the drawable, not from the rootAlex Larsson2001-07-262-2/+2
* Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by anOwen Taylor2001-07-051-6/+6
* Convert GdkDevice to a GObject.Alex Larsson2001-06-305-28/+110
* Added --enable-fbmanager. This is some experimental code that lets severalAlexander Larsson2001-06-259-39/+775
* Update to new PangoLanguage changes.Alexander Larsson2001-06-151-3/+6
* Add some example config files that can be used with the URW fonts.Alexander Larsson2001-06-141-4/+30
* Unify shaped window code and make it repaint the area that used to be partAlexander Larsson2001-06-131-27/+61
* Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so doAlexander Larsson2001-06-131-1/+4
* Deep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style beforeAlexander Larsson2001-06-131-14/+27
* New functions.Alexander Larsson2001-06-121-0/+17
* Fix up error messages.Alex Larsson2001-06-061-3/+4
* Make sure you can compile out the implementation/wrapper assert macros.Alexander Larsson2001-05-105-24/+80
* New function for getting toplevel window at position.Alexander Larsson2001-05-073-7/+57
* Better error messages.Alex Larsson2001-05-044-8/+12
* Add dependency on Atk for accessibility support.Owen Taylor2001-05-031-7/+2
* Remove deprecation of gtk_window_set_default_size() until patch addingOwen Taylor2001-04-261-1/+0
* Add empty gdk_setting_get().Alexander Larsson2001-04-031-0/+7
* Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. RemoveAlexander Larsson2001-04-021-2/+24
* Make GtkFB compile and link.Alexander Larsson2001-03-122-21/+118
* Remove old XIM code.Owen Taylor2001-03-091-99/+0
* Actually copy the whole gc, not just the public parts.Alexander Larsson2001-02-202-2/+4
* Copy data and free data with free().Alexander Larsson2001-02-191-0/+5
* Add a shortcut if the window and the current clip_region doesn't overlap.Alexander Larsson2001-02-132-1/+9
* Don't reference last_cursor if it is null. Fixes crash when rotating theAlexander Larsson2001-02-135-1735/+4
* Fix syntax error introduced with earlier commit) (pointed out by OllieOwen Taylor2001-02-061-1/+0
* Make gdk_colormap_sync private since it was never exported in a headerOwen Taylor2001-02-021-5/+8
* Added some strerror() to the g_warnings().Alexander Larsson2001-01-311-3/+3