2006-08-29 18:38:59 +00:00
|
|
|
2006-08-29 Emmanuele Bassi <ebassi@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentchoosermenu.c
|
2006-08-29 18:51:16 +00:00
|
|
|
(gtk_recent_chooser_menu_set_current_uri): Break when an item
|
2006-08-29 18:38:59 +00:00
|
|
|
is found and activated. (#353449, based on a patch by Jan Arne
|
|
|
|
Petersen)
|
|
|
|
|
2006-08-29 10:22:27 +00:00
|
|
|
Fri Jul 14 16:13:37 2006 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkprogressbar.c: introduced ::xspacing and ::yspacing style
|
|
|
|
properties which make all hardcoded padding and spacing values
|
|
|
|
configurable. properly swap ::text-xalign treatment for RTL widgets.
|
|
|
|
|
|
|
|
* gtk/gtkprogress.c: fixed style property blurbs. made alignment
|
|
|
|
proeprty more consistent with GtkMisc alignment blurbs. mention
|
|
|
|
RTL treatment for text-xalign.
|
|
|
|
|
2006-08-29 10:01:02 +00:00
|
|
|
Tue Aug 29 11:57:40 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* tests/testgtk.c: allow (most) windows to be resizable.
|
|
|
|
added ellipsization settings to progress bars.
|
|
|
|
|
2006-08-28 18:03:44 +00:00
|
|
|
2006-08-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* modules/printbackend/cups/gtkprintbackendcups.c: Use a
|
|
|
|
resonable timeout of 3 seconds when polling for printer
|
|
|
|
list updates, instead of 300000 seconds...
|
|
|
|
|
2006-08-28 16:14:42 +00:00
|
|
|
2006-08-28 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktextbufferserialize.c (serialize_text): don't write out
|
|
|
|
</apply_tag> for tags that have already been closed by the logic
|
|
|
|
which turns overlapping spans into XML-able trees. Fixes broken
|
|
|
|
XML when there are overlapping tags in the buffer. Also free two
|
|
|
|
leaked GLists and did some cleanup.
|
|
|
|
|
|
|
|
* tests/Makefile.am
|
|
|
|
* tests/testrichtext.c: new test which creates randomly tagged
|
|
|
|
GtkTextBuffers and serializes/deserializes them.
|
|
|
|
|
2006-08-26 06:15:40 +00:00
|
|
|
2006-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-08-26 06:26:35 +00:00
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data):
|
|
|
|
Don't leak pixbufs. (#352264, Ross Burton)
|
|
|
|
|
2006-08-26 06:15:40 +00:00
|
|
|
* gtk/gtklinkbutton.c (set_link_underline): Don't leak
|
|
|
|
PangoAttributes. (#352391, Paolo Borelli)
|
|
|
|
|
2006-08-26 00:27:11 +00:00
|
|
|
2006-08-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-08-26 01:17:17 +00:00
|
|
|
* demos/gtk-demo/Makefile.am:
|
|
|
|
* demos/gtk-demo/textscroll.c: Add an example of automatic
|
|
|
|
scrolling, thanks to Yevgen Muntyan. (#351206)
|
|
|
|
|
2006-08-26 00:27:11 +00:00
|
|
|
* gtk/gtkmodules.c (find_module): Use local binding when
|
|
|
|
loading modules. (#351868)
|
|
|
|
|
2006-08-24 19:41:40 +00:00
|
|
|
2006-08-24 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
|
|
|
|
the hostname instead of NULL.
|
|
|
|
|
2006-08-23 19:31:56 +00:00
|
|
|
2006-08-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
|
|
|
|
names and values in comboboxes, and clean up some
|
|
|
|
coding style issues.
|
|
|
|
|
2006-08-23 08:17:09 +00:00
|
|
|
2006-08-23 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2006-08-23 08:48:42 +00:00
|
|
|
* gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
|
2006-08-23 23:21:26 +00:00
|
|
|
Revert unintended translatable string addition. Use same string
|
|
|
|
in GError as in gtkfilesystemunix.c.
|
2006-08-23 08:48:42 +00:00
|
|
|
|
2006-08-23 08:17:09 +00:00
|
|
|
* gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
|
|
|
|
Fix logic at the end of strings.
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemwin32.c: Maintain a hash table of live
|
|
|
|
handles and check that we have no outstanding handles at
|
|
|
|
finalization time. (Copying what Matthias did for
|
|
|
|
gtkfilesystemunix.c)
|
|
|
|
|
2006-08-23 06:07:10 +00:00
|
|
|
2006-08-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemunix.c: Maintain a hash table
|
|
|
|
of live handles and check that we have no outstanding
|
|
|
|
handles at finalization time. (Copying what
|
|
|
|
Federico did for gtkfilesystemgnomevfs.c)
|
|
|
|
|
2006-08-23 08:17:09 +00:00
|
|
|
2007-08-22 Matthias Clasen <mclasen@redhat.com>
|
2006-08-23 03:51:48 +00:00
|
|
|
|
|
|
|
* Branch for 2.10
|
|
|
|
|