| Commit message (Expand) | Author | Age | Files | Lines |
* | New function to get a GdkWindow to compare event->window to. | Jonathan Blandford | 2001-11-15 | 1 | -0/+11 |
* | Some small drawing fixes for scroll arrows. | Owen Taylor | 2001-11-15 | 1 | -0/+4 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -0/+37 |
* | Patch from Murray Cumming to add "message_type" and "buttons" CONSTRUCT | Owen Taylor | 2001-11-15 | 1 | -0/+8 |
* | create the label with a mnemonic | jacob berkman | 2001-11-14 | 1 | -0/+5 |
* | make it compile without warnings. | Sven Neumann | 2001-11-14 | 1 | -0/+4 |
* | Don't recalculate the layout on each gkt_label_ensure_layout () for | Alex Larsson | 2001-11-14 | 1 | -0/+6 |
* | Return the currently selected column when we get the column, #64380 | Jonathan Blandford | 2001-11-14 | 1 | -0/+12 |
* | Rearrange docs (#64566) | Matthias Clasen | 2001-11-14 | 1 | -0/+12 |
* | Remove unused static function. (xpm_skip_string): Dito. | Daniel Egger | 2001-11-14 | 1 | -0/+14 |
* | Back out accidental commit of debugging timing code | Owen Taylor | 2001-11-14 | 1 | -0/+5 |
* | fix Control-E so it doesn't move to a new line each time you press it | Havoc Pennington | 2001-11-14 | 1 | -0/+8 |
* | bulk of the tests were commented out, oops. | Havoc Pennington | 2001-11-14 | 1 | -0/+12 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 1 | -0/+11 |
* | docs including reference to bugzilla bug about how we should have a better | Havoc Pennington | 2001-11-14 | 1 | -0/+11 |
* | fix to properly replace selection with Return or Tab | Havoc Pennington | 2001-11-13 | 1 | -0/+8 |
* | add border width to requisition, request non-anchored children | Havoc Pennington | 2001-11-13 | 1 | -0/+18 |
* | protect idle handle with gdk threads macro. | Tim Janik | 2001-11-13 | 1 | -0/+5 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -0/+66 |
* | Warn | Owen Taylor | 2001-11-13 | 1 | -0/+5 |
* | Documentation fixes. (#64377) | Matthias Clasen | 2001-11-12 | 1 | -0/+6 |
* | Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, | Matthias Clasen | 2001-11-10 | 1 | -0/+7 |
* | make sure we know what we are talking about when asked for MINMAXINFO. | Hans Breuer | 2001-11-10 | 1 | -1/+7 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 1 | -0/+10 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 1 | -0/+35 |
* | Add headers. Add section about ActiveIMM. | Tor Lillqvist | 2001-11-08 | 1 | -0/+27 |
* | Fix an obvious typo where it says LEFT instead of CENTER. | Darin Adler | 2001-11-08 | 1 | -0/+5 |
* | Add g_return_if_fail. | Darin Adler | 2001-11-07 | 1 | -0/+5 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 1 | -0/+30 |
* | wacky easter egg | Havoc Pennington | 2001-11-06 | 1 | -0/+4 |
* | Fix misplaced HAVE_XFT. | Owen Taylor | 2001-11-06 | 1 | -0/+4 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 1 | -0/+25 |
* | Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759). | Tor Lillqvist | 2001-11-06 | 1 | -0/+5 |
* | Redo Xft support to go directly to Picture objects instead of using | Owen Taylor | 2001-11-05 | 1 | -0/+11 |
* | Clamp max window width/height to 32767, not 32768 since we have to be able | Owen Taylor | 2001-11-05 | 1 | -0/+24 |
* | sigsetjmp is macroized in some places, so use AC_TRY_LINK instead of | Manish Singh | 2001-11-05 | 1 | -0/+5 |
* | Implement gdk_color_parse() in terms of pango_color_parse(). | Owen Taylor | 2001-11-05 | 1 | -0/+8 |
* | queue_resize_on_group with both the old and new mode, not just the new | Owen Taylor | 2001-11-04 | 1 | -0/+7 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -0/+44 |
* | don't free the module name until after we load the module | jacob berkman | 2001-11-04 | 1 | -0/+5 |
* | Convert GTK_TYPE_CTREE_NODE to pointer derivation instead of boxed | Owen Taylor | 2001-11-04 | 1 | -0/+7 |
* | Can't include gtkprivate.h (I added the include yesterday, without really | Tor Lillqvist | 2001-11-03 | 1 | -0/+7 |
* | Use GtkWindow* as first signal argument (was GtkWidget*). | Daniel Elstner | 2001-11-03 | 1 | -0/+10 |
* | chain finalize to parent class to get removed from the toplevel_list. | Hans Breuer | 2001-11-03 | 1 | -0/+8 |
* | Correct some renamed functions. | Tor Lillqvist | 2001-11-03 | 1 | -0/+7 |
* | Use -no-undefined on Windows. Look for .dll or .so as appropriate as | Tor Lillqvist | 2001-11-02 | 1 | -1/+22 |
* | Clean up height code a bit. I don't think it's completely correct yet, but | Jonathan Blandford | 2001-11-02 | 1 | -0/+6 |
* | Remove random + 5 for width and height. If people want padding, they | Owen Taylor | 2001-11-02 | 1 | -0/+9 |
* | 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 |