| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 143330, support update counter spec. | Soeren Sandmann | 2004-07-11 | 1 | -0/+39 |
* | Make middle-button pasting work as expected inside the entry. (#116789, | Matthias Clasen | 2004-07-11 | 1 | -0/+5 |
* | Update clipboards. (#142805, Mikael Hallendal) | Matthias Clasen | 2004-07-11 | 1 | -0/+5 |
* | Remove clip-region computing code. Just use &paned->handle_pos. | Soeren Sandmann | 2004-07-10 | 1 | -0/+5 |
* | Fix ChangeLog | Søren Sandmann Pedersen | 2004-07-10 | 1 | -1/+1 |
* | Bug 144371 | Soeren Sandmann | 2004-07-10 | 1 | -0/+10 |
* | Updates. | Matthias Clasen | 2004-07-10 | 1 | -0/+4 |
* | Insert checks for root window. The root window is never mapped. | Soeren Sandmann | 2004-07-09 | 1 | -0/+5 |
* | Fix a warning Actually unset bg. | Soeren Sandmann | 2004-07-09 | 1 | -0/+6 |
* | Bug 113310. | Soeren Sandmann | 2004-07-09 | 1 | -0/+22 |
* | have a dummy case GDK_OWNER_CHANGE in switch statements to avoid gcc | Manish Singh | 2004-07-09 | 1 | -0/+8 |
* | Add an "override_redirect" bit. | Soeren Sandmann | 2004-07-09 | 1 | -0/+15 |
* | Fixes #137031: | Federico Mena Quintero | 2004-07-09 | 1 | -0/+17 |
* | Use the requisition of the widget instead of relying on the style drawing | Matthias Clasen | 2004-07-09 | 1 | -0/+6 |
* | Fix typo; tmp_event -> temp_event. | Federico Mena Quintero | 2004-07-09 | 1 | -0/+5 |
* | Make GtkEntry work harder to protect passwords: (#143955, Morten Welinder) | Matthias Clasen | 2004-07-09 | 1 | -0/+18 |
* | Fix some cases where style functions were not handling widget == NULL | Matthias Clasen | 2004-07-09 | 1 | -0/+5 |
* | Improve the EXPANDER_MAX warning. | Matthias Clasen | 2004-07-09 | 1 | -0/+4 |
* | Fix #139290: | Federico Mena Quintero | 2004-07-09 | 1 | -0/+49 |
* | Allow to restore the default search function. (#145365, John Finlay) | Matthias Clasen | 2004-07-08 | 1 | -0/+3 |
* | Don't leak references to the drag context. (#144324, Alex Larsson) | Matthias Clasen | 2004-07-08 | 1 | -0/+5 |
* | Stop editing when a new model is set. (#145566, Dmitry M. Shatrov) | Matthias Clasen | 2004-07-08 | 1 | -0/+5 |
* | Make sure that subpixbufs are properly aligned for | Matthias Clasen | 2004-07-08 | 1 | -0/+7 |
* | Small documentation fixes. | Matthias Clasen | 2004-07-07 | 1 | -0/+5 |
* | Forgotten file. | Matthias Clasen | 2004-07-07 | 1 | -0/+1 |
* | Support separators in combo boxes and more generally in tree views | Matthias Clasen | 2004-07-07 | 1 | -0/+40 |
* | Fix a 64bit alignment issue. (#144302, Sunil) | Matthias Clasen | 2004-07-07 | 1 | -0/+5 |
* | gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text) | Tor Lillqvist | 2004-07-07 | 1 | -0/+56 |
* | Add stock_file_16.png, stock_file_24.png, stock_directory_16.png and | Matthias Clasen | 2004-07-06 | 1 | -0/+10 |
* | Fix for #136496, Pawel Salek: | Jonathan Blandford | 2004-07-06 | 1 | -0/+10 |
* | Make sure private->monitor_num is a valid monitor number before using it. | Matthias Clasen | 2004-07-06 | 1 | -0/+6 |
* | Improve positioning of keyboard-activated menus with Xinerama. | Matthias Clasen | 2004-07-06 | 1 | -0/+7 |
* | Only call GDK_THREADS_ENTER() / _LEAVE() when called from an idle handler. | Matthias Clasen | 2004-07-06 | 1 | -0/+6 |
* | Use the less efficient g_object_interface_find_property () instead of the | Matthias Clasen | 2004-07-06 | 1 | -0/+9 |
* | added a default method for the add virtual method of GtkContainer. | Lorenzo Gil Sanchez | 2004-07-05 | 1 | -0/+7 |
* | Use gint, not int in gtk_icon_view_set_markup_column, (Paolo Maggi) | Anders Carlsson | 2004-07-05 | 1 | -0/+7 |
* | Add an "activate_cursor_item" action signal and bind it to the return key. | Anders Carlsson | 2004-07-04 | 1 | -0/+9 |
* | Add a simple file browser based on the icon view. | Anders Carlsson | 2004-07-04 | 1 | -0/+17 |
* | gtk/gtkiconview.c Add GtkIconView to the build, remove debugging output. | Anders Carlsson | 2004-07-04 | 1 | -0/+7 |
* | Fix off-by-one error. GDate month is one-based and GtkCalendar month is | Matthias Clasen | 2004-07-04 | 1 | -0/+7 |
* | Don't crash if somebody tries to move a node after itself in a list of | Matthias Clasen | 2004-07-04 | 1 | -0/+6 |
* | Fix links to www.freedesktop.org. (#145210, Billy Biggs) | Matthias Clasen | 2004-07-04 | 1 | -0/+6 |
* | Reset current_width and current_height to 0 when ending the embedding. | Matthias Clasen | 2004-07-03 | 1 | -0/+6 |
* | Let the cursor move to the right end of the entry text, even if it ends in | Matthias Clasen | 2004-07-03 | 1 | -0/+6 |
* | Unset the displayed row when unsetting the model. (#138560, Christian | Matthias Clasen | 2004-07-03 | 1 | -0/+10 |
* | Properly align mask and pixbuf if a subarea is exposed. (#135423, fix by | Matthias Clasen | 2004-07-03 | 1 | -0/+5 |
* | Add scroll events to the event mask, set a scroll_event handler. Handle | Matthias Clasen | 2004-07-03 | 1 | -0/+7 |
* | Make sure we check for a NULL model first. | Anders Carlsson | 2004-07-02 | 1 | -0/+5 |
* | Fix win32 build problem w/o wintab. Fixed #145242 | J. Ali Harlow | 2004-07-01 | 1 | -0/+5 |
* | Use g_return_if_fail to make sure that the model is a GtkTreeModel. | Anders Carlsson | 2004-06-30 | 1 | -0/+5 |