| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 105 | -1180/+52 |
* | Fix idles and timeouts to be properly surrounded by | Owen Taylor | 2001-07-18 | 15 | -23/+167 |
* | Reorder code so that we don't get a g_warning message every time we | Darin Adler | 2001-07-18 | 9 | -5/+67 |
* | Add a function gdk_window_get_internal_paint_info(), so that using X | Owen Taylor | 2001-07-18 | 11 | -0/+164 |
* | Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizable | Darin Adler | 2001-07-18 | 25 | -43/+266 |
* | Add missing <stdlib.h> include. Add ifdef so we compile without warnings | Darin Adler | 2001-07-18 | 7 | -5/+23 |
* | Enormous update | Matthias Warkus | 2001-07-15 | 3 | -62/+1721 |
* | add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): compute | Tim Janik | 2001-07-14 | 10 | -19/+206 |
* | Take into account the xpad and ypad when calculating the width and the | Anders Carlsson | 2001-07-13 | 8 | -1/+46 |
* | Rename to gtk_radio_menu_item_get_group(), add deprecated alias. (#57044) | Owen Taylor | 2001-07-12 | 12 | -10/+77 |
* | Patch from Mathias Hasselmann to fix warnings in compat macros. (#56773) | Owen Taylor | 2001-07-12 | 9 | -10/+73 |
* | Replace a couple of inappropriate calls to GTK_WIDGET_HAS_FOCUS() with | Owen Taylor | 2001-07-12 | 8 | -2/+37 |
* | Add missing case. | Owen Taylor | 2001-07-12 | 10 | -6/+96 |
* | Properly clean up when handling events for move-resize emulation. (Problem | Owen Taylor | 2001-07-12 | 8 | -3/+49 |
* | Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ] | Owen Taylor | 2001-07-12 | 27 | -178/+259 |
* | shut up CVS | Sven Neumann | 2001-07-11 | 1 | -0/+3 |
* | German translation updated | Matthias Warkus | 2001-07-10 | 2 | -363/+272 |
* | Add a cd $(srcdir) for when srcdir != builddir | Peter Williams | 2001-07-09 | 8 | -1/+37 |
* | remove gtk_tree_model_get_first in favor of gtk_tree_model_get_iter_root. | Jonathan Blandford | 2001-07-09 | 14 | -120/+177 |
* | Updated Swedish translation. Added gtk+.pot to the list of files. | Christian Rose | 2001-07-08 | 3 | -281/+292 |
* | Jul 6 15:38:33 2001 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2001-07-06 | 9 | -41/+122 |
* | updated Azeri file | Pablo Saratxaga | 2001-07-06 | 2 | -210/+222 |
* | Patch from Gregory Merchan to add gtk_button_box_set_secondary(), which | Owen Taylor | 2001-07-06 | 16 | -64/+379 |
* | Switch over to the new include flags AC_SUBST(). (Problem pointed out by | Owen Taylor | 2001-07-05 | 2 | -1/+13 |
* | Add gdk_set_pointer_hooks() to allow pointer-querying to be hooked by an | Owen Taylor | 2001-07-05 | 13 | -19/+148 |
* | Pass in the right value of initial_emission to | Owen Taylor | 2001-07-05 | 8 | -1/+43 |
* | Make compile. | Owen Taylor | 2001-07-05 | 9 | -4/+68 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 21 | -185/+1076 |
* | Some updates and moving docs to the C files. | Owen Taylor | 2001-07-05 | 4 | -6/+29 |
* | add missing gtk_list_store_newv prototype. | James Henstridge | 2001-07-04 | 8 | -0/+30 |
* | Extended to test different type of adding plugs to sockets | Owen Taylor | 2001-07-03 | 1 | -0/+123 |
* | For XEMBED embedding add a _XEMBED_INFO property to the client with | Owen Taylor | 2001-07-03 | 21 | -287/+1140 |
* | fix to use constants not atoms. | Havoc Pennington | 2001-07-03 | 8 | -6/+39 |
* | same here for PANGO_TYPE_TAB_ARRAY. | James Henstridge | 2001-07-02 | 11 | -32/+128 |
* | s/signal_newc/signal_new/ | Tim Janik | 2001-07-02 | 23 | -124/+219 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 17 | -49/+171 |
* | New function for language bindings. | Jonathan Blandford | 2001-06-30 | 4 | -6/+89 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 28 | -642/+1516 |
* | Convert GdkDevice to a GObject. | Alex Larsson | 2001-06-30 | 12 | -28/+187 |
* | Convert GdkVisual to a GObject. | Alex Larsson | 2001-06-30 | 19 | -154/+336 |
* | changed new_with_types to just plain new, fixing the number of columns, | Jonathan Blandford | 2001-06-30 | 25 | -176/+468 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 35 | -789/+834 |
* | add path argument to selection callbacks. | Jonathan Blandford | 2001-06-29 | 9 | -11/+55 |
* | New function to walk through a model in a depth first manner, with the | Jonathan Blandford | 2001-06-29 | 9 | -0/+104 |
* | Patch Thomas Broyer from <tbroyer@ltgt.net>. Expander arrows are now | Jonathan Blandford | 2001-06-29 | 11 | -62/+149 |
* | Fix args to g_type_init(). | Owen Taylor | 2001-06-29 | 9 | -2/+30 |
* | Fix args to g_type_init (). | Owen Taylor | 2001-06-29 | 5 | -4/+9 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 59 | -407/+1873 |
* | !GTK_OBJECT_DESTROYED() -> GTK_WIDGET_REALIZE() for resize queueing. | Tim Janik | 2001-06-28 | 11 | -109/+455 |
* | up version to 1.3.7, interface age 0, binary age 0. depend on glib 1.3.7. | Tim Janik | 2001-06-28 | 28 | -159/+454 |