| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -25/+97 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -1/+1 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+12 |
* | rename set_cursor_pos to set_cursor_location in GtkInputContext class | HideToshi Tajima | 2001-03-16 | 1 | -3/+3 |
* | add set_cursor_pos() virtual method | HideToshi Tajima | 2001-03-14 | 1 | -0/+31 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -18/+84 |
* | Add shift-clicking to extend the selection. (Roughly based on patch from | Owen Taylor | 2001-03-03 | 1 | -6/+78 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 1 | -54/+267 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -4/+3 |
* | unbreak this function | Havoc Pennington | 2001-02-21 | 1 | -58/+113 |
* | Added new menu separator item. The drawing and size handling is still done | Alexander Larsson | 2001-02-21 | 1 | -1/+2 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -1/+1 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -0/+2 |
* | convert area_height to pango dimensions after painting the background. We | Sven Neumann | 2001-02-07 | 1 | -1/+2 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -0/+14 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -0/+2 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -32/+117 |
* | Remove unused variable. | Owen Taylor | 2001-01-17 | 1 | -47/+352 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -6/+6 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -33/+29 |
* | make need_im_reset flag effective to avoid reset_ic operation being done | 8 | 2000-12-09 | 1 | -3/+4 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -30/+0 |
* | don't create dangling pointers to the appearance attributes from the line | Havoc Pennington | 2000-12-02 | 1 | -11/+3 |
* | Remove the locale-specific gtkrc's, as they only contain a "fontset" line, | Robert Brady | 2000-11-16 | 1 | -10/+0 |
* | Add an "invisible_char" argument to set the char displayed when visibility | Havoc Pennington | 2000-11-13 | 1 | -15/+122 |
* | Fix warning when moving between paragraphs. | Owen Taylor | 2000-11-13 | 1 | -35/+35 |
* | Call gtk_widget_activate for GDK_Return. | Owen Taylor | 2000-11-12 | 1 | -8/+15 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -1059/+1435 |
* | Fix problem where computation was depending on widget->allocation instead | Owen Taylor | 2000-07-31 | 1 | -5/+8 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Fix some problems with vertical alignment. | Owen Taylor | 2000-07-22 | 1 | -11/+27 |
* | Restore code to paint the background of the text area which was | Owen Taylor | 2000-07-17 | 1 | -2/+7 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -1/+1 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -8/+2 |
* | Call gtk_widget_size_request() on reparented child, if one. Otherwise, | Owen Taylor | 2000-07-02 | 1 | -76/+84 |
* | Remove use of libunicode in favor of new GLib functions. | Owen Taylor | 2000-06-21 | 1 | -19/+16 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -14/+14 |
* | Unref the entry's layout. | Owen Taylor | 2000-06-06 | 1 | -0/+3 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -800/+486 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -5/+6 |
* | Merge no-flicker branch into HEAD | Owen Taylor | 2000-03-28 | 1 | -34/+33 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -3/+23 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -5/+24 |
* | 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 |
* | You don't need to check one variable twice (trivial bugfix). | Pavel Machek | 1999-02-23 | 1 | -1/+0 |
* | When setting styles, remove unecessary explicits draws and clears. | Owen Taylor | 1999-02-16 | 1 | -3/+0 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -6/+16 |
* | Moved entry->visible into editable class. (Leave it behind deprecated for | Owen Taylor | 1999-02-10 | 1 | -7/+8 |
* | [ patch from Takashi Matsuda <matsu@arch.comp.kyutech.ac.jp> ] | Owen Taylor | 1999-01-28 | 1 | -0/+5 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -11/+0 |