| Commit message (Expand) | Author | Age | Files | Lines |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 4 | -37/+28 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 2 | -9/+19 |
* | Revert inline-pixbuf changes until Tim comes back to fix missing files | Owen Taylor | 2001-06-26 | 2 | -19/+9 |
* | use gdk_pixbuf_new_from_stream(). fixed up item factory so inlined pixbufs | Tim Janik | 2001-06-26 | 2 | -9/+19 |
* | s/RESIZEABLE/RESIZABLE/ | Havoc Pennington | 2001-06-25 | 2 | -2/+2 |
* | fix bug identified by warnings I just added to gtktextbuffer | Havoc Pennington | 2001-06-14 | 1 | -1/+1 |
* | fix other typo | Havoc Pennington | 2001-06-14 | 1 | -12/+13 |
* | Update signal name to be changed instead of selection_changed. | Anders Carlsson | 2001-06-10 | 1 | -1/+1 |
* | Changed signal name from selection_changed to changed in signal connection | Anders Carlsson | 2001-06-08 | 1 | -1/+1 |
* | Don't swap the order of the args to gtk_widget_destroyed. | Alex Larsson | 2001-06-06 | 1 | -1/+1 |
* | Handle case where we need to parse the xsetting as if it were an RC file | Havoc Pennington | 2001-06-04 | 3 | -0/+343 |
* | fix so that default icons are created if you call gtk_stock_list_ids() | Havoc Pennington | 2001-05-25 | 1 | -2/+6 |
* | forgot to add stock_browser.c | Havoc Pennington | 2001-05-25 | 1 | -0/+516 |
* | get sizes an icon set can render without falling back to missing image | Havoc Pennington | 2001-05-25 | 4 | -4/+5 |
* | Reset style attributes even if the widget isn't realized. | Owen Taylor | 2001-05-18 | 1 | -1/+1 |
* | Remove reallocate-redraws property. This is something that only a widget | Owen Taylor | 2001-05-18 | 4 | -4/+178 |
* | It's the worlds ugliest highlighting code!!!! The result is okay so long | Jonathan Blandford | 2001-05-18 | 11 | -520/+806 |
* | Include gdkfb.h on linux-fb. | Alexander Larsson | 2001-05-07 | 2 | -0/+4 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 7 | -438/+460 |
* | Release 1.3.5GTK_1_3_5 | Owen Taylor | 2001-05-05 | 1 | -4/+3 |
* | Fix typo in filename. | Owen Taylor | 2001-05-05 | 1 | -1/+1 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 2 | -22/+2 |
* | include target-specific headers as done in testpixbuf-drawable.c | Sven Neumann | 2001-05-03 | 1 | -4/+9 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 2 | -0/+111 |
* | Remove deprecation of gtk_window_set_default_size() until patch adding | Owen Taylor | 2001-04-26 | 2 | -2/+0 |
* | fix to properly queue resizes when the image is set | Havoc Pennington | 2001-04-18 | 18 | -31/+1075 |
* | handle mnemonics in the stock item label | Havoc Pennington | 2001-03-22 | 4 | -21/+41 |
* | gdk/win32/gdkdrawable-win32.c Use correct casts in debugging output. | Tor Lillqvist | 2001-03-19 | 1 | -0/+4 |
* | modified to use "row_activated" signal. | Jonathan Blandford | 2001-03-16 | 1 | -1/+42 |
* | add varargs for properties to set on the tag. | Havoc Pennington | 2001-03-16 | 3 | -95/+150 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -12/+9 |
* | Added new menu separator item. The drawing and size handling is still done | Alexander Larsson | 2001-02-21 | 1 | -1/+5 |
* | Add simple new demo. | Jonathan Blandford | 2001-02-20 | 2 | -0/+154 |
* | GDK_DISABLE_COMPAT_H, GDK_DISABLE_DEPRECATED (we need to merge those two | Havoc Pennington | 2001-02-19 | 1 | -0/+2 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 1 | -2/+2 |
* | If we're going to have a demo, we might as well pass in real values. | Jonathan Blandford | 2001-02-16 | 1 | -1/+1 |
* | replaced deprecated gtk_drawing_area_size | Sven Neumann | 2001-02-13 | 1 | -1/+1 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -1/+6 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 3 | -5/+11 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 4 | -4/+6 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 1 | -3/+3 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 3 | -26/+30 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 1 | -0/+2 |
* | Oops, that didn't link. Fix. | Havoc Pennington | 2001-01-05 | 1 | -1/+1 |
* | General cleanup of the log attr iteration stuff. This should make e.g. the | Havoc Pennington | 2000-12-16 | 2 | -16/+11 |
* | Changed to have the list become non-italic when the demo window is | Jonathan Blandford | 2000-11-18 | 8 | -22/+103 |
* | cvsignore updates | Owen Taylor | 2000-11-16 | 1 | -1/+1 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 1 | -2/+2 |
* | Fix srcdir != builddir | Owen Taylor | 2000-11-14 | 2 | -1/+395 |
* | spiff up the demo a bit; reveals still more bugs. | Havoc Pennington | 2000-11-14 | 1 | -38/+111 |