| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch from Hans (with various modifications), to add the ability to use | Owen Taylor | 2001-08-04 | 1 | -0/+7 |
* | Add #ifdef HAVE_WINTAB around wintab.h include. | Alexander Larsson | 2001-08-04 | 1 | -0/+10 |
* | new file use it | Hans Breuer | 2001-08-04 | 1 | -0/+24 |
* | Need to show the image after adding it to the GtkImageMenuItem. This used | Michael Natterer | 2001-08-04 | 1 | -0/+8 |
* | fix finding of child's page, since we have to validly deal with labels and | Tim Janik | 2001-07-31 | 1 | -0/+19 |
* | Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED. | Darin Adler | 2001-07-31 | 1 | -0/+9 |
* | Whoops. Stupid scoping error pointed out by matthiasc@poet.de. | Jonathan Blandford | 2001-07-31 | 1 | -0/+5 |
* | demos/gtk-demo/appwindow.c demos/gtk-demo/item_factory.c | Sven Neumann | 2001-07-31 | 1 | -0/+6 |
* | Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan | Suresh Chandrasekharan | 2001-07-30 | 1 | -0/+4 |
* | use g_file_test() instead of long deprecated g_scanner_stat_mode(). | Tim Janik | 2001-07-29 | 1 | -0/+5 |
* | build in the backend dir after auto-generating files | Hans Breuer | 2001-07-28 | 1 | -0/+17 |
* | add an "attributes" property to the text renderer for ATK. | Jonathan Blandford | 2001-07-27 | 1 | -0/+5 |
* | Initialize image->bits_per_pixel from the drawable, not from the root | Alex Larsson | 2001-07-26 | 1 | -0/+9 |
* | commiting patch after comments from Alex on IRC | James Henstridge | 2001-07-25 | 1 | -0/+38 |
* | Fixed error in identifying Matthias in ChangeLog | Ron Steinke | 2001-07-23 | 1 | -1/+1 |
* | Added a check on the colormap depth to gdk_drawable_set_colormap() | Ron Steinke | 2001-07-23 | 1 | -0/+11 |
* | Add support for animating expanders. | Anders Carlsson | 2001-07-22 | 1 | -0/+54 |
* | Check the return value from gtk_tree_model_get_iter, the model might be | Jonas Borgström | 2001-07-21 | 1 | -0/+5 |
* | gdk_device_get_history moved to gdk/gdkinput.c like the other backends | Hans Breuer | 2001-07-20 | 1 | -0/+25 |
* | Add property support. (#51858) | Owen Taylor | 2001-07-19 | 1 | -0/+5 |
* | gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead of | Owen Taylor | 2001-07-19 | 1 | -0/+14 |
* | Fix typo that sometimes caused selection not to work properly. | Owen Taylor | 2001-07-19 | 1 | -0/+19 |
* | Actualy set window->decorated. (Patch from Hidetoshi Tajima, #55846) | Owen Taylor | 2001-07-19 | 1 | -0/+6 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -1/+24 |
* | Get the foreground color from 'text', nor 'base'. (#57568) | Owen Taylor | 2001-07-18 | 1 | -0/+5 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -0/+7 |
* | Fix idles and timeouts to be properly surrounded by | Owen Taylor | 2001-07-18 | 1 | -0/+10 |
* | Reorder code so that we don't get a g_warning message every time we | Darin Adler | 2001-07-18 | 1 | -0/+9 |
* | Add a function gdk_window_get_internal_paint_info(), so that using X | Owen Taylor | 2001-07-18 | 1 | -0/+10 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 1 | -0/+36 |
* | add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): compute | Tim Janik | 2001-07-14 | 1 | -0/+24 |
* | Take into account the xpad and ypad when calculating the width and the | Anders Carlsson | 2001-07-13 | 1 | -0/+6 |
* | Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) | Owen Taylor | 2001-07-12 | 1 | -0/+8 |
* | Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773) | Owen Taylor | 2001-07-12 | 1 | -1/+10 |
* | Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() with | Owen Taylor | 2001-07-12 | 1 | -0/+5 |
* | Add missing case. | Owen Taylor | 2001-07-12 | 1 | -0/+12 |
* | Properly clean up when handling events for move-resize emulation. (Problem | Owen Taylor | 2001-07-12 | 1 | -0/+6 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 1 | -0/+11 |
* | Add a cd $(srcdir) for when srcdir != builddir | Peter Williams | 2001-07-09 | 1 | -0/+5 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 1 | -0/+10 |
* | Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-07-06 | 1 | -0/+9 |
* | Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which | Owen Taylor | 2001-07-06 | 1 | -0/+17 |
* | Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by an | Owen Taylor | 2001-07-05 | 1 | -0/+8 |
* | Pass in the right value of initial_emission to | Owen Taylor | 2001-07-05 | 1 | -0/+6 |
* | Make compile. | Owen Taylor | 2001-07-05 | 1 | -0/+9 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -0/+56 |
* | add missing gtk_list_store_newv prototype. | James Henstridge | 2001-07-04 | 1 | -0/+4 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 1 | -0/+48 |
* | fix to use constants not atoms. | Havoc Pennington | 2001-07-03 | 1 | -0/+5 |
* | same here for PANGO_TYPE_TAB_ARRAY. | James Henstridge | 2001-07-02 | 1 | -0/+15 |