| Commit message (Expand) | Author | Age | Files | Lines |
* | Many cleanups and fixes. Draw exclusively in expose handler. Feedback when | Soeren Sandmann | 2002-02-20 | 1 | -0/+8 |
* | new radio buttons. handle inconsistent state for check- and radiobuttons. | Soeren Sandmann | 2002-02-20 | 1 | -0/+13 |
* | Add a XSETTING mapping for gtk-can-change-accels. (#70218, Thomas | Owen Taylor | 2002-02-20 | 1 | -0/+5 |
* | check handler_id before disconnecting the signal handler since it might | Sven Neumann | 2002-02-20 | 1 | -0/+7 |
* | Fold back Svens g_signal fixes from the examples. | Matthias Clasen | 2002-02-20 | 1 | -0/+9 |
* | Another fix -- get bug number right *grumble* | Kristian Rietveld | 2002-02-19 | 1 | -1/+1 |
* | fixing ChangeLog | Kristian Rietveld | 2002-02-19 | 1 | -4/+3 |
* | new function (gtk_tree_view_column_create_button): use g_signal_* instead | Kristian Rietveld | 2002-02-19 | 1 | -0/+16 |
* | fix bug (skipping all black pixels). | Soeren Sandmann | 2002-02-19 | 1 | -0/+6 |
* | finish conversion to g_signal_* functions by using G_OBJECT and G_CALLBACK | Sven Neumann | 2002-02-19 | 1 | -0/+5 |
* | change gtk_tree_view_column_cell_render, gtk_tree_view_column_cell_focus, | Kristian Rietveld | 2002-02-19 | 1 | -0/+19 |
* | Add routines _gtk_find_module(), _gtk_get_module_path() to look up a | Owen Taylor | 2002-02-19 | 1 | -0/+15 |
* | Trivial formatting fixes to all examples, simple functional fixes to | Matthias Clasen | 2002-02-19 | 1 | -0/+5 |
* | Select the right item in the family list. (Reported by Mark Patton, Patch | Owen Taylor | 2002-02-18 | 1 | -0/+18 |
* | process WM_PAINT messages for bg_pixmap == GDK_NO_BG, fixes The GIMP's | Hans Breuer | 2002-02-18 | 1 | -0/+16 |
* | Remove support for the poorly defined text/plain type for now. (#55117) | Owen Taylor | 2002-02-18 | 1 | -0/+5 |
* | Add some docs for GTK_NEED_REQUEST GTK_NEED_ALLOCATION. | Owen Taylor | 2002-02-18 | 1 | -2/+17 |
* | fix the version number in NEWS | Matthias Clasen | 2002-02-18 | 1 | -0/+4 |
* | ack, remove conflict marker | Manish Singh | 2002-02-18 | 1 | -1/+0 |
* | don't comment out the lines to dist the packer example, just simply remove | Manish Singh | 2002-02-18 | 1 | -0/+7 |
* | Fix problems with stuck grab (#60132, reported by Nicolas Setton) and | Owen Taylor | 2002-02-18 | 1 | -0/+7 |
* | gtk/gtkclist.c (adjust_adjustments) gtk/gtklayout.c | Owen Taylor | 2002-02-18 | 1 | -0/+14 |
* | Don't commit unless we got at least one hex digit. (#70619) | Owen Taylor | 2002-02-18 | 1 | -0/+5 |
* | Released 1.3.14GTK_MULTIHEAD_MERGEPOINT_18_02_02GTK_1_3_14 | Owen Taylor | 2002-02-18 | 1 | -0/+18 |
* | Don't set the PC_EXPLICIT flag for unused palette entries, that might have | Tor Lillqvist | 2002-02-17 | 1 | -0/+19 |
* | Make the paned example deprecation-clean. | Matthias Clasen | 2002-02-17 | 1 | -4/+9 |
* | remove the packer example files as they don't exist in CVS. | jacob berkman | 2002-02-17 | 1 | -0/+5 |
* | hm, check buttons look better for below. | Manish Singh | 2002-02-17 | 1 | -0/+4 |
* | redid the filesel test. Added a way to set select multiple as a toggle | Manish Singh | 2002-02-17 | 1 | -0/+7 |
* | Remove comment about the gtk-1-3-win32-production branch having more | Tor Lillqvist | 2002-02-17 | 1 | -1/+4 |
* | Massive changes. Too many to list here, but I'll try a summary: | Tor Lillqvist | 2002-02-17 | 1 | -5/+61 |
* | Added multiple selection API | Manish Singh | 2002-02-17 | 1 | -0/+4 |
* | use fabs() on a double instead of abs() | Manish Singh | 2002-02-17 | 1 | -1/+5 |
* | More work on #71430. | Matthias Clasen | 2002-02-16 | 1 | -0/+16 |
* | This commit lands the 'dy patch'. | Kristian Rietveld | 2002-02-16 | 1 | -0/+9 |
* | rearrange rules to not emit the example start and end markers. | Matthias Clasen | 2002-02-16 | 1 | -0/+8 |
* | take GDK_HINT_RESIZE_INC into account, and handle negative coordinates | Havoc Pennington | 2002-02-16 | 1 | -0/+6 |
* | Add key bindings on GtkScrolledWindow for arrow keys, PageUp/PageDown | Owen Taylor | 2002-02-16 | 1 | -2/+19 |
* | Depend on gtk.ico. | Tor Lillqvist | 2002-02-15 | 1 | -0/+7 |
* | gtk/tmpl/gtkimage.sgml removed wrong sentence from gtk_image_new() docs | Alexey Malyshev | 2002-02-15 | 1 | -0/+5 |
* | new function (gtk_tree_store_clear): traverse the tree, so we emit | Kristian Rietveld | 2002-02-15 | 1 | -0/+7 |
* | Only queue a draw on the handle, not the whole widget. #71530. | Richard Hult | 2002-02-15 | 1 | -0/+6 |
* | add new signal 'adjust_bounds' to potentialy change the bounds before | Jody Goldberg | 2002-02-15 | 1 | -0/+8 |
* | File Edit Options Buffers Tools Help ... | Owen Taylor | 2002-02-15 | 1 | -0/+5 |
* | The following changes are the beginning of the work on #71430. | Matthias Clasen | 2002-02-14 | 1 | -0/+14 |
* | Patch from Bill Haneman and Padraig O'Briain to add cursor_aspect_ratio | Owen Taylor | 2002-02-14 | 1 | -0/+12 |
* | Fix bug where we called get_surrounding on the context,. not the slave. | Owen Taylor | 2002-02-14 | 1 | -0/+6 |
* | Only pop the tooltip down on a select set of events, not on any unknown | Owen Taylor | 2002-02-14 | 1 | -0/+9 |
* | A bunch of small allocation/drawing fixes. | Owen Taylor | 2002-02-14 | 1 | -1/+10 |
* | Patch from Bill Haneman to draw to focus using gtk_paint_focus() with the | Owen Taylor | 2002-02-14 | 1 | -0/+9 |