| Commit message (Expand) | Author | Age | Files | Lines |
* | oops, forgot to add those | Jakub Steiner | 2001-09-11 | 2 | -0/+0 |
* | Fixed reversed comparison causing RC properties not to work. | Owen Taylor | 2001-09-11 | 1 | -1/+1 |
* | more stock icons - warning dialog, error dialog, DnD | Jakub Steiner | 2001-09-11 | 6 | -0/+0 |
* | minor fixes | Joshua N Pritikin | 2001-09-11 | 2 | -2/+5 |
* | slight fix for g_object_set() not usable for nesting anymore. | Tim Janik | 2001-09-10 | 2 | -4/+24 |
* | Update to use the new g_boxed_type_register_static API. | Alex Larsson | 2001-09-10 | 1 | -16/+1 |
* | Fix looping in gtk_tree_store_init() waiting for zero random int. | Padraig O'Briain | 2001-09-10 | 1 | -1/+1 |
* | fix xscale and yscale behaviour which havoc broke. they have to default to | Tim Janik | 2001-09-10 | 2 | -6/+5 |
* | gtk/gtkstyle.c (_gtk_style_peek_property_value) Amend previous change to | Padraig O'Briain | 2001-09-10 | 1 | -2/+3 |
* | Fix blank line in the wrong place. | Owen Taylor | 2001-09-10 | 1 | -1/+1 |
* | Don't do a lookup immediately after creating style->property_cache, since | Owen Taylor | 2001-09-10 | 1 | -9/+10 |
* | 2001-09-09 Alexander Larsson <alla@lysator.liu.se> | Alexander Larsson | 2001-09-09 | 1 | -2/+1 |
* | move some of the accel group functions into a Private subsection | Havoc Pennington | 2001-09-08 | 1 | -0/+208 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 7 | -46/+200 |
* | Write documentation Write documentation | Jonathan Blandford | 2001-09-08 | 4 | -139/+281 |
* | Replace uses of GBSearchArray with GArray and bsearch(), to remove | Owen Taylor | 2001-09-08 | 4 | -119/+112 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 9 | -34/+37 |
* | remove g_print. | Jonathan Blandford | 2001-09-08 | 2 | -54/+2 |
* | remove CellRendererTextPixbuf | Havoc Pennington | 2001-09-08 | 1 | -0/+16 |
* | tsk tsk, jrb broke the build | Havoc Pennington | 2001-09-08 | 1 | -1/+0 |
* | Removed 'fill' attribute. It was silly b/c that was a property of the cell | Jonathan Blandford | 2001-09-08 | 7 | -658/+407 |
* | Removed unused function. | Alex Larsson | 2001-09-08 | 1 | -1/+4 |
* | Make the default default colormap the GdkRGB colormap, not the system | Owen Taylor | 2001-09-07 | 4 | -29/+34 |
* | add some lame code to handle G_MININT, fixes #57424 | Havoc Pennington | 2001-09-07 | 1 | -1/+19 |
* | Deprecate gdk_set/get_use_xshm, make gdk_set_use_xshm a noop. Remove | Owen Taylor | 2001-09-07 | 1 | -47/+5 |
* | remove some debug code that seems to have caused a breakpoint in valid | Havoc Pennington | 2001-09-07 | 3 | -7/+13 |
* | Make gdkx.h the only installed header from gdk/x11. All structures in | Owen Taylor | 2001-09-07 | 9 | -30/+15 |
* | update adjustments after validating destination yrange; fixes #53918 (This | Havoc Pennington | 2001-09-07 | 3 | -28/+58 |
* | Use GtkType/GType instead of uint. | Alex Larsson | 2001-09-06 | 4 | -4/+4 |
* | fix initial val for sort column. | Jonathan Blandford | 2001-09-04 | 4 | -14/+76 |
* | handle default sort feature | Jonathan Blandford | 2001-09-03 | 6 | -146/+310 |
* | patch from vishnu@pobox.com (Joshua N Pritikin) to fix math and an | Jonathan Blandford | 2001-09-03 | 1 | -9/+10 |
* | Patch from vishnu@pobox.com (Joshua N Pritikin) to emit signal at the | Jonathan Blandford | 2001-09-03 | 2 | -4/+8 |
* | Set current serial so that we don't eternally update the keymap after we | Owen Taylor | 2001-09-03 | 1 | -1/+1 |
* | much changes in an attempt to make it working. It mostly works now, | Kristian Rietveld | 2001-09-02 | 2 | -357/+1215 |
* | code cleaup, fix for bug #59222. | Kristian Rietveld | 2001-09-02 | 1 | -57/+89 |
* | add warnings per jrb's request. | Kristian Rietveld | 2001-09-01 | 1 | -2/+5 |
* | pass in user data. | Jonathan Blandford | 2001-09-01 | 2 | -3/+9 |
* | Instead of always mirroring the selection to a single PRIMARY selection, | Owen Taylor | 2001-08-31 | 3 | -178/+338 |
* | put validate idle at resize - 2 just for flexibility | Havoc Pennington | 2001-08-30 | 1 | -9/+45 |
* | handle NULL shaped object from the empty-child-anchor case by drawing a | Havoc Pennington | 2001-08-30 | 2 | -17/+46 |
* | apply fix to #58420 from Hidetoshi Tajima and Matthias Clasen | Havoc Pennington | 2001-08-30 | 1 | -6/+0 |
* | change color when the GtkTreeView loses focus. | Jonathan Blandford | 2001-08-29 | 4 | -15/+43 |
* | fix g_object_notify | Havoc Pennington | 2001-08-29 | 1 | -2/+2 |
* | add default icon | Havoc Pennington | 2001-08-29 | 8 | -54/+971 |
* | gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting | Matthias Clasen | 2001-08-28 | 1 | -3/+3 |
* | Make unrealize GTK_RUN_LAST. | Alex Larsson | 2001-08-28 | 1 | -1/+1 |
* | fix silly cut'n'paste error, with_label and with_mnemonic should create | Manish Singh | 2001-08-28 | 1 | -2/+2 |
* | Use the GTK selection types rather than GtkTreeSelectionMode. | Jonathan Blandford | 2001-08-27 | 4 | -41/+34 |
* | deprecate GTK_SELECTION_EXTENDED. | Jonathan Blandford | 2001-08-27 | 5 | -118/+57 |