| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure we know what we are talking about when asked for MINMAXINFO. | Hans Breuer | 2001-11-10 | 1 | -0/+14 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 7 | -59/+81 |
* | Add headers. Add section about ActiveIMM. | Tor Lillqvist | 2001-11-08 | 6 | -162/+105 |
* | Fix misplaced HAVE_XFT. | Owen Taylor | 2001-11-06 | 1 | -1/+1 |
* | Redo Xft support to go directly to Picture objects instead of using | Owen Taylor | 2001-11-05 | 6 | -77/+205 |
* | Clamp max window width/height to 32767, not 32768 since we have to be able | Owen Taylor | 2001-11-05 | 2 | -124/+216 |
* | Implement gdk_color_parse() in terms of pango_color_parse(). | Owen Taylor | 2001-11-05 | 4 | -1001/+18 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 2 | -18/+66 |
* | Removed -DGTK_DISABLE_COMPAT_H. | Sebastian Wilhelmi | 2001-11-02 | 1 | -46/+0 |
* | these should be 31, not 3. Hooray for Xatoms (and not using the XA_* | jacob berkman | 2001-10-31 | 1 | -2/+2 |
* | automake doesn't support conditionalized LDFLAGS, so put win32 flags in | jacob berkman | 2001-10-29 | 1 | -2/+1 |
* | Updates. | Tor Lillqvist | 2001-10-29 | 3 | -2/+61 |
* | New file, hand-written wrapper for the Wintab library. | Tor Lillqvist | 2001-10-29 | 24 | -708/+376 |
* | static correct-ness, underscore prefixing of library internal functions | Hans Breuer | 2001-10-28 | 20 | -128/+164 |
* | Typo fix. Updates. Document the special values <none> and <parent> for | Matthias Clasen | 2001-10-27 | 1 | -1/+1 |
* | Ugh, broken pipe. | Anders Carlsson | 2001-10-26 | 2 | -5/+5 |
* | updated externals | Hans Breuer | 2001-10-26 | 3 | -23/+13 |
* | Update to new Pango APIs | Alex Larsson | 2001-10-24 | 3 | -29/+20 |
* | Always set window->parent (except or the root window itself); if the | Owen Taylor | 2001-10-24 | 3 | -27/+44 |
* | Remove G_DISABLE_CONST_RETURNS. | Owen Taylor | 2001-10-23 | 1 | -1/+1 |
* | Remove handle_box from App demo. | Jonathan Blandford | 2001-10-22 | 1 | -9/+8 |
* | Deprecate gtk_entry_set_editable. (#58768, Vitaly Tishkov)GTK_MULTIHEAD_MERGEPOINT_22_10_01 | Owen Taylor | 2001-10-22 | 1 | -0/+2 |
* | Don't call g_thread_init(), we don't want to link to -lgthread if we don't | Owen Taylor | 2001-10-22 | 1 | -3/+2 |
* | Add a function, gdk_threads_init() that must be explicitely called to | Owen Taylor | 2001-10-22 | 2 | -3/+21 |
* | Fix problem with g_return_if_fail return value. | Owen Taylor | 2001-10-22 | 14 | -312/+616 |
* | Fix up for change to Pango font API. #61933. (Untested, even for | Owen Taylor | 2001-10-19 | 1 | -13/+12 |
* | fix compilation | Havoc Pennington | 2001-10-18 | 1 | -1/+1 |
* | Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup and | Matthias Clasen | 2001-10-18 | 11 | -28/+101 |
* | Rename ACTIVATE_MNEMONIC enum to MNEMONIC_ACTIVATE; signal was changed a | Owen Taylor | 2001-10-16 | 1 | -1/+1 |
* | Call setlocale (LC_ALL, ""). (#60606) | Owen Taylor | 2001-10-10 | 4 | -64/+29 |
* | Replace reference to non-existent function gdk_x11_cursor_get_xid by | Matthias Clasen | 2001-10-06 | 1 | -2/+2 |
* | forgot to save before previous commit; this adds the deprecation | Havoc Pennington | 2001-10-03 | 1 | -0/+2 |
* | Throughout: assorted docs | Havoc Pennington | 2001-10-03 | 17 | -35/+1131 |
* | docs | Havoc Pennington | 2001-10-02 | 1 | -0/+11 |
* | Add a compat macro that got lost. | Owen Taylor | 2001-09-24 | 1 | -1/+4 |
* | updated externals | Hans Breuer | 2001-09-21 | 7 | -57/+112 |
* | Remove unnecessary call to gdk_image_new_bitmap(). | Owen Taylor | 2001-09-20 | 1 | -9/+3 |
* | configure.in gdk/Makefile.am gtk/Makefile.am gtk/gtkselection.c | Sven Neumann | 2001-09-20 | 1 | -11/+1 |
* | Add a missing pango_layout_iter_free (). | Owen Taylor | 2001-09-20 | 1 | -0/+2 |
* | Set _NET_WM_PID and WM_CLIENT_MACHINE properties on each window, not just | Owen Taylor | 2001-09-19 | 1 | -0/+12 |
* | Fix propagated (flags && GDK_COLOR_WRITEABLE) typo. (#59723) | Owen Taylor | 2001-09-19 | 3 | -4/+4 |
* | Allow -1 for width/height to mean "width/height of pixbuf" (Patch from | Owen Taylor | 2001-09-19 | 1 | -9/+25 |
* | Released 1.3.8.GTK_1_3_8 | Tim Janik | 2001-09-19 | 1 | -1/+0 |
* | Fix incorrect parameter to compute_double_length (#58680, patch from | Owen Taylor | 2001-09-19 | 1 | -1/+1 |
* | don't use += before = | Matt Wilson | 2001-09-18 | 1 | -4/+3 |
* | Implement a search path for GTK+ modules. | Owen Taylor | 2001-09-11 | 2 | -2/+27 |
* | Forget gdkfont | Alexander Larsson | 2001-09-10 | 1 | -3/+1 |
* | Update to use the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 4 | -12/+4 |
* | Prevent a false alarm constness warning with a cast. | Owen Taylor | 2001-09-08 | 2 | -1/+2 |
* | Removed unused function. | Alex Larsson | 2001-09-08 | 7 | -15/+27 |