| Commit message (Expand) | Author | Age | Files | Lines |
* | docs/debugging.txt: Add a warning about --enable-debug=no, | Matthias Clasen | 2001-08-15 | 1 | -3/+9 |
* | gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, | Matthias Clasen | 2001-08-15 | 1 | -10/+13 |
* | Set GPATH to fix srcdir != builddir problems with GNU make. | Owen Taylor | 2001-08-12 | 4 | -0/+26 |
* | coalesce multiple property notifies. | Tim Janik | 2001-08-10 | 1 | -0/+1 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 7 | -18/+171 |
* | use g_file_test() instead of long deprecated g_scanner_stat_mode(). | Tim Janik | 2001-07-29 | 6 | -9/+16 |
* | shut up CVS | Sven Neumann | 2001-07-24 | 3 | -0/+3 |
* | *** empty log message *** | Owen Taylor | 2001-07-22 | 2 | -1/+6 |
* | Add property support. (#51858) | Owen Taylor | 2001-07-19 | 3 | -11/+19 |
* | gtk/gtkaccellabel.c (gtk_accel_label_class_init) Use Shift/Ctrl instead of | Owen Taylor | 2001-07-19 | 1 | -0/+30 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 3 | -14/+46 |
* | add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): compute | Tim Janik | 2001-07-14 | 1 | -0/+1 |
* | Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) | Owen Taylor | 2001-07-12 | 3 | -2/+10 |
* | Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which | Owen Taylor | 2001-07-06 | 1 | -0/+1 |
* | Some updates and moving docs to the C files. | Owen Taylor | 2001-07-05 | 4 | -6/+29 |
* | s/signal_newc/signal_new/ | Tim Janik | 2001-07-02 | 11 | -96/+102 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 3 | -30/+14 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -0/+1 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 9 | -26/+68 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 1 | -0/+1 |
* | new function for mapping a window without fooling with stacking order, but | Havoc Pennington | 2001-06-28 | 3 | -6/+8 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 4 | -13/+14 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 4 | -14/+13 |
* | hm, second attempt. it's fight CVS time again. | Tim Janik | 2001-06-26 | 4 | -13/+14 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 4 | -19/+18 |
* | Add note about child property changes. | Owen Taylor | 2001-06-25 | 1 | -0/+17 |
* | Add a special size for drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32) | Owen Taylor | 2001-06-25 | 6 | -69/+52 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 2 | -3/+5 |
* | Handle the case without XKB properly. | Owen Taylor | 2001-06-21 | 1 | -1/+2 |
* | Update a bit. | Owen Taylor | 2001-06-21 | 18 | -522/+534 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -1/+1 |
* | Docs fixups, and: | Havoc Pennington | 2001-06-15 | 5 | -10/+24 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -0/+8 |
* | Add some example config files that can be used with the URW fonts. | Alexander Larsson | 2001-06-14 | 1 | -2/+7 |
* | Updates | Havoc Pennington | 2001-06-13 | 4 | -3/+4 |
* | add read-only "scroll_offset" property for notification when the layout | Havoc Pennington | 2001-06-09 | 1 | -0/+5 |
* | added this function | Havoc Pennington | 2001-06-08 | 3 | -10/+10 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 4 | -9/+31 |
* | warn if row/cols are out of range. Fix bug #55921 | Jonathan Blandford | 2001-06-08 | 2 | -1/+8 |
* | Add a direction-changed signal, and gdk_keymap_get_current_direction(). | Owen Taylor | 2001-06-08 | 1 | -1/+0 |
* | subst GLIB_GENMARSHAL, GOBJECT_QUERY, GLIB_MKENUMS variables | Havoc Pennington | 2001-06-07 | 1 | -1/+1 |
* | add "inverted" property | Havoc Pennington | 2001-06-06 | 1 | -0/+5 |
* | rename from gtk_text_iter_reorder | Havoc Pennington | 2001-06-05 | 4 | -11/+13 |
* | clamp the value to the range that was set | Havoc Pennington | 2001-06-05 | 6 | -14/+46 |
* | Improve docs for GtkStateType. (Fixes #55751, among other things.) | Owen Taylor | 2001-06-05 | 2 | -9/+18 |
* | Handle case where we need to parse the xsetting as if it were an RC file | Havoc Pennington | 2001-06-04 | 4 | -22/+44 |
* | Remove GtkArgSetFunc, GtkArgGetFunc. | Owen Taylor | 2001-06-04 | 2 | -17/+4 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 4 | -21/+11 |
* | Initial stab at getting the focus code to work. | Jonathan Blandford | 2001-06-01 | 1 | -0/+1 |
* | Correct typoe when describing order of composition. (#53371, Skip | Owen Taylor | 2001-05-30 | 2 | -1/+6 |