| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 1 | -12/+0 |
* | Fix silly bug, noticed by Sven Neumann. | Alex Larsson | 2002-04-29 | 1 | -1/+1 |
* | Fix undefined variable typo. Patch from Simon Floery <simon.floery@gmx.at> | Alex Larsson | 2002-04-05 | 1 | -1/+1 |
* | Fix memory leak. (#74400, Morten Welinder.) | Owen Taylor | 2002-03-22 | 2 | -7/+63 |
* | Patches from Carlo E. Prelz <fluido@fluido.as> Now gtkfb at least compiles | Alex Larsson | 2002-03-21 | 2 | -0/+43 |
* | ed Feb 27 19:16:50 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-28 | 1 | -0/+2 |
* | Implement "fuzzy" key binding lookups; allow matches on key and level but | Owen Taylor | 2002-02-21 | 1 | -11/+11 |
* | use fabs() on a double instead of abs() | Manish Singh | 2002-02-17 | 1 | -1/+1 |
* | Implement copy_to_image instead of get_image | Alex Larsson | 2002-01-25 | 4 | -55/+100 |
* | Wrap case values in GPOINTER_TO_UINT(). Fixes build with gcc 3.x. | Jeff Garzik | 2002-01-19 | 1 | -11/+22 |
* | Move here, and save/restore the X error handler to allow people using GTK+ | Owen Taylor | 2002-01-17 | 1 | -0/+10 |
* | gdk/linux-fb/gdkdrawable-fb2.c update to latest Pango API | Manish Singh | 2001-11-24 | 6 | -11/+34 |
* | remove "temporary" file that has been in CVS for past year or so | Elliot Lee | 2001-11-19 | 1 | -13/+0 |
* | Include glib-object.h instead of gobject/gsignal.h | Owen Taylor | 2001-11-18 | 1 | -2/+3 |
* | Implement gdk_color_parse() in terms of pango_color_parse(). | Owen Taylor | 2001-11-05 | 1 | -88/+0 |
* | Update to new Pango APIs | Alex Larsson | 2001-10-24 | 3 | -29/+20 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 1 | -2/+47 |
* | Fix up for change to Pango font API. #61933. (Untested, even for | Owen Taylor | 2001-10-19 | 1 | -13/+12 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 3 | -4/+27 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 1 | -39/+1 |
* | Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723) | Owen Taylor | 2001-09-19 | 1 | -2/+2 |
* | Removed unused function. | Alex Larsson | 2001-09-08 | 7 | -15/+27 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 17 | -153/+137 |
* | Initialize image->bits_per_pixel from the drawable, not from the root | Alex Larsson | 2001-07-26 | 2 | -2/+2 |
* | Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by an | Owen Taylor | 2001-07-05 | 1 | -6/+6 |
* | Convert GdkDevice to a GObject. | Alex Larsson | 2001-06-30 | 5 | -28/+110 |
* | Added --enable-fbmanager. This is some experimental code that lets several | Alexander Larsson | 2001-06-25 | 9 | -39/+775 |
* | Update to new PangoLanguage changes. | Alexander Larsson | 2001-06-15 | 1 | -3/+6 |
* | Add some example config files that can be used with the URW fonts. | Alexander Larsson | 2001-06-14 | 1 | -4/+30 |
* | Unify shaped window code and make it repaint the area that used to be part | Alexander Larsson | 2001-06-13 | 1 | -27/+61 |
* | Don't pass on GDK_ACTION_DEFAULT. The Xdnd code passes zero instead, so do | Alexander Larsson | 2001-06-13 | 1 | -1/+4 |
* | Deep copy dash_list too. (_gdk_fb_gc_new): Set default cap_style before | Alexander Larsson | 2001-06-13 | 1 | -14/+27 |
* | New functions. | Alexander Larsson | 2001-06-12 | 1 | -0/+17 |
* | Fix up error messages. | Alex Larsson | 2001-06-06 | 1 | -3/+4 |
* | Make sure you can compile out the implementation/wrapper assert macros. | Alexander Larsson | 2001-05-10 | 5 | -24/+80 |
* | New function for getting toplevel window at position. | Alexander Larsson | 2001-05-07 | 3 | -7/+57 |
* | Better error messages. | Alex Larsson | 2001-05-04 | 4 | -8/+12 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 1 | -7/+2 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 1 | -1/+0 |
* | Add empty gdk_setting_get(). | Alexander Larsson | 2001-04-03 | 1 | -0/+7 |
* | Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove | Alexander Larsson | 2001-04-02 | 1 | -2/+24 |
* | Make GtkFB compile and link. | Alexander Larsson | 2001-03-12 | 2 | -21/+118 |
* | Remove old XIM code. | Owen Taylor | 2001-03-09 | 1 | -99/+0 |
* | Actually copy the whole gc, not just the public parts. | Alexander Larsson | 2001-02-20 | 2 | -2/+4 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -0/+5 |
* | Add a shortcut if the window and the current clip_region doesn't overlap. | Alexander Larsson | 2001-02-13 | 2 | -1/+9 |
* | Don't reference last_cursor if it is null. Fixes crash when rotating the | Alexander Larsson | 2001-02-13 | 5 | -1735/+4 |
* | Fix syntax error introduced with earlier commit) (pointed out by Ollie | Owen Taylor | 2001-02-06 | 1 | -1/+0 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 1 | -5/+8 |
* | Added some strerror() to the g_warnings(). | Alexander Larsson | 2001-01-31 | 1 | -3/+3 |