| Commit message (Expand) | Author | Age | Files | Lines |
* | added compile time switch to put the tree views into a hpaned for owen to | Tim Janik | 2002-03-03 | 7 | -24/+100 |
* | Fixes for uninstalled operation with module suffixes other than .so and in | Owen Taylor | 2002-03-03 | 3 | -18/+45 |
* | Handle NO_WINDOW widgets with windows that are children of widget->window. | Owen Taylor | 2002-03-03 | 1 | -23/+38 |
* | Add a note to the docs about how to use this in the context of changeable | Owen Taylor | 2002-03-03 | 1 | -1/+8 |
* | Add a --enable-explicit-deps option to control whether dependency | Owen Taylor | 2002-03-02 | 1 | -0/+5 |
* | Don't do special focus handling if draw_indicator is not set. (#64723, | Owen Taylor | 2002-03-02 | 1 | -0/+6 |
* | Clamp @max parameter passed in to [0, MAX_SIZE], improve docs. Fix default | Owen Taylor | 2002-03-02 | 2 | -7/+39 |
* | Robustify tracking of pointer grab window. | Owen Taylor | 2002-03-02 | 2 | -5/+148 |
* | Default to --disable-gtk-doc (avoid Jade breakage) and --disable-static | Owen Taylor | 2002-03-02 | 1 | -6/+3 |
* | Switch style of stamp file usage. | Owen Taylor | 2002-03-02 | 24 | -711/+313 |
* | fix typo. | Tim Janik | 2002-03-02 | 1 | -1/+1 |
* | set first_cell to FALSE after first iteration | Kristian Rietveld | 2002-03-01 | 2 | -6/+6 |
* | Remove unneeded Win32 stuff inside #ifdef G_OS_WIN32. (Leftover from when | Tor Lillqvist | 2002-03-01 | 1 | -9/+0 |
* | Initialize the scrollbar spacing variable in the class to -1, and then | Owen Taylor | 2002-03-01 | 1 | -3/+5 |
* | Don't delete forward across line boundaries when in overwrite mode. | Owen Taylor | 2002-03-01 | 1 | -1/+10 |
* | Fix signed-unsigned error that was accidentally causing negative values to | Owen Taylor | 2002-03-01 | 1 | -4/+9 |
* | gtk+/gtk/gtkitemfactory.c fixed a little type in docs for | Alexey Malyshev | 2002-03-01 | 1 | -1/+1 |
* | Really make it work for paths with underline accelerators. (#69247) | Owen Taylor | 2002-03-01 | 1 | -1/+1 |
* | free the tab array for custom tabs, reported by Paolo Maggi #72980 | Havoc Pennington | 2002-03-01 | 1 | -0/+3 |
* | include gdkkeysysms.h if compiling gdk_keyval_convert_case. | Owen Taylor | 2002-03-01 | 6 | -56/+203 |
* | Add missing NULL check. | Darin Adler | 2002-02-28 | 1 | -1/+2 |
* | Allow focus-change events to be sent to unrealized widgets; they aren't | Owen Taylor | 2002-02-27 | 1 | -3/+6 |
* | Split big VARIABLES variable that was causing overlong lines into 6 | Owen Taylor | 2002-02-27 | 1 | -2/+22 |
* | Mark <Control>, <Shift>, <Release>, <Alt> for translation. | Owen Taylor | 2002-02-27 | 2 | -5/+20 |
* | if CAN_FOCUS reserve focus_line_width + focus_line_pad extra space and | Owen Taylor | 2002-02-27 | 1 | -5/+28 |
* | minor code cleanup | Soeren Sandmann | 2002-02-27 | 1 | -6/+6 |
* | Don't reserve space for border when the shadow type for the menubar is | Owen Taylor | 2002-02-27 | 1 | -8/+17 |
* | Go back to old style of drawing children over the bevel. (#58615) | Owen Taylor | 2002-02-27 | 1 | -4/+4 |
* | Register all stock icons "unscaled" so that we don't have icons only | Owen Taylor | 2002-02-27 | 4 | -28/+48 |
* | new file | Hans Breuer | 2002-02-27 | 3 | -5/+8 |
* | After computing the clamped value, actually set it. (#62639, Sergey | Owen Taylor | 2002-02-27 | 1 | -3/+5 |
* | Clean up the code so < 0 == end wasn't just a side effect, remove most of | Owen Taylor | 2002-02-27 | 1 | -42/+23 |
* | Remove these files from CVS so we more-or-less current versions from | Owen Taylor | 2002-02-27 | 1 | -1/+1 |
* | Call gtk_combo_set_popdown_strings() in case the combo is up currently. | Owen Taylor | 2002-02-27 | 1 | -0/+2 |
* | Switch control-home/end and home/end with the idea that scrolled windows | Owen Taylor | 2002-02-27 | 1 | -4/+4 |
* | Chain up before drawing the scale values so that the number is drawn in | Owen Taylor | 2002-02-27 | 2 | -4/+16 |
* | ue Feb 26 18:58:49 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-02-27 | 1 | -1/+4 |
* | Append mnemonics rather than prepending them so that the order is | Owen Taylor | 2002-02-26 | 1 | -1/+1 |
* | Draw arrows better (without extra baseline) | Soeren Sandmann | 2002-02-26 | 5 | -189/+256 |
* | Display any "g_unicode_isgraph()" char literally, not just latin1. | Owen Taylor | 2002-02-26 | 1 | -6/+7 |
* | Don't to focus insensitive widgets. (#68203) | Owen Taylor | 2002-02-26 | 2 | -25/+52 |
* | Emit ::color_changed every time we notify current_color. (Brute force fix | Owen Taylor | 2002-02-26 | 1 | -3/+9 |
* | use the cursor position _after_ deleting the text as the position to | Owen Taylor | 2002-02-26 | 1 | -1/+2 |
* | gtk/gtktreemodel.c misprints in documentation for | Vitaly Tishkov | 2002-02-26 | 1 | -2/+2 |
* | take into account that a path from a rowref can be NULL. (#72623 and | Kristian Rietveld | 2002-02-26 | 2 | -6/+10 |
* | Fix double free. | Owen Taylor | 2002-02-26 | 1 | -1/+0 |
* | Handle a keyval of 0, by returning an empty list. (#72617, Kevin Breit) | Owen Taylor | 2002-02-26 | 1 | -1/+4 |
* | Fix #72586. Silently accept empty tree. (gtk_tree_view_collapse_all): | Richard Hult | 2002-02-26 | 1 | -2/+6 |
* | A couple of name changes. | Tor Lillqvist | 2002-02-26 | 1 | -2/+2 |
* | Fix double set of bindings for page-up/down. (#72605, Tor Lillquist) | Owen Taylor | 2002-02-26 | 2 | -8/+15 |