| Commit message (Expand) | Author | Age | Files | Lines |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 8 | -14/+149 |
* | Copy data and free data with free(). | Alexander Larsson | 2001-02-19 | 1 | -1/+1 |
* | Comment out property assignments, these don't work yet. | 9 | 2001-02-19 | 1 | -2/+2 |
* | missed a couple spaces before parens | Havoc Pennington | 2001-02-18 | 1 | -4/+4 |
* | clean this up a bit. | Havoc Pennington | 2001-02-18 | 1 | -41/+43 |
* | fix screwup with shadowed variables that had broken size request in some | Havoc Pennington | 2001-02-17 | 6 | -23/+77 |
* | default initialize the generated ENTER_NOTIFY event with 0, otherwise not | Tim Janik | 2001-02-17 | 8 | -20/+26 |
* | removed gtk_*_store_get, and moved to GtkTreeModel. | Jonathan Blandford | 2001-02-17 | 14 | -922/+226 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 18 | -153/+942 |
* | Removed gtktreemodelsimple.[ch] removed | Jonathan Blandford | 2001-02-16 | 3 | -616/+0 |
* | New files. Implement GtkTreeModelMapping. | Alexander Larsson | 2001-02-16 | 5 | -17/+743 |
* | add "static" to a private function (gtk_image_menu_item_class_init): | Havoc Pennington | 2001-02-15 | 1 | -21/+92 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 15 | -57/+589 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 3 | -3/+48 |
* | New function, copied from X11 version. | Tor Lillqvist | 2001-02-11 | 2 | -9/+11 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 3 | -87/+56 |
* | moved back to a sane value! | Jonathan Blandford | 2001-02-08 | 1 | -1/+1 |
* | let's darken colors, not lighten them. | Havoc Pennington | 2001-02-08 | 2 | -3/+1 |
* | remove validation idle | Havoc Pennington | 2001-02-08 | 19 | -492/+1805 |
* | convert area_height to pango dimensions after painting the background. We | Sven Neumann | 2001-02-07 | 1 | -1/+2 |
* | Fix syntax error introduced with earlier commit) (pointed out by Ollie | Owen Taylor | 2001-02-06 | 1 | -5/+1 |
* | HELL! premature insanity, back out old rc-data changes. | Tim Janik | 2001-02-04 | 5 | -489/+0 |
* | and on goes the crusade. it just takes another dozen patchup commits | Tim Janik | 2001-02-04 | 1 | -3/+0 |
* | hell, what CVS magic is going on here? | Tim Janik | 2001-02-04 | 1 | -2/+1 |
* | erk, post-commit fixups | Tim Janik | 2001-02-04 | 1 | -2/+0 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 12 | -37/+532 |
* | Fix bug reported by Mikael Hermansson with patch from Mikael (if there was | Havoc Pennington | 2001-02-03 | 1 | -2/+5 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 51 | -257/+2122 |
* | Make gdk_colormap_sync private since it was never exported in a header | Owen Taylor | 2001-02-02 | 1 | -2/+2 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 23 | -190/+364 |
* | bracket in #ifdef GTK_ENABLE_BROKEN. | Havoc Pennington | 2001-01-31 | 10 | -5/+23 |
* | fix bug in here where prev pointer was set to the wrong thing | Havoc Pennington | 2001-01-31 | 10 | -188/+951 |
* | Fix stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>. | Jonathan Blandford | 2001-01-27 | 1 | -2/+2 |
* | add GtkTreeRowReference which holds a handle to a specific row (particular | Havoc Pennington | 2001-01-27 | 5 | -142/+605 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 23 | -383/+1824 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 4 | -8/+34 |
* | Don't leak image. Simplify using gdk_colormap_query_color(). | 3 | 2001-01-23 | 1 | -37/+12 |
* | rename member fields from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems | Havoc Pennington | 2001-01-23 | 5 | -19/+19 |
* | Add built marshaller files to support GdkPixbufLoader signals | Havoc Pennington | 2001-01-22 | 10 | -756/+225 |
* | Don't leak the PangoFontDescriptor. | 2 | 2001-01-22 | 1 | -4/+6 |
* | Make fail when not realized. (gtk_tree_view_scroll_to_cell): Make work | Jonathan Blandford | 2001-01-21 | 2 | -30/+127 |
* | byte_offset variable was being used to mean both "offset into layout" and | Havoc Pennington | 2001-01-19 | 1 | -30/+32 |
* | sync to tree changes | Havoc Pennington | 2001-01-19 | 10 | -306/+1861 |
* | Add "getters" for all the non-deprecated set_foo functions. Added missing | Havoc Pennington | 2001-01-18 | 2 | -5/+145 |
* | gtk/gtkmain.c Use the new | Tor Lillqvist | 2001-01-17 | 3 | -40/+15 |
* | Set the attributes onto the PangoLayout even if they are newly created | Owen Taylor | 2001-01-17 | 1 | -8/+11 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 5 | -182/+548 |
* | Doh! Mixed up x and y. | 7 | 2001-01-17 | 1 | -4/+14 |
* | add test stuff for CellRendererToggle | Havoc Pennington | 2001-01-16 | 4 | -3/+37 |
* | Include <stdlib.h> for getenv(). | Tor Lillqvist | 2001-01-15 | 3 | -7/+12 |