| Commit message (Expand) | Author | Age | Files | Lines |
* | Use <multimon.h> when compiling with MSVC and old headers. (#126933, John | Tor Lillqvist | 2003-12-08 | 1 | -0/+5 |
* | === Released 2.3.1 === | Owen Taylor | 2003-12-08 | 1 | -7/+32 |
* | Based on a patch by Martin Kretzschmar; #122448 | Michael Meeks | 2003-12-08 | 1 | -4/+20 |
* | Don't crash if icon_theme_builtin_icons hasn't been initialized. (#128726, | Matthias Clasen | 2003-12-07 | 1 | -0/+6 |
* | Don't use the return value from SendMessage(WM_SETICON). That is the old | Tor Lillqvist | 2003-12-07 | 1 | -0/+4 |
* | If we already have a pointer grab active with a grab cursor set, destroy | Tor Lillqvist | 2003-12-07 | 1 | -0/+6 |
* | Added Thai (th) translation. Added Thai (th) to ALL_LINGUAS. | Paisa Seeluangsawat | 2003-12-06 | 1 | -0/+4 |
* | Implement RTL flipping for GtkAlignment. (#127585) | Matthias Clasen | 2003-12-06 | 1 | -0/+5 |
* | Fix the position of the popup window when in RTL mode. (#127578) | Matthias Clasen | 2003-12-06 | 1 | -0/+5 |
* | Applied patch from Ross McFarland <rwmcfa1@neces.com>, initialize *count_p | Manish Singh | 2003-12-05 | 1 | -0/+6 |
* | Implement RTL flipping for GtkViewport: Adjust the "gravity" when resizing | Matthias Clasen | 2003-12-05 | 1 | -0/+18 |
* | Allow gtk_label_set_attributes() take NULL. See bug #128517. | Mark McLoughlin | 2003-12-04 | 1 | -0/+5 |
* | Removed the in_change flag. (completion_idle_callback): Use a temporary | Federico Mena Quintero | 2003-12-04 | 1 | -0/+9 |
* | Decouple impl->current_folder from the selection in the folder tree. This | Federico Mena Quintero | 2003-12-02 | 1 | -0/+15 |
* | Remove duplicate declaration of gtk_icon_source_set_icon_name(). (#Jeff | Matthias Clasen | 2003-12-02 | 1 | -0/+5 |
* | Patch from Hans-Petter Jansson <hpj@ximian.com> to align the bookmarks | Federico Mena Quintero | 2003-12-01 | 1 | -0/+9 |
* | Set the shortcuts tree as a drag destination. | Federico Mena Quintero | 2003-12-01 | 1 | -0/+13 |
* | return TRUE if there are disappearing placeholders that are still visible. | Soeren Sandmann | 2003-11-30 | 1 | -0/+12 |
* | Patch from <chinen@jp.ibm.com> to handle RTL support for column resizers, | Jonathan Blandford | 2003-11-29 | 1 | -0/+7 |
* | Don't use freed memory. (#127698, Taavi Talvik) | Matthias Clasen | 2003-11-27 | 1 | -0/+5 |
* | Remove debug g_print()s. | Matthias Clasen | 2003-11-27 | 1 | -0/+4 |
* | Remove debug define. | Matthias Clasen | 2003-11-27 | 1 | -0/+4 |
* | allow accel activation depending on sensitivity and the attach widget. | Tim Janik | 2003-11-27 | 1 | -0/+14 |
* | Don't show accelerators in popup menus. (#127227)ChangeLog | Matthias Clasen | 2003-11-24 | 1 | -0/+5 |
* | start 2.x Section 4 updates | GMT 2003 Tony Gale | 2003-11-24 | 1 | -0/+4 |
* | Make this function take a GtkRadioToolButton instead of a GtkWidget. | Soeren Sandmann | 2003-11-24 | 1 | -0/+7 |
* | remove variables in_dnd and leaving_dnd | Soeren Sandmann | 2003-11-24 | 1 | -0/+4 |
* | remove variable n_overflowed_menu_items_when_dnd_started | Soeren Sandmann | 2003-11-24 | 1 | -0/+5 |
* | Rework sliding algorithm. - No more weird jumping when items are dragged | Soeren Sandmann | 2003-11-24 | 1 | -0/+28 |
* | Make tooltip positioning Xinerama-aware. (#127332) | Matthias Clasen | 2003-11-23 | 1 | -0/+5 |
* | Make monitor boundaries visible in fake Xinerama mode. | Matthias Clasen | 2003-11-21 | 1 | -0/+5 |
* | cast to GTK_WIDGET() for the gtk_widget_hide() call. | Manish Singh | 2003-11-20 | 1 | -0/+6 |
* | Patch from David Hampton to fix sorting on booleans. | Jonathan Blandford | 2003-11-20 | 1 | -0/+5 |
* | Use gtk_widget_is_focus() instead of GTK_WIDGET_HAS_FOCUS. (#122327, Owen | Soeren Sandmann | 2003-11-20 | 1 | -0/+6 |
* | Update Section 3 to 2.x | GMT 2003 Tony Gale | 2003-11-20 | 1 | -0/+4 |
* | Fixes to problems reported by Iain Holmes: | Federico Mena Quintero | 2003-11-19 | 1 | -0/+11 |
* | move function to a somewhat more logical place, | Kristian Rietveld | 2003-11-19 | 1 | -0/+6 |
* | always resize the popup when it is visible, popdown when there are less | Kristian Rietveld | 2003-11-19 | 1 | -0/+13 |
* | Turn off the dialog's separator (thanks to Iain Holmes). | Federico Mena Quintero | 2003-11-19 | 1 | -0/+15 |
* | set to 200 instead of 225 Impose a minimum width on items that have a | Soeren Sandmann | 2003-11-19 | 1 | -0/+12 |
* | Added a render_icon virtual method. | Federico Mena Quintero | 2003-11-19 | 1 | -0/+18 |
* | Call gtk_widget_hide(menu) when reattaching the menu. (#126057) | Matthias Clasen | 2003-11-19 | 1 | -0/+5 |
* | only unselect all items if the treeview has focus. (Fixes bug reported by | Kristian Rietveld | 2003-11-18 | 1 | -0/+6 |
* | the total number of actions is "matches + actions - 1". (Fixes #126572). | Kristian Rietveld | 2003-11-18 | 1 | -0/+5 |
* | fix mem leaks (#119435). | Christian Persch | 2003-11-18 | 1 | -0/+5 |
* | don't try to fetch the child back, since we do know that it is already | Kristian Rietveld | 2003-11-18 | 1 | -0/+6 |
* | Fixes based on comments from Owen Taylor, #125264. | Kristian Rietveld | 2003-11-18 | 1 | -0/+31 |
* | gdk-pixbuf/Makefile.am Use install-data-hook for gdk-pixbuf.loaders and | Manish Singh | 2003-11-18 | 1 | -0/+9 |
* | Fix for #119555, Peter Zelesny: | Matthias Clasen | 2003-11-17 | 1 | -0/+10 |
* | Only activate if the action is sensitive. (#127187, Christian Persch) | Matthias Clasen | 2003-11-17 | 1 | -0/+5 |