| Commit message (Expand) | Author | Age | Files | Lines |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -6/+6 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -1/+1 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -1/+1 |
* | fix up some docs | Havoc Pennington | 2001-03-23 | 1 | -4/+5 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -19/+53 |
* | handle mnemonics in the stock item label | Havoc Pennington | 2001-03-22 | 1 | -11/+12 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -42/+232 |
* | updated | Hans Breuer | 2001-03-09 | 1 | -2/+1 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -0/+25 |
* | Removed warning | Alexander Larsson | 2001-03-07 | 1 | -1/+1 |
* | Made the "parent_class" pointer static. The pixbuf-engine coincidentially | Michael Natterer | 2001-03-05 | 1 | -1/+2 |
* | Convert from GtkArg to GParam (originally based on patch from Lee | Alexander Larsson | 2001-03-05 | 1 | -152/+395 |
* | Queue a redraw if the selectable setting was changed. | Alexander Larsson | 2001-02-20 | 1 | -1/+6 |
* | fix screwup with shadowed variables that had broken size request in some | Havoc Pennington | 2001-02-17 | 1 | -11/+11 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -49/+637 |
* | Remove gdkcc.h reference. | Owen Taylor | 2001-02-13 | 1 | -2/+2 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -1/+3 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -2/+2 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 1 | -1/+1 |
* | Set the attributes onto the PangoLayout even if they are newly created | Owen Taylor | 2001-01-17 | 1 | -8/+11 |
* | don't draw if label->layout is NULL due to a pending resize | Havoc Pennington | 2001-01-09 | 1 | -2/+6 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -9/+8 |
* | Changes by Hans Breuer: | Tor Lillqvist | 2000-11-30 | 1 | -1/+1 |
* | Test set_markup_with_accel() | Havoc Pennington | 2000-11-01 | 1 | -1/+1 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -13/+131 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -3/+2 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -13/+7 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -27/+33 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 1 | -8/+8 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -2/+2 |
* | deps include libgtk-x11.la, not libgtk.la (LDADDS): include libgtk-x11.la | Christopher Blizzard | 2000-06-09 | 1 | -2/+2 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -555/+247 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -16/+17 |
* | Add this function, replacing the broken gtk_label_get () | Havoc Pennington | 2000-04-26 | 1 | -0/+9 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -184/+134 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Free label->label_wc. | Owen Taylor | 1999-02-16 | 1 | -0/+2 |
* | Added a style_set() function so that word lengths get recomputed on style | Owen Taylor | 1999-02-09 | 1 | -11/+44 |
* | Cast uints to ints in geometry calculations. This should prevent FP | Owen Taylor | 1999-02-01 | 1 | -8/+10 |
* | Use floor() instead of truncating to integer values so we get translation | Owen Taylor | 1999-01-27 | 1 | -7/+8 |
* | Initialize label->label_wc. (We allocate labels from a memchunk) | Owen Taylor | 1999-01-18 | 1 | -1/+4 |
* | Added a g_return_val_if_fail() in gtk_label_parse_uline() to | Guillaume Laurent | 1999-01-17 | 1 | -0/+2 |
* | nparams for selection_get should be 3, not 2. [ From Damon Chaplin | Owen Taylor | 1999-01-15 | 1 | -1/+1 |
* | eliminate queue_clears or queue_draws where we know that expose events | Tim Janik | 1999-01-13 | 1 | -8/+11 |
* | Minor fix to handling of misc->[x/y]pad | Owen Taylor | 1999-01-12 | 1 | -2/+2 |
* | reworked the redrawing heuristics somewhat, this fixed a bunch of existing | Tim Janik | 1999-01-12 | 1 | -77/+81 |
* | Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly. | Jeff Garzik | 1998-12-31 | 1 | -1/+1 |