Matthias Clasen
9a4ec3526d
Fix doc typo. ( #314921 , Guillaume Cottenceau)
...
2005-09-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
typo. (#314921 , Guillaume Cottenceau)
2005-09-01 13:10:55 +00:00
Matthias Clasen
94eec04267
Intern some more strings.
...
2005-09-01 Matthias Clasen <mclasen@redhat.com>
* gdk/*.c: Intern some more strings.
* gtk/gtkintl.h:
* gtk/*.c: Define an I_() macro and use it instead of the
bulky g_intern_static_string().
2005-09-01 05:11:46 +00:00
Matthias Clasen
f4bbe8f0de
Also intern static strings passed to g_object_set_data()
2005-08-31 17:58:55 +00:00
Matthias Clasen
c09cc89317
Intern type names in code generated by glib-mkenums, too.
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gdk/Makefile.am:
* gtk/Makefile.am: Intern type names in code generated by
glib-mkenums, too.
* gtk/*.c:
* gdk/x11/*.c:
* gdk/*.c: Intern type names before registering the type to avoid
unnecessary copies.
2005-08-31 16:53:43 +00:00
Matthias Clasen
f55cffb074
Intern type names before registering the type to avoid unnecessary copies.
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* io-ani-animation.c (gdk_pixbuf_ani_anim_iter_get_type)
(gdk_pixbuf_ani_anim_get_type):
* io-gif-animation.c (gdk_pixbuf_gif_anim_get_type)
(gdk_pixbuf_gif_anim_iter_get_type):
* gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_type):
* gdk-pixbuf.c (gdk_pixbuf_get_type):
* gdk-pixbuf-animation.c (gdk_pixbuf_animation_get_type):
Intern type names before registering the type to avoid
unnecessary copies.
2005-08-31 15:18:41 +00:00
Matthias Clasen
476e138db0
Intern type names before registering the type to avoid unnecessary copies.
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_get_type):
* gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type):
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_impl_x11_get_type):
* gdk/x11/gdkkeys-x11.c (gdk_keymap_x11_get_type):
* gdk/x11/gdkinput.c (gdk_device_get_type):
* gdk/x11/gdkimage-x11.c (gdk_image_get_type):
* gdk/x11/gdkgc-x11.c (_gdk_gc_x11_get_type):
* gdk/x11/gdkdrawable-x11.c (_gdk_drawable_impl_x11_get_type):
* gdk/x11/gdkdnd-x11.c (gdk_drag_context_get_type):
* gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type):
* gdk/x11/gdkcolor-x11.c (gdk_colormap_get_type):
* gdk/gdkwindow.c (gdk_window_object_get_type):
* gdk/gdkscreen.c (gdk_screen_get_type):
* gdk/gdkrectangle.c (gdk_rectangle_get_type):
* gdk/gdkpixmap.c (gdk_pixmap_get_type):
* gdk/gdkkeys.c (gdk_keymap_get_type):
* gdk/gdkfont.c (gdk_font_get_type):
* gdk/gdkevents.c (gdk_event_get_type):
* gdk/gdkdraw.c (gdk_drawable_get_type):
* gdk/gdkdisplaymanager.c (gdk_display_manager_get_type):
* gdk/gdkdisplay.c (gdk_display_get_type):
* gdk/gdkcursor.c (gdk_cursor_get_type):
* gdk/gdkcolor.c (gdk_color_get_type): Intern type names before
registering the type to avoid unnecessary copies.
2005-08-31 15:14:26 +00:00
Matthias Clasen
0483aa6340
Undeprecate gtk_toolbar_set_icon_size(), and add icon-size and
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
and add icon-size and icon-size-set properties. (#314172 )
2005-08-31 05:19:56 +00:00
Alexander Shopov
f9a1667088
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2005-08-31 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
2005-08-31 05:10:46 +00:00
Matthias Clasen
05d3aa82d7
Inherit window groups across transient parents. ( #312918 , Christian
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
groups across transient parents. (#312918 , Christian Persch)
2005-08-31 04:41:45 +00:00
Matthias Clasen
278873e4b7
Some documentation fixes. ( #314882 , Guillaume Cottenceau)
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreemodel.c: Some documentation fixes. (#314882 ,
Guillaume Cottenceau)
2005-08-31 04:17:46 +00:00
Matthias Clasen
4713960f08
Fix a typo in the docs. ( #314878 , Guillaume Cottenceau)
...
2005-08-31 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
Fix a typo in the docs. (#314878 , Guillaume Cottenceau)
2005-08-31 04:01:40 +00:00
Baris Cicek
e44e919113
Added kurdish translation
2005-08-30 22:06:40 +00:00
Matthias Clasen
fc8d9dc2bd
Add key bindings to make C-/ select all and C-\ unselect all. ( #309301 ,
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
make C-/ select all and C-\ unselect all. (#309301 ,
Kathy Fernandez)
2005-08-30 18:38:17 +00:00
Matthias Clasen
37df0b0172
Change the compose sequence for soft hyphen to be
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontextsimple.c: Change the compose sequence for
soft hyphen to be multi_key-minus-minus-space, and add
compose sequences multi_key-minus-minus-period and
multi_key-minus-minus-minus for en dash and em dash.
(#172653 , Christian Lohmaier)
2005-08-30 17:29:28 +00:00
Matthias Clasen
a4b3c35828
Make this work again.
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gdk-pixbuf-io.c (format_check): Make this work again.
2005-08-30 16:55:49 +00:00
Matthias Clasen
cc39b38159
Fix some unused code. ( #313946 , Christian Persch)
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
code. (#313946 , Christian Persch)
2005-08-30 16:09:03 +00:00
Matthias Clasen
0aa27306aa
Add a cast to avoid compiler warnings.
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* io-png.c (png_save_to_callback_write_func): Add a cast
to avoid compiler warnings.
* pixops/timescale.c (main): Declare src_buf, dest_buf as
unsigned to avoid compiler warnings.
* gdk-pixbuf-io.h: Declare the prefix and mask members of
GdkPixbufModulePattern as char*, to avoid compiler warnings.
* io-ani.c (ani_load_chunk): Use g_try_new() in some places.
2005-08-30 15:07:12 +00:00
Matthias Clasen
4a481c6d87
Another fix for the default value of the "ui" property.
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
fix for the default value of the "ui" property.
2005-08-30 14:11:50 +00:00
Matthias Clasen
7ee4ea8719
Add functions which look for text, image or uri targets in an array of
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkselection.h:
* gtk/gtkselection.c: Add functions which look for text, image
or uri targets in an array of atoms. (#314089 , Mark Wielaard)
2005-08-30 05:42:37 +00:00
Matthias Clasen
62c23bec25
Forgotten ChangeLog
2005-08-30 05:08:35 +00:00
Matthias Clasen
60d6b85399
Add gtk_window_[sg]et_deletable. Add
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Add gtk_window_[sg]et_deletable.
Add gtk_selection_data_targets_include_uri.
2005-08-30 05:06:36 +00:00
Matthias Clasen
adb16c5b89
Add a deletable property with getter and setter, to control the close
...
2005-08-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkwindow.h:
* gtk/gtkwindow.c: Add a deletable property with getter
and setter, to control the close button in the window
frame. (#59718 , Havoc Pennington)
2005-08-30 04:46:09 +00:00
Matthias Clasen
6681ce0dd6
Add C-n/C-p/C-f/C-b as alternatives to the arrow keys for menu navigation.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
to the arrow keys for menu navigation. (#162825 , Carl Worth)
2005-08-30 03:52:56 +00:00
Matthias Clasen
a8bbf97a30
More typo fixes
2005-08-29 23:52:32 +00:00
Matthias Clasen
5b59e80fcc
Fix typos
2005-08-29 23:48:49 +00:00
Jens Seidel
4ff1133fef
Typo corrections
2005-08-29 21:40:22 +00:00
Jens Seidel
262b86a6bd
Typo corrections
2005-08-29 21:40:14 +00:00
Matthias Clasen
1c5ff52040
Add a long description.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkstatusicon.sgml: Add a long description.
2005-08-29 20:24:49 +00:00
Matthias Clasen
9a9d081dad
Don't refer to nonexisting stock ids.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock):
* gtk/gtkimage.c (gtk_image_new_from_stock): Don't
refer to nonexisting stock ids.
2005-08-29 20:06:16 +00:00
Matthias Clasen
4dfca1aa6b
Construct the "Select All" menuitem from stock.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (popup_targets_received):
* gtk/gtkentry.c (popup_targets_received): Construct
the "Select All" menuitem from stock.
* gtk/stock-icons/stock_select_all_{16,24}.png:
* gtk/stock-icons/Makefile.am:
* gtk/gtkiconfactory.c:
* gtk/gtkstock.h:
* gtk/gtkstock.c: Add a "Select All" stock item. (#78545 ,
Calum Benson)
2005-08-29 20:01:28 +00:00
Matthias Clasen
5934fda153
Add a pointer to the spec.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktrayicon.c: Add a pointer to the spec.
2005-08-29 19:15:24 +00:00
Matthias Clasen
b17a4ae336
Add docs.
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon-x11.c: Add docs.
* gtk/gtkstatusicon.h: Fix a typo.
2005-08-29 19:01:42 +00:00
Matthias Clasen
60182d34db
Add a cross-platform "tray icon" API, by porting EggStatusIcon/EggTrayIcon
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
Add a cross-platform "tray icon" API, by
porting EggStatusIcon/EggTrayIcon (#105101 )
* gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
displays an icon in a notification area.
* gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
X11, using GtkTrayIcon.
* gtk/gtktrayicon.h:
* gtk/gtktrayicon.c: An implementation of the freedesktop.org
system tray specification, not public API.
* gtk/gtk.symbols: Add new exported functions.
* gtk/gtk.h: Include gtkstatusicon.h.
* gtk/Makefile.am: Add new files.
* tests/Makefile.am:
* tests/teststatusicon.c: Test for GtkStatusIcon.
2005-08-29 17:47:10 +00:00
Christopher Aillon
1299979c95
Add builtin GtkStockItems for GTK_STOCK_CONNECT and GTK_STOCK_DISCONNECT
...
2005-08-29 Christopher Aillon <caillon@redhat.com>
* gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
and GTK_STOCK_DISCONNECT
2005-08-29 17:37:53 +00:00
Matthias Clasen
d895eef63a
Use XFixesChangeSaveSet if available. ( #314682 )
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify):
Use XFixesChangeSaveSet if available. (#314682 )
2005-08-29 17:18:12 +00:00
Matthias Clasen
9eb5ea7dd3
Only cancel if the menu was active. ( #314298 , Christian Persch, analysis
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenu.c (gtk_menu_grab_notify): Only cancel if the menu
was active. (#314298 , Christian Persch, analysis by Mark McLoughlin)
2005-08-29 14:53:45 +00:00
Changwoo Ryu
e7f084dcf2
Updated Korean translation.
...
2005-08-29 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
2005-08-29 14:38:24 +00:00
Telsa Gwynne
cc8a0be886
Updated Welsh translation.
2005-08-29 12:16:11 +00:00
Matthias Clasen
97ef14b224
Remove an accidentally leftover duplicate pixbuf creation. ( #314700 ,
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
accidentally leftover duplicate pixbuf creation. (#314700 ,
Kjartan Maraas)
2005-08-29 05:06:18 +00:00
Matthias Clasen
acb9a09750
Don't leak the cursor theme name. ( #314693 , Kjartan Maraas)
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gtk/gtksettings.c (settings_update_cursor_theme): Don't
leak the cursor theme name. (#314693 , Kjartan Maraas)
2005-08-29 04:48:19 +00:00
Matthias Clasen
d5a3a61c01
Free state.children in all cases. ( #313862 , Kjartan Maraas)
...
2005-08-29 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free
state.children in all cases. (#313862 , Kjartan Maraas)
2005-08-29 04:38:52 +00:00
Evandro Fernandes Giovanini
26aaa97b22
Updated Brazilian Portuguese translation.
...
2005-08-28 Evandro Fernandes Giovanini <evandrofg@ig.com.br>
* pt_BR.po: Updated Brazilian Portuguese translation.
2005-08-28 23:14:46 +00:00
Mohammad DAMT
3dcecc1ea5
Updated Indonesian translation.
...
2005-08-28 Mohammad DAMT <mdamt@gnome.org>
* id.po: Updated Indonesian translation.
2005-08-28 19:19:38 +00:00
Francisco Javier F. Serrador
219eb77f89
Updated Spanish translation
...
005-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation
2005-08-28 17:31:36 +00:00
Francisco Javier F. Serrador
7d797c04a4
Updated Spanish translation
...
2005-08-28 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation
2005-08-28 17:28:42 +00:00
Ivan Stojmirov
98c4b44399
Updated mk translation
2005-08-28 14:56:32 +00:00
Maxim Dziumanenko
643c36ba9f
Updated Ukrainian translation.
...
2005-08-28 Maxim Dziumanenko <mvd@mylinux.ua>
* Updated Ukrainian translation.
2005-08-28 14:08:54 +00:00
Josep Puigdemont i Casamajó
a8478021b9
Updated Catalan translation.
2005-08-28 08:06:18 +00:00
Ankitkumar Rameshchandra Patel
d06203a905
Updated Translations
2005-08-28 07:54:42 +00:00
Matthias Clasen
9bbf41c731
Add new translations
2005-08-28 06:07:13 +00:00