Matthias Clasen
84a9e65ca3
Allow empty passwords in GtkMountOperation
...
Allow empty passwords, since there are situations where the
backend doesn't need the password. (#578365 )
2009-04-08 12:59:10 -04:00
Michael J. Chudobiak
a15b14032e
Fixed memory leak in jasper loader
...
Bug 578290. The "data" block was allocated but not used
and not freed.
2009-04-08 10:50:30 -04:00
Dr. Michael J. Chudobiak
ea866c635b
Fixed minor memory leak on error
...
Bug 578290. Fixed a minor memory leak that occurs after a
memory allocation error. Found it using cppcheck.
2009-04-08 10:33:08 -04:00
Matthias Clasen
9eaa76e70d
Support links in licenses
...
Apply the same linkification to the license that we do for credits
in about dialogs. E.g. GTK3 contains a link. (#577789 )
2009-04-08 00:52:38 -04:00
Matthias Clasen
b037b39886
Remove a non-effective style-set handler
...
The style-set handler was supposed to set the background color of
the text views in the credits dialog, but due to a thinko it never
had any effect, unless a theme change happened while the dialog
was open. Seems best to keep the current appearance now and remove
the handler. (#577868 )
2009-04-08 00:39:22 -04:00
Matthias Clasen
b9355968fc
Improve accessibility of the print dialog
...
Add accessible name and description to the "Pages" and "At" entries,
and improve focus handling. (#577964 )
2009-04-08 00:12:54 -04:00
Matthias Clasen
45ac4f2523
Improve focus handling in the print dialog
...
Move the focus to the range entry when selecting the "Pages".
2009-04-07 23:51:52 -04:00
Matthias Clasen
954552a4cf
Fix --help output of gtk-builder-convert
2009-04-07 23:38:07 -04:00
Matthias Clasen
d89c9911f0
Avoid warnings when unrealizing a text view
...
For some reason, input methods can emit preedit-changed when a
text view is unrealized, at which point the layout has already
been cleared. (#578221 )
2009-04-07 19:28:29 -04:00
Matthias Clasen
d79a25a0db
Mention writable git location, too
2009-04-07 19:20:53 -04:00
Matthias Clasen
7e6cd2b31c
Fix a memory leak in GtkAccelGroup
...
Unref closures in accel group finalization (#577824 ).
2009-04-07 19:11:33 -04:00
Johan Dahlin
fbe7ba55ce
Convert GtkComboBox items propertly
...
If the last character is a newline, just ignore it.
This is what glade normally writes, fixes #578276 .
2009-04-07 18:04:05 -03:00
Alexander Larsson
4ecd6a0f89
Merge branch 'master' of ssh://alexl@git.gnome.org/git/gtk+
2009-04-07 19:29:19 +02:00
Björn Lindqvist
3fb6fbd801
clarify bugfix in 2.14 for gtk_expander_get_label
...
Updated documentation for gtk_expander_get_label to clarify that
it was changed in 2.14.
2009-04-07 12:54:15 -04:00
Simos Xenitellis
dec55c311b
Updated Greek translation
2009-04-07 14:50:57 +01:00
Alexander Larsson
5e0bd0c9be
Set user_time from startup_id if window realized
...
For non-realized windows we set the user_time from the startup id on
realization. However, if the window is already realized when the
startup_id is not set we currently don't, but we should. (#573922 )
2009-04-07 15:39:00 +02:00
Alexander Larsson
87459ff86c
Don't move global user time backwards
...
When setting the user_time on a specific app to something, make sure
we're not moving the global per-display user time backwards.
2009-04-07 15:37:40 +02:00
Alexander Larsson
bb093cf44c
Set errno to 0 before calling strtoul
...
We check errno for failure, so ensure its cleared first. (#573922 )
2009-04-07 15:32:16 +02:00
Claude Paroz
b5116d8eab
Updated French translation
2009-04-07 08:36:42 +02:00
Matthias Clasen
45894c9fad
Fix a GtkBuilder crash
...
Always set an error when returning FALSE from gtk_builder_value_from_string.
This fixes the crash reported in bug 532858.
2009-04-06 20:55:26 -04:00
Matthias Clasen
eeb3223802
Trivial formatting fix
2009-04-06 20:45:11 -04:00
Matthias Clasen
209af946f3
Improve gtk-builder-convert error reporting
...
Make gtk-builder-convert warn when it meets duplicate ids, since
those will not work with GtkBuilder.
2009-04-06 20:21:04 -04:00
Matthias Clasen
1a312bfa3e
Improve GtkBuilder error reporting
...
Make GtkBuilder report an error when it encounters a duplicate id,
instead of segfaulting later on
2009-04-06 20:13:35 -04:00
Jennie Petoumenou
779deb2b9d
Updated Greek translation
2009-04-06 22:00:42 +01:00
Matthias Clasen
1ad8bfb69a
Better i18n support in GtkBuilder
...
Let descriptions of accessible actions be translated, by specifying
the description as content of the <action> element, and allowing
"translatable", "context" and "comment" as attributes. (#518642 )
2009-04-06 12:12:08 -04:00
Tor Lillqvist
c338228a86
Bug 578094 - ProcessIdToSessionId needs to be declared as WINAPI
...
Patch by Shixin Zeng.
2009-04-06 15:10:35 +03:00
Christian Dywan
8ab5f5673b
Move G_END_DECLS before the #endif in gtkitemfactory.h
...
Bug 577650 – gtkitemfactory.h fails to compile
Place G_END_DECLS inside conditionals, otherwise C++ compilers
will see a closing curly bracket when including the file for
the second time.
2009-04-04 13:40:12 +02:00
Matthias Clasen
4774d9c1fd
Add a rule to generate ChangeLog
...
We use the same rule pango uses to create a ChangeLog file with
the help of git-log. The format is somewhat different from traditional
ChangeLog, but it contains the relevant information.
2009-04-03 02:00:48 -04:00
Matthias Clasen
e7b496719e
Remove generated files
...
README and INSTALL are generated files, no need to keep them
under source control.
2009-04-03 01:49:24 -04:00
Matthias Clasen
de0c9503ba
Rename ChangeLog to ChangeLog.pre-2-20
...
Rename ChangeLog to prevent old habits from luring me into adding
entries there. Also, this makes room for autogenerating a ChangeLog
at make dist.
2009-04-03 01:48:22 -04:00
Matthias Clasen
b25cfb78fc
fix slist/list confusion
...
Don't use g_list_find on a GSList in _gtk_window_set_is_toplevel
(rh#492767).
2009-04-02 10:21:15 -04:00
John Brown
923b126f1c
bgo#571374 - Add 30-bit visuals to the list of supported depths
...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2009-03-31 17:31:28 -06:00
Matthias Clasen
5ef4c2b9bd
Update README files to refer to git
...
Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.
2009-03-31 19:34:23 -04:00
Matthias Clasen
0dd7155f79
Update README files to refer to git
...
Update various README files to refer to git instead of svn.
Also discontinue ChangeLog files.
2009-03-31 18:49:48 -04:00
Manoj Kumar Giri
a33934f5d7
Added entries for Oriya language Translation updation.
...
svn path=/trunk/; revision=22596
2009-03-30 13:13:16 +00:00
Manoj Kumar Giri
eb982b2f3e
Updated Oriya Translation.
...
svn path=/trunk/; revision=22595
2009-03-30 13:12:11 +00:00
Christian Persch
3b437b016c
Bug 577224 – crash when setting new icon after setting icon in
...
2009-03-29 Christian Persch <chpe@gnome.org>
Bug 577224 – crash when setting new icon after setting icon in
gtkstatusicon
* gtk/gtkstatusicon.c: (gtk_status_icon_reset_image_data),
(gtk_status_icon_set_from_gicon): Retain a reference when setting
from a GIcon, and use g_object_unref on GIcon, not g_free.
svn path=/trunk/; revision=22594
2009-03-29 21:25:13 +00:00
Jorge Gonzalez Gonzalez
94129a4e2b
Fixed wrog string translation
...
svn path=/trunk/; revision=22593
2009-03-28 14:41:58 +00:00
Behdad Esfahbod
d21f55fe9a
Bug 437533 – Implement draw_shape PangoRenderer method
...
2009-03-27 Behdad Esfahbod <behdad@gnome.org>
Bug 437533 – Implement draw_shape PangoRenderer method
* gdk/gdkpango.c (gdk_pango_renderer_draw_shape),
(gdk_pango_renderer_class_init): Implement draw_shape
* demos/gtk-demo/rotated_text.c (fancy_shape_renderer),
(create_fancy_attr_list_for_layout), (rotated_text_expose_event),
(do_rotated_text):
1) Port to pangocairo
2) Also show a rotated label
3) Install a custom shape renderer on both. The second one goes
through gdkpango and hence tests the patch above. It's working.
svn path=/trunk/; revision=22592
2009-03-27 16:54:10 +00:00
Simos Xenitellis
4d520f241d
Updated Greek translation (Marios Zindilis)
...
svn path=/trunk/; revision=22590
2009-03-27 11:02:30 +00:00
Stefan Walter
de60fd8cfd
Use gtk_entry_xxx functions rather than using GtkEntry structure directly.
...
See bug #576801
svn path=/trunk/; revision=22589
2009-03-27 05:22:23 +00:00
Christian Dywan
e5110c50b6
Typo correction, s/hilding/holding
...
svn path=/trunk/; revision=22588
2009-03-25 22:54:10 +00:00
Paul Bolle
d7f5c0de0e
Bug 562863 - GtkVscrollbar is hardly documented
...
2009-03-25 Paul Bolle <pebolle@tiscali.nl>
Bug 562863 - GtkVscrollbar is hardly documented
* gtk/tmpl/gtkvscrollbar.sgml:
* gtk/tmpl/gtkhscrollbar.sgml: Minor tweaks.
svn path=/trunk/; revision=22587
2009-03-25 20:21:30 +00:00
Tor Lillqvist
d8ea13216c
Bug 575644 - Cygwin gail build patch
...
2009-03-25 Tor Lillqvist <tml@novell.com>
Bug 575644 - Cygwin gail build patch
* modules/other/gail/Makefile.am
* modules/other/gail/libgail-util/Makefile.am
* modules/other/gail/tests/Makefile.am: Use -no-undefined also on
Cygwin. Patch from "Cygwin ports maintainer".
svn path=/trunk/; revision=22586
2009-03-25 07:18:58 +00:00
Matthias Clasen
b6cba0b542
Remove a misleading sentence
...
svn path=/trunk/; revision=22585
2009-03-25 03:47:15 +00:00
Sven Neumann
7cfac711e2
compile fix for build with DIRECT_ENABLE_DEBUG.
...
2009-03-25 Sven Neumann <sven@gimp.org>
* gdk/directfb/gdkwindow-directfb.c
(gdk_window_directfb_process_all_updates): compile fix for build
with DIRECT_ENABLE_DEBUG.
svn path=/trunk/; revision=22583
2009-03-25 00:07:12 +00:00
Matthias Clasen
7dfb01937d
Fix get_nearest_monitor
...
svn path=/trunk/; revision=22582
2009-03-24 05:57:53 +00:00
Claudio Saavedra
e0045d59c7
Fix typos and document the GdkPixbufSimpleAnim structure.
...
2009-03-23 Claudio Saavedra <csaavedra@igalia.com>
* gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the
GdkPixbufSimpleAnim structure.
svn path=/trunk/; revision=22581
2009-03-23 08:57:30 +00:00
Hiroyuki Ikezoe
cd96bd0209
Bug 576254 - <object> requires attribute "id"
...
2009-03-23 Hiroyuki Ikezoe <poincare@ikezoe.net>
Bug 576254 - <object> requires attribute "id"
* docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to
GtkBuilder UI sample.
svn path=/trunk/; revision=22580
2009-03-22 23:09:54 +00:00
Nickolay V. Shmyrev
6b41d44670
Updated Russian translation.
...
2008-03-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=22579
2009-03-22 07:31:12 +00:00