| Commit message (Expand) | Author | Age | Files | Lines |
* | Add heavily modified patch from Kristian Rietveld to handle interactive | Jonathan Blandford | 2001-08-17 | 1 | -0/+27 |
* | const correct string parameter. | Tim Janik | 2001-08-17 | 1 | -6/+32 |
* | gtk/demos/gtk-demo/*: Remove all uses of deprecated functions. | Matthias Clasen | 2001-08-17 | 1 | -0/+4 |
* | Divide with floating point numbers so that the result will be floating | Anders Carlsson | 2001-08-17 | 1 | -0/+5 |
* | tests/testgtk.c (create_handle_box): | Matthias Clasen | 2001-08-16 | 1 | -0/+6 |
* | big boom in replacing stock icons | Jakub Steiner | 2001-08-16 | 1 | -0/+35 |
* | removed unused widget_class. | Sven Neumann | 2001-08-16 | 1 | -0/+4 |
* | Avoid warning when specifying NULL for "attributes" property | Padraig O'Briain | 2001-08-15 | 1 | -0/+5 |
* | docs/debugging.txt: Add a warning about --enable-debug=no, | Matthias Clasen | 2001-08-15 | 1 | -0/+5 |
* | gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, | Matthias Clasen | 2001-08-15 | 1 | -1/+7 |
* | Remove strict checking for rows. | Jonathan Blandford | 2001-08-13 | 1 | -0/+5 |
* | gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): | Matthias Clasen | 2001-08-13 | 1 | -0/+5 |
* | Remove extra $(srcdir). | Owen Taylor | 2001-08-12 | 1 | -0/+5 |
* | Fix problem with trying to dist files from intl/, which is no longer | Owen Taylor | 2001-08-12 | 1 | -0/+5 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+16 |
* | Add some compat macros for push/pop/set_visual that were supposed to be | Owen Taylor | 2001-08-11 | 1 | -0/+6 |
* | coalesce multiple property notifies. | Tim Janik | 2001-08-10 | 1 | -0/+5 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -0/+55 |
* | tests/prop-editor.c (properties_from_type): Use g_object_class_list_properties | Matthias Clasen | 2001-08-09 | 1 | -0/+6 |
* | gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to | Matthias Clasen | 2001-08-09 | 1 | -0/+5 |
* | gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color, | Matthias Clasen | 2001-08-09 | 1 | -0/+5 |
* | Update to the new pango win32 api. | Alexander Larsson | 2001-08-09 | 1 | -0/+5 |
* | ask apps for COMPOUND_TEXT instead of TEXT correctly interpret the return | Hidetoshi Tajima | 2001-08-08 | 1 | -0/+8 |
* | gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't | Matthias Clasen | 2001-08-08 | 1 | -1/+6 |
* | gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix | Matthias Clasen | 2001-08-07 | 1 | -0/+5 |
* | gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these | Matthias Clasen | 2001-08-07 | 1 | -0/+6 |
* | refetch the accelerator when the accel object is changed. Fixes bug | James Henstridge | 2001-08-07 | 1 | -0/+6 |
* | Skip g_convert when to_codeset and from_codeset are both 'UTF-8' (gnome | Hidetoshi Tajima | 2001-08-06 | 1 | -0/+6 |
* | The whole GDK_IS_WINDOW() branch of this was a bit screwed up, because it | Havoc Pennington | 2001-08-06 | 1 | -0/+15 |
* | check if info->colormap != NULL before unref'ing it. It might have been | Sven Neumann | 2001-08-06 | 1 | -0/+6 |
* | Fix conversion from float to int so that we don't get skew in the int => | Owen Taylor | 2001-08-05 | 1 | -0/+25 |
* | 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 |