| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Menu items NO_WINDOW widgets. | Owen Taylor | 2001-11-16 | 18 | -219/+298 |
* | Updated tr.po | Fatih Demir | 2001-11-16 | 2 | -140/+176 |
* | demos/gtk-demo/appwindow.c reduce compiler warnings | Sven Neumann | 2001-11-16 | 9 | -2/+37 |
* | Remove unused callback to make things compile with | Owen Taylor | 2001-11-16 | 8 | -66/+42 |
* | maybe fix #64160 Also, forgot to save gtktreeview.h | Jonathan Blandford | 2001-11-15 | 9 | -2/+31 |
* | Move '.' out of quote. (#64407) | Matthias Clasen | 2001-11-15 | 8 | -1/+29 |
* | New function to get a GdkWindow to compare event->window to. | Jonathan Blandford | 2001-11-15 | 17 | -58/+146 |
* | Some small drawing fixes for scroll arrows. | Owen Taylor | 2001-11-15 | 8 | -22/+37 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 25 | -625/+817 |
* | Go back to DocBook 3.0 to get the autobuilder on developer.gnome.org back | Matthias Clasen | 2001-11-15 | 2 | -1/+10 |
* | Patch from Murray Cumming to add "message_type" and "buttons" CONSTRUCT | Owen Taylor | 2001-11-15 | 9 | -17/+212 |
* | create the label with a mnemonic | jacob berkman | 2001-11-14 | 8 | -1/+36 |
* | make it compile without warnings. | Sven Neumann | 2001-11-14 | 8 | -22/+81 |
* | Don't recalculate the layout on each gkt_label_ensure_layout () for | Alex Larsson | 2001-11-14 | 8 | -120/+135 |
* | Return the currently selected column when we get the column, #64380 | Jonathan Blandford | 2001-11-14 | 14 | -9/+109 |
* | Add --sgml-mode. | Matthias Clasen | 2001-11-14 | 5 | -6/+6 |
* | Rearrange docs (#64566) | Matthias Clasen | 2001-11-14 | 15 | -53/+157 |
* | Remove unused static function. (xpm_skip_string): Dito. | Daniel Egger | 2001-11-14 | 11 | -50/+104 |
* | Back out accidental commit of debugging timing code | Owen Taylor | 2001-11-14 | 8 | -41/+56 |
* | fix Control-E so it doesn't move to a new line each time you press it | Havoc Pennington | 2001-11-14 | 9 | -4/+65 |
* | bulk of the tests were commented out, oops. | Havoc Pennington | 2001-11-14 | 10 | -13/+112 |
* | Updated Norwegian (bokmål) translation. | Kjartan Maraas | 2001-11-14 | 2 | -351/+447 |
* | param spec fix | Tim Janik | 2001-11-14 | 1 | -3/+3 |
* | new "model" construct property for language bindings. | Jonathan Blandford | 2001-11-14 | 13 | -80/+348 |
* | add set_border_width for testing | Havoc Pennington | 2001-11-14 | 1 | -0/+4 |
* | docs including reference to bugzilla bug about how we should have a better | Havoc Pennington | 2001-11-14 | 9 | -5/+123 |
* | fix to properly replace selection with Return or Tab | Havoc Pennington | 2001-11-13 | 9 | -19/+70 |
* | add border width to requisition, request non-anchored children | Havoc Pennington | 2001-11-13 | 10 | -18/+359 |
* | protect idle handle with gdk threads macro. | Tim Janik | 2001-11-13 | 8 | -2/+41 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 56 | -2127/+3349 |
* | Warn | Owen Taylor | 2001-11-13 | 8 | -0/+41 |
* | new files explaining where the code for rendering pixbufs lives. (#61151) | Matthias Clasen | 2001-11-12 | 4 | -0/+63 |
* | Documentation fixes. (#64377) | Matthias Clasen | 2001-11-12 | 9 | -69/+111 |
* | Update. | Fatih Demir | 2001-11-11 | 2 | -1181/+1219 |
* | Updated Slovak translation. | Stanislav Visnovsky | 2001-11-11 | 2 | -353/+410 |
* | Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108, | Matthias Clasen | 2001-11-10 | 24 | -151/+198 |
* | make sure we know what we are talking about when asked for MINMAXINFO. | Hans Breuer | 2001-11-10 | 8 | -7/+63 |
* | Fix docs for gtk_tree_view_column_set_sort_order. (#62647) | Matthias Clasen | 2001-11-10 | 13 | -98/+156 |
* | Document all stock items with their stock text. | Matthias Clasen | 2001-11-10 | 4 | -80/+80 |
* | use g_strcasecmp(), some poor platforms don't have strcasecmp() | Hans Breuer | 2001-11-09 | 22 | -96/+363 |
* | Add headers. Add section about ActiveIMM. | Tor Lillqvist | 2001-11-08 | 16 | -292/+594 |
* | Fix an obvious typo where it says LEFT instead of CENTER. | Darin Adler | 2001-11-08 | 8 | -1/+36 |
* | Add g_return_if_fail. | Darin Adler | 2001-11-07 | 8 | -0/+39 |
* | Add row_draggable() vfunc, and wrapper function. | Owen Taylor | 2001-11-06 | 15 | -218/+641 |
* | wacky easter egg | Havoc Pennington | 2001-11-06 | 8 | -0/+115 |
* | lost this file due to CVS broken pipe | Havoc Pennington | 2001-11-06 | 1 | -3/+0 |
* | Fix misplaced HAVE_XFT. | Owen Taylor | 2001-11-06 | 8 | -1/+29 |
* | expose the child widgets in here (gtk_text_view_realize): set parent | Havoc Pennington | 2001-11-06 | 12 | -123/+445 |
* | Do search GTK_BINARY_VERSION -specific directory on Windows, too (#63759). | Tor Lillqvist | 2001-11-06 | 8 | -2/+35 |
* | updated | Marius Andreiana | 2001-11-05 | 2 | -336/+299 |