| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump version to 2.1.0, binary, interface age 0. | Matthias Clasen | 2002-05-05 | 1 | -0/+11 |
* | Fix problem with == in test argument. (#80732, Hidetoshi Tajima) | Owen Taylor | 2002-05-05 | 1 | -0/+5 |
* | The "big treeview focus patch". Fixes several issues and adds some | Kristian Rietveld | 2002-05-05 | 1 | -0/+49 |
* | image files for testing pixbuf loaders the old test-loaders.c split into | Soeren Sandmann | 2002-05-05 | 1 | -0/+7 |
* | Rationalized the screen initialization process, changed the GdkDisplayX11 | Erwann Chenede - | 2002-05-03 | 1 | -0/+13 |
* | changed the order of the arguments. #80278 | Erwann Chenede - | 2002-05-03 | 1 | -0/+5 |
* | Doc updates. | Matthias Clasen | 2002-05-02 | 1 | -0/+12 |
* | Typo fix. | Matthias Clasen | 2002-05-02 | 1 | -0/+2 |
* | Correct the composite_child blurb. | Matthias Clasen | 2002-05-02 | 1 | -0/+7 |
* | Forgot the changelog. | Erwann Chenede | 2002-05-02 | 1 | -0/+10 |
* | removed unneeded ref. #79977 | Erwann Chenede - | 2002-05-02 | 1 | -0/+9 |
* | Add nicks and blurbs for child properties. (#57143) | Matthias Clasen | 2002-05-02 | 1 | -0/+7 |
* | removed that function as gdk_drawable_get_screen does the job. #79964 | Erwann Chenede - | 2002-05-01 | 1 | -2/+9 |
* | remove virtualization and made it cross platform. fix #79961 fixed | Erwann Chenede - | 2002-05-01 | 1 | -0/+13 |
* | Use the same key when setting and getting NetWmSupportedAtoms. | Anders Carlsson | 2002-05-01 | 1 | -0/+6 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -1/+0 |
* | Make it work, even if the window is already realized or mapped. | Owen Taylor | 2002-04-30 | 1 | -0/+14 |
* | Improve a warning. | Matthias Clasen | 2002-04-30 | 1 | -0/+19 |
* | use gtk_text_layout_invalidate_cache instead of cut-and-paste | Havoc Pennington | 2002-04-30 | 1 | -0/+13 |
* | Multi-screen test case form multihead branch with a few cleanups. (Get rid | Owen Taylor | 2002-04-30 | 1 | -0/+12 |
* | fix problem with finalizing non-initialized fully display when failing to | Owen Taylor | 2002-04-30 | 1 | -0/+10 |
* | Doc fixes. | Owen Taylor | 2002-04-30 | 1 | -1/+5 |
* | Update for multihead. | Owen Taylor | 2002-04-30 | 1 | -2/+5 |
* | retionalized multihead code in _gdk_x11_copy_to_image. fixes #80256 and | Erwann Chenede - | 2002-04-30 | 1 | -0/+5 |
* | assign something to "prev" so that removing tag info succeeds. Part of | Havoc Pennington | 2002-04-30 | 1 | -0/+13 |
* | Make multihead-safe; use a different IM context per display. | Alex Larsson | 2002-04-30 | 1 | -0/+15 |
* | Missing ChangeLog entry and indentation fix | Owen Taylor | 2002-04-30 | 1 | -0/+81 |
* | Fix silly bug, noticed by Sven Neumann. | Alex Larsson | 2002-04-29 | 1 | -0/+5 |
* | Fix so that you can set a new sort func. | Jonathan Blandford | 2002-04-29 | 1 | -0/+5 |
* | Use GDK_DISPLAY_XDISPLAY instead of GDK_SCREEN_XDISPLAY since we pass in a | Anders Carlsson | 2002-04-26 | 1 | -0/+16 |
* | if the deleted node was "below" this path, then do not unref all nodes | Kristian Rietveld | 2002-04-26 | 1 | -0/+8 |
* | tests/testtreecolumns.c quit the main loop when the window is destroyed. | Sven Neumann | 2002-04-26 | 1 | -0/+6 |
* | This commit fixes binary compatibility, which I broke with my recent cell | Kristian Rietveld | 2002-04-26 | 1 | -0/+17 |
* | include X11/Xlib.h, fixes the build | Kristian Rietveld | 2002-04-26 | 1 | -0/+4 |
* | Add missing gdkscreen/display-x11.h files. | Owen Taylor | 2002-04-26 | 1 | -0/+5 |
* | Start of integration of Erwann Chenede's multihead work from the | Owen Taylor | 2002-04-25 | 1 | -0/+49 |
* | fix typo in ChangeLog | Kristian Rietveld | 2002-04-25 | 1 | -1/+1 |
* | Fixes #74206. | Kristian Rietveld | 2002-04-25 | 1 | -0/+13 |
* | make the search dialog not scroll horizontally (prolly fixes #74806). | Kristian Rietveld | 2002-04-25 | 1 | -0/+5 |
* | Avoid a possible division by zero. (#77820) | Matthias Clasen | 2002-04-25 | 1 | -0/+5 |
* | use the child's requisition.height, not allocation.height, as width of | Soeren Sandmann | 2002-04-25 | 1 | -0/+6 |
* | resort if we're already in 'unsorted' state, and update the docs | Kristian Rietveld | 2002-04-24 | 1 | -0/+5 |
* | Remove GTK_OBJECT_CONNECTED. | Matthias Clasen | 2002-04-24 | 1 | -0/+5 |
* | temporarily set ->priv->edited_column to NULL. Pleas read the comment in | Kristian Rietveld | 2002-04-24 | 1 | -0/+6 |
* | Improve docs. (#62359) | Matthias Clasen | 2002-04-23 | 1 | -0/+5 |
* | This commit adds a cell_background property for cell renderers. With this | Kristian Rietveld | 2002-04-23 | 1 | -1/+19 |
* | Update ChangeLog | Anders Carlsson | 2002-04-22 | 1 | -1/+2 |
* | Use gtk_entry_get_public_chars. Fixes #79532. | Anders Carlsson | 2002-04-22 | 1 | -0/+6 |
* | This commit adds stock icon functionality to GtkCellRendererPixbuf which | Kristian Rietveld | 2002-04-22 | 1 | -0/+14 |
* | Save x and y in window_private. | Alexander Larsson | 2002-04-21 | 1 | -0/+9 |