- 31 Jul, 2007 3 commits
-
-
Richard Hult authored
2007-07-31 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_get_geometry): Implement, fixes bug #405868. Based on patch from metz81@web.de. svn path=/trunk/; revision=18560
-
Xan Lopez authored
2007-07-31 Xan Lopez <xan@gnome.org> * gtk/gtkentry.c (gtk_entry_completion_key_press): reset the completion prefix on Enter too, plug potential leak. Follow-up to #458298 svn path=/trunk/; revision=18559
-
Matthias Clasen authored
2007-07-31 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (gtk_tooltip_init): Make the label wrap, for compatibility with the old tooltips code. This fixes absurdly long tooltips in the color selector. svn path=/trunk/; revision=18558
-
- 30 Jul, 2007 2 commits
-
-
Kristian Rietveld authored
2007-07-30 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix documentation. (#461225, Murray Cumming). svn path=/trunk/; revision=18557
-
Emmanuele Bassi authored
2007-07-29 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooser.c: Add documentation for properties and fix the deprecation marker for the show-numbers accessor functions (Murray Cumming). * gtk/gtkrecentchooser.h: Add deprecation guards around gtk_recent_chooser_set_show_numbers() and gtk_recent_chooser_get_show_numbers(), as promised during last development cycle. svn path=/trunk/; revision=18556
-
- 29 Jul, 2007 1 commit
-
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=18555
-
- 27 Jul, 2007 5 commits
-
-
Inaki Larranaga Murgoitio authored
2007-07-27 Inaki Larranaga Murgoitio <dooteo@zundan.com> * eu.po: Updated Basque translation. svn path=/trunk/; revision=18552
-
Attilio Fiandrotti authored
svn path=/trunk/; revision=18549
-
Inaki Larranaga Murgoitio authored
2007-07-27 Inaki Larranaga Murgoitio <dooteo@zundan.com> * eu.po: Updated Basque translation. svn path=/trunk/; revision=18548
-
Michael Natterer authored
2007-07-27 Michael Natterer <mitch@imendio.com> Fix check/radio indicator drawing mess (bug #452225): * gtk/gtkstyle.c (gtk_default_draw_check): really decrease the indicator size by one to ensure odd size (don't say -= -1). * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render): removed -1 adjustment from calls to gtk_paint_option(). Theme engines now get the actually configured size passed, not one pixel less. * gtk/gtkcellrenderertoggle.c * gtk/gtkcheckmenuitem.c: changed default indicator size from 12 to 13 so all widgets which draw check/option indicators have the same default size now (and render the same size after above changes). * README.in: mention above changes in the release notes. svn path=/trunk/; revision=18547
-
Wouter Bolsterlee authored
2007-07-27 Wouter Bolsterlee <wbolster@svn.gnome.org> * Makefile.am: Include ChangeLog.pre-2-10 in tarballs as well (seems to be forgotten). svn path=/trunk/; revision=18546
-
- 25 Jul, 2007 3 commits
-
-
Matthias Clasen authored
2007-07-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (_gtk_tooltip_handle_event): Call gtk_tooltip_hide_tooltip() even if the tooltip is not visible yet. This fixes annoying dangling tooltips on systray icons. svn path=/trunk/; revision=18544
-
Alexander Larsson authored
2007-07-25 Alexander Larsson <alexl@redhat.com> * xdgmimealias.h: * xdgmimecache.h: * xdgmimeparent.h: Mark more internal symbols for prefixing svn path=/trunk/; revision=18543
-
Matthias Clasen authored
svn path=/trunk/; revision=18541
-
- 24 Jul, 2007 7 commits
-
-
Matthias Clasen authored
2007-07-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenutoolbutton.c: Remove obsolete set-tooltip handler. (#458280, Christian Persch) svn path=/trunk/; revision=18540
-
Matthias Clasen authored
2007-07-24 Matthias Clasen <mclasen@redhat.com> * gtkcolorsel.c: * gtkfilechooserdefault.c: * gtkpagesetupunixdialog.c: * gtkprintunixdialog.c: Port to use new tooltips API. (#451397, Jan Arne Petersen) svn path=/trunk/; revision=18539
-
Tor Lillqvist authored
2007-07-24 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (update_keymap): Cosmetic changes. svn path=/trunk/; revision=18538
-
Priit Laes authored
2007-07-24 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=18537
-
Matthias Clasen authored
2007-07-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenubar.c (window_key_press_handler): * gtk/gtkmenu.c (gtk_menu_key_press): Restructure the code to make sense, and don't leak an empty accel. (#459515, Owen Taylor) svn path=/trunk/; revision=18535
-
Matthias Clasen authored
2007-07-23 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (gtk_tooltip_set_custom): Protect against recursion via gtk_container_remove(). (#459561, Christian Persch) (gtk_tooltip_window_hide): Simplify. svn path=/trunk/; revision=18534
-
Matthias Clasen authored
2007-07-23 Matthias Clasen <mclasen@redhat.com> * tests/testtooltips.c: Add code to test gtk_tooltip_set_custom() svn path=/trunk/; revision=18533
-
- 23 Jul, 2007 5 commits
-
-
2007-07-23 Christian Persch <chpe@gnome.org> * tests/testtooltips.c: (query_tooltip_tree_view_cb): Remove obsolete code. Bug #459566. svn path=/trunk/; revision=18531
-
Matthias Clasen authored
svn path=/trunk/; revision=18530
-
Matthias Clasen authored
2007-07-23 Matthias Clasen <mclasen@redhat.com> * configure.in: Dectect if cups allows access to the http_t authstring field. * modules/printbackends/cups/gtkcupsutils.c: Rely on the HAVE_HTTP_AUTHSTRING define done by configure. svn path=/trunk/; revision=18527
-
Emmanuele Bassi authored
2007-07-23 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentchooserdefault.c: Port the GtkRecentChooser default implementation widget to the new tooltips API, and make it look like the GtkFileChooser widget in recent files mode (move the full path from the widget to a tooltip on the row) to improve consistency. * gtk/gtkrecentchoosermenu.c: Port the GtkRecentChooserMenu widget to the new tooltips API. * tests/testrecentchooser.c: * tests/testrecentchoosermenu.c: Exercise the tooltips code paths. svn path=/trunk/; revision=18526
-
Sunil Mohan Adapa authored
2007-07-23 Sunil Mohan Adapa <sunilmohan@gnu.org.in> * te.po: Updated Telugu translation, fixes Bug #355842. svn path=/trunk/; revision=18525
-
- 22 Jul, 2007 2 commits
-
-
Ross Burton authored
2007-07-22 Ross Burton <ross@openedhand.com> * gtk/gtkscrolledwindow.c: Correctly redraw when gtk-scrolled-window-placement is changed after the widget is realised (#458102) svn path=/trunk/; revision=18523
-
Matthias Clasen authored
svn path=/trunk/; revision=18522
-
- 21 Jul, 2007 7 commits
-
-
Gabor Kelemen authored
2007-07-21 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated. svn path=/trunk/; revision=18521
-
Matthias Clasen authored
2007-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltips.[hc]: Rename the tips_data_list field back. (#447214) svn path=/trunk/; revision=18520
-
Matthias Clasen authored
svn path=/trunk/; revision=18519
-
Takeshi AIHANA authored
2007-07-21 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=18518
-
Takeshi AIHANA authored
2007-07-21 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=18517
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=18516
-
Theppitak Karoonboonyanan authored
* th.po: Updated Thai translation. svn path=/trunk/; revision=18515
-
- 20 Jul, 2007 5 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=18513
-
Matthias Clasen authored
2007-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (gtk_tooltip_position): Don't pop up under the cursor. svn path=/trunk/; revision=18512
-
Matthias Clasen authored
2007-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c (make_directory_button): Don't leak a label. (#455901, Christian Persch, Vincent Geddes) svn path=/trunk/; revision=18511
-
Matthias Clasen authored
2007-07-20 Matthias Clasen <mclasen@redhat.com> Apply a patch by Emmanuele Bassi to limit the number of shown recent files. (#439715) * gtk/gtksettings.c: Add a setting for the number of recent files to display by default. * gtk/gtkrecentchooserdefault.c: * gtk/gtkfilechooserdefault.c: Respect the limit. * gtk/gtkrecentmanager.c: Remove the poll timeout in dispose, and do not stat more often than every 5 seconds. * gtk/gtkrecentchooserutils.c: * gtk/gtkrecentchoosermenu.c: Cleanups * tests/testrecentchoosermenu.c: Test limits. svn path=/trunk/; revision=18510
-
Matthias Clasen authored
svn path=/trunk/; revision=18509
-