| Commit message (Expand) | Author | Age | Files | Lines |
* | include missing #ifdef G_ENA\BLE_DEBUG | Jonathan Blandford | 2002-05-16 | 2 | -2/+11 |
* | Don't filter control-shift+[non-hex]. (#80252, reported by Nalin | Owen Taylor | 2002-05-16 | 1 | -14/+16 |
* | Fixes for #78258 | Owen Taylor | 2002-05-16 | 1 | -8/+24 |
* | Fix a missed check for division by zero. (#77820, Gareth Pearce) | Owen Taylor | 2002-05-16 | 1 | -1/+5 |
* | If the menu is scrolled down or up, and some of the widget area is empty, | Ettore Perazzoli | 2002-05-16 | 1 | -29/+0 |
* | Don't call gdk_pointer_grab() to change the cursor if we've already | Owen Taylor | 2002-05-15 | 1 | -1/+7 |
* | Special case menu items to pop down on motion. (#75961) | Owen Taylor | 2002-05-15 | 2 | -24/+43 |
* | Update from contents of size entry on focus out. (#76493, Lauris | Owen Taylor | 2002-05-15 | 2 | -2/+18 |
* | Move the column chooser files to column-chooser/ (and fix a typo in the icon ... | Anders Carlsson | 2002-05-15 | 1 | -2/+2 |
* | If not building libpng, don't rebuild gtkstockpixbufs.h (#81819, Bill | Owen Taylor | 2002-05-15 | 1 | -1/+1 |
* | Remove the result file on error. (#79929, David Highley) | Owen Taylor | 2002-05-14 | 2 | -13/+24 |
* | Fix prepending at the start of the list. (#56349, Thomas Leonard.) | Owen Taylor | 2002-05-14 | 1 | -10/+14 |
* | Fix frame_right/frame_top screwup. (Detlef Reichl, #78111) | Owen Taylor | 2002-05-14 | 2 | -4/+4 |
* | Fix format of selection data to be 8 rather than GTK_TYPE_POINTER. | Owen Taylor | 2002-05-14 | 3 | -14/+4 |
* | Set the width of the layout to the actual wrap width (our requisition) not | Owen Taylor | 2002-05-14 | 5 | -10/+23 |
* | Try adding a #ifndef/#define for XkbKeySymEntry to make up for OSF broken | Owen Taylor | 2002-05-14 | 2 | -22/+35 |
* | Discard configure events from SubstructureNotify. (#81760, Rich Burridge) | Owen Taylor | 2002-05-14 | 2 | -1/+4 |
* | Change parameter names to match the header file and the documentation. | Matthias Clasen | 2002-05-13 | 2 | -21/+21 |
* | gtk/gtkfilesel.c gtk/gtkplug.c gtk/gtkwidget.c gtk/gtkwindow.c a few typos | Vitaly Tishkov | 2002-05-13 | 4 | -6/+6 |
* | [ merge from stable ] | Daniel Elstner | 2002-05-10 | 1 | -0/+17 |
* | set_redraw_on_allocate (FALSE); (gtk_tree_view_size_allocate): invalidate | Soeren Sandmann | 2002-05-08 | 1 | -11/+54 |
* | added a new conditional CROSS_COMPILING which indicates ($build != $host). | Michael Natterer | 2002-05-07 | 1 | -14/+18 |
* | call func on current node before the child nodes. | Kristian Rietveld | 2002-05-06 | 1 | -1/+1 |
* | unset user_data before destroying the window. (fixes #80065). | Kristian Rietveld | 2002-05-06 | 1 | -4/+15 |
* | Bump version to 2.1.0, binary, interface age 0. | Matthias Clasen | 2002-05-05 | 3 | -2/+68 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 5 | -75/+618 |
* | oops, need to update these on HEAD branch too.. -tigert- | Tuomas Kuosmanen | 2002-05-04 | 2 | -0/+0 |
* | changed the order of the arguments. #80278 | Erwann Chenede - | 2002-05-03 | 2 | -7/+7 |
* | Typo fix. | Matthias Clasen | 2002-05-02 | 1 | -1/+1 |
* | Correct the composite_child blurb. | Matthias Clasen | 2002-05-02 | 2 | -7/+7 |
* | Add nicks and blurbs for child properties. (#57143) | Matthias Clasen | 2002-05-02 | 3 | -19/+57 |
* | remove virtualization and made it cross platform. fix #79961 fixed | Erwann Chenede - | 2002-05-01 | 2 | -18/+18 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -8/+23 |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 5 | -18/+18 |
* | use gtk_text_layout_invalidate_cache instead of cut-and-paste | Havoc Pennington | 2002-04-30 | 2 | -11/+12 |
* | Doc fixes. | Owen Taylor | 2002-04-30 | 2 | -4/+5 |
* | Add this | Anders Carlsson | 2002-04-30 | 2 | -0/+2638 |
* | assign something to "prev" so that removing tag info succeeds. Part of | Havoc Pennington | 2002-04-30 | 2 | -10/+40 |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 55 | -814/+1948 |
* | Fix so that you can set a new sort func. | Jonathan Blandford | 2002-04-29 | 1 | -3/+7 |
* | if the deleted node was "below" this path, then do not unref all nodes | Kristian Rietveld | 2002-04-26 | 1 | -1/+8 |
* | This commit fixes binary compatibility, which I broke with my recent cell | Kristian Rietveld | 2002-04-26 | 4 | -40/+72 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -4/+6 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 2 | -3/+32 |
* | make the search dialog not scroll horizontally (prolly fixes #74806). | Kristian Rietveld | 2002-04-25 | 1 | -2/+2 |
* | Avoid a possible division by zero. (#77820) | Matthias Clasen | 2002-04-25 | 1 | -2/+6 |
* | use the child's requisition.height, not allocation.height, as width of | Soeren Sandmann | 2002-04-25 | 1 | -2/+5 |
* | resort if we're already in 'unsorted' state, and update the docs | Kristian Rietveld | 2002-04-24 | 1 | -1/+6 |
* | Remove GTK_OBJECT_CONNECTED. | Matthias Clasen | 2002-04-24 | 1 | -2/+2 |
* | temporarily set ->priv->edited_column to NULL. Pleas read the comment in | Kristian Rietveld | 2002-04-24 | 1 | -3/+19 |