| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): | Murray Cumming | 2001-11-17 | 1 | -3/+3 |
* | Build separate runtime and developer packages. | Tor Lillqvist | 2001-11-17 | 1 | -30/+18 |
* | Move notification of "has_default" to here, so it is safe to call | Owen Taylor | 2001-11-17 | 3 | -35/+59 |
* | add some no-indicator radio buttons | jacob berkman | 2001-11-16 | 1 | -0/+11 |
* | Propagate key press events not just to focus/window but also to | Owen Taylor | 2001-11-16 | 3 | -10/+74 |
* | Fix child allocations to be relative to widget position and some drawing | Owen Taylor | 2001-11-16 | 2 | -20/+19 |
* | Make Menu items NO_WINDOW widgets. | Owen Taylor | 2001-11-16 | 11 | -219/+214 |
* | maybe fix #64160 Also, forgot to save gtktreeview.h | Jonathan Blandford | 2001-11-15 | 2 | -2/+3 |
* | Move '.' out of quote. (#64407) | Matthias Clasen | 2001-11-15 | 1 | -1/+1 |
* | New function to get a GdkWindow to compare event->window to. | Jonathan Blandford | 2001-11-15 | 2 | -32/+33 |
* | Some small drawing fixes for scroll arrows. | Owen Taylor | 2001-11-15 | 1 | -22/+9 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 17 | -625/+544 |
* | Patch from Murray Cumming to add "message_type" and "buttons" CONSTRUCT | Owen Taylor | 2001-11-15 | 1 | -14/+132 |
* | create the label with a mnemonic | jacob berkman | 2001-11-14 | 1 | -1/+1 |
* | Don't recalculate the layout on each gkt_label_ensure_layout () for | Alex Larsson | 2001-11-14 | 1 | -120/+93 |
* | Return the currently selected column when we get the column, #64380 | Jonathan Blandford | 2001-11-14 | 5 | -6/+17 |
* | Rearrange docs (#64566) | Matthias Clasen | 2001-11-14 | 3 | -10/+10 |
* | Remove unused static function. (xpm_skip_string): Dito. | Daniel Egger | 2001-11-14 | 3 | -25/+3 |
* | Back out accidental commit of debugging timing code | Owen Taylor | 2001-11-14 | 1 | -41/+21 |
* | fix Control-E so it doesn't move to a new line each time you press it | Havoc Pennington | 2001-11-14 | 2 | -4/+9 |
* | bulk of the tests were commented out, oops. | Havoc Pennington | 2001-11-14 | 2 | -11/+26 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 5 | -80/+270 |
* | docs including reference to bugzilla bug about how we should have a better | Havoc Pennington | 2001-11-14 | 2 | -5/+46 |
* | fix to properly replace selection with Return or Tab | Havoc Pennington | 2001-11-13 | 2 | -19/+14 |
* | add border width to requisition, request non-anchored children | Havoc Pennington | 2001-11-13 | 1 | -15/+70 |
* | protect idle handle with gdk threads macro. | Tim Janik | 2001-11-13 | 1 | -2/+6 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 25 | -1812/+2494 |
* | Warn | Owen Taylor | 2001-11-13 | 1 | -0/+6 |
* | Documentation fixes. (#64377) | Matthias Clasen | 2001-11-12 | 2 | -69/+69 |
* | Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, | Matthias Clasen | 2001-11-10 | 8 | -87/+78 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 3 | -74/+68 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 5 | -34/+34 |
* | Fix an obvious typo where it says LEFT instead of CENTER. | Darin Adler | 2001-11-08 | 1 | -1/+1 |
* | Add g_return_if_fail. | Darin Adler | 2001-11-07 | 1 | -0/+4 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 6 | -150/+171 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 3 | -85/+147 |
* | Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759). | Tor Lillqvist | 2001-11-06 | 1 | -2/+0 |
* | queue_resize_on_group with both the old and new mode, not just the new | Owen Taylor | 2001-11-04 | 1 | -1/+6 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 11 | -323/+243 |
* | don't free the module name until after we load the module | jacob berkman | 2001-11-04 | 1 | -1/+2 |
* | Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxed | Owen Taylor | 2001-11-04 | 3 | -34/+13 |
* | Can't include gtkprivate.h (I added the include yesterday, without really | Tor Lillqvist | 2001-11-03 | 1 | -5/+20 |
* | Use GtkWindow* as first signal argument (was GtkWidget*). | Daniel Elstner | 2001-11-03 | 3 | -9/+9 |
* | chain finalize to parent class to get removed from the toplevel_list. | Hans Breuer | 2001-11-03 | 2 | -0/+7 |
* | Correct some renamed functions. | Tor Lillqvist | 2001-11-03 | 2 | -4/+31 |
* | Use -no-undefined on Windows. Look for .dll or .so as appropriate as | Tor Lillqvist | 2001-11-02 | 2 | -1/+4 |
* | Clean up height code a bit. I don't think it's completely correct yet, but | Jonathan Blandford | 2001-11-02 | 3 | -11/+37 |
* | Remove random + 5 for width and height. If people want padding, they | Owen Taylor | 2001-11-02 | 1 | -2/+2 |
* | Pad the structure for future expansion. | Owen Taylor | 2001-11-02 | 1 | -0/+5 |
* | Patch from HideToshi Tajima (#51922) | Owen Taylor | 2001-11-02 | 1 | -0/+14 |