Matthias Clasen
d03b2741ad
Trivial cleanups (bug #107664 )
2003-03-08 20:49:00 +00:00
Sven Neumann
989386a8e1
shut up CVS
2003-03-07 14:14:54 +00:00
Matthias Clasen
285a25da03
Return gboolean, not gint. ( #107664 , Morten Welinder)
...
2003-03-06 Matthias Clasen <maclas@gmx.de>
* gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint.
(#107664 , Morten Welinder)
* gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin):
* gdk/x11/gdkfont-x11.c (gdk_font_equal):
* gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display):
Fix TRUE/1 and FALSE/0 confusion. (#107664 , Morten Welinder)
* io-gif.c (gif_read): Fix 0/FALSE confusion (#107664 , Morten Welinder)
2003-03-06 20:19:11 +00:00
Matthias Clasen
ce58806c0d
Fix NULL/FALSE confusion ( #107648 , Morten Welinder)
...
2003-03-06 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextmark.c (gtk_text_mark_get_buffer):
* gtk/gtkeditable.c (gtk_editable_get_chars):
* gtk/gtkctree.c (gtk_ctree_find_node_ptr):
* demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion
(#107648 , Morten Welinder)
2003-03-06 19:49:53 +00:00
Metin Amiroff
4f44e655a4
minor changes on Azerbaijani translation.
...
2003-03-06 Metin Amiroff <metin@karegen.com>
* az.po: minor changes on Azerbaijani translation.
2003-03-06 19:22:01 +00:00
Matthias Clasen
15e99cdacd
Add deprecation guards around gtk_object_new().
2003-03-04 00:04:26 +00:00
Jonathan Blandford
557b99b732
add props
2003-03-03 21:36:13 +00:00
Jonathan Blandford
0d93b6432d
handle rtl code.
...
Sun Mar 2 23:35:57 2003 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
handle rtl code.
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto
* gtk/gtktreeview.c: (invalidate_column),
(invalidate_last_column),
(gtk_tree_view_get_real_requested_width_from_column),
(gtk_tree_view_size_allocate_columns),
(gtk_tree_view_size_allocate), (gtk_tree_view_button_press),
(gtk_tree_view_button_release_drag_column),
(gtk_tree_view_update_current_reorder),
(gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose),
(gtk_tree_view_key_press), (gtk_tree_view_header_focus),
(gtk_tree_view_get_background_xrange),
(gtk_tree_view_get_arrow_xrange),
(gtk_tree_view_is_expander_column),
(gtk_tree_view_set_column_drag_info),
(gtk_tree_view_move_cursor_left_right):
Add RTL support.
* gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an
expand flag.
* gtk/gtktreeviewcolumn.c:
(gtk_tree_view_column_class_init),
(gtk_tree_view_column_set_property),
(gtk_tree_view_column_get_property),
(gtk_tree_view_column_set_expand),
(gtk_tree_view_column_get_expand),
(gtk_tree_view_column_cell_process_action):
Add support for expand flag
2003-03-03 04:51:42 +00:00
Tor Lillqvist
770996f949
Add a bunch of missing entries. Noticed by Cedric Gustin.
...
2003-03-02 Tor Lillqvist <tml@iki.fi>
* gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric
Gustin.
2003-03-02 20:53:54 +00:00
Tor Lillqvist
ff234fcfc7
Add a bunch of missing entries. Noticed by Cedric Gustin.
...
2003-03-02 Tor Lillqvist <tml@iki.fi>
* gdk/gdk.def: Add a bunch of missing entries. Noticed by Cedric
Gustin.
2003-03-02 20:06:53 +00:00
Tor Lillqvist
45e99b52b1
Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows.
...
2003-03-02 Tor Lillqvist <tml@iki.fi>
* configure.in: Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32
conditional on Windows.
* makefile.cygwin: Remove, unmaintained and obsolete.
* Makefile.am (EXTRA_DIST): Remove here, too.
* README.win32: Update.
pixbuf:
2003-03-02 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use -no-undefined on Windows.
metal and redmond95:
2003-03-02 Tor Lillqvist <tml@iki.fi>
* Makefile.am: Use -no-undefined, and do use GTK_LIBS on Windows.
2003-03-02 02:00:50 +00:00
Matthias Clasen
656db08e10
Replace uses of gtk_object_new by g_object_new.
...
2003-03-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
(gtk_scrolled_window_set_hadjustment): Replace uses of
gtk_object_new by g_object_new.
2003-02-28 23:48:40 +00:00
Manish Singh
dd74be94c6
demos/gtk-demo/main.c demos/gtk-demo/tree_store.c gdk/x11/gdkscreen-x11.c
...
Thu Feb 27 17:44:24 2003 Manish Singh <yosh@gimp.org>
* demos/gtk-demo/main.c
* demos/gtk-demo/tree_store.c
* gdk/x11/gdkscreen-x11.c
* gtk/gtkcellrenderertoggle.c
* gtk/gtkcolorsel.c
* gtk/gtkdnd.c
* gtk/gtkeditable.c
* gtk/gtkentry.c
* gtk/gtkmenu.c
* gtk/gtkmenubar.c
* gtk/gtkmenuitem.c
* gtk/gtkmenushell.c
* gtk/gtkrc.c
* gtk/gtksettings.c
* gtk/gtkstyle.c
* gtk/gtktextbuffer.c
* gtk/gtktextview.c
* gtk/gtktreeviewcolumn.c
* tests/testgtk.c
* tests/testtext.c
* tests/testtreeedit.c
* tests/testtreefocus.c
* tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
2003-02-28 01:45:51 +00:00
Jonathan Blandford
b355dfeaf3
account for RTL code.
...
Tue Feb 25 21:55:17 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkoptionmenu.c (gtk_option_menu_position): account for RTL
code.
2003-02-26 19:36:34 +00:00
Christian Rose
1e39565cfc
Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
...
2003-02-25 Christian Rose <menthos@menthos.com>
* yi.po: Updated Yiddish translation by
Raphael Finkel <raphael@cs.uky.edu>.
2003-02-25 14:31:32 +00:00
Sven Neumann
3e1a690c4f
fixed documentation.
...
2003-02-24 Sven Neumann <sven@gimp.org>
* gtk/gtkmain.c (gtk_get_default_language): fixed documentation.
2003-02-24 20:25:30 +00:00
Matthias Clasen
d2e91a53da
Fix self-referential documenation of gtk_tree_model_get_iter_root().
...
2003-02-24 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtktreemodel.sgml: Fix self-referential documenation of
gtk_tree_model_get_iter_root(). (#106720 , Keith Sharp)
2003-02-24 19:12:34 +00:00
Roozbeh Pournader
6c0c200df4
Updated Persian translation.
...
2003-02-24 Roozbeh Pournader <roozbeh@sharif.edu>
* fa.po: Updated Persian translation.
2003-02-24 10:01:05 +00:00
Metin Amiroff
42f83e53a1
minor changes on Azerbaijani translation.
...
2003-02-22 Metin Amiroff <metin@karegen.com>
* az.po: minor changes on Azerbaijani translation.
2003-02-22 19:49:58 +00:00
Tomas Ogren
728e06103b
Fix typos in an example (ok from owen)
...
2003-02-21 Tomas Ogren <stric@ing.umu.se>
* docs/reference/gtk/tmpl/gtktreemodel.sgml: Fix typos in an example
(ok from owen)
2003-02-21 01:36:30 +00:00
Matthias Clasen
452de5d6a4
Check if line_ancestor_parent is NULL. ( #102711 , Manuel Clos)
...
2003-02-20 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextbtree.c (_gtk_text_line_previous_could_contain_tag):
Check if line_ancestor_parent is NULL. (#102711 , Manuel Clos)
* gtk/gtktextview.c (gtk_text_view_scroll_to_iter):
(gtk_text_view_update_adjustments): Make sure cursor stays visible
during horizontal scrolling. (#75270 )
2003-02-20 19:42:05 +00:00
Matthias Clasen
db0dfee6de
Always clear the initial frame and "disposed" areas with transparent
...
2003-02-20 Matthias Clasen <maclas@gmx.de>
* io-gif-animation.c (gdk_pixbuf_gif_anim_frame_composite):
Always clear the initial frame and "disposed" areas with
transparent pixels, no matter whether the frame has transparency
or not. (#55502 )
2003-02-19 23:02:03 +00:00
Matthias Clasen
16ae019e45
Replace gtk_timeout_* by their GLib counterparts. ( #106532 )
...
2003-02-19 Matthias Clasen <maclas@gmx.de>
* tests/testdnd.c: Replace gtk_timeout_* by their GLib
counterparts. (#106532 )
2003-02-19 19:42:04 +00:00
Matthias Clasen
c69d7c02d0
Associate the keys_changed virtual function with the keys_changed signal.
...
2003-02-19 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
keys_changed virtual function with the keys_changed signal.
(#106512 , Jeff Franks)
2003-02-19 19:32:10 +00:00
Pablo Gonzalo del Campo
4562f1e028
Fixed a hotkey mistake.
...
2003-02-19 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Fixed a hotkey mistake.
2003-02-19 18:15:24 +00:00
Larry Ewing
8519917be6
copy the event axes as well.
...
2003-02-15 Larry Ewing <lewing@ximian.com>
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
2003-02-18 20:14:56 +00:00
Matthias Clasen
588a0dd2b9
Auxiliary functions used to implement support for arbitrary origins.
...
2003-02-18 Matthias Clasen <maclas@gmx.de>
* io-tga.c (pixbuf_flip_row):
(pixbuf_flip_vertically): Auxiliary functions used to implement
support for arbitrary origins.
(parse_data_for_row_pseudocolor):
(parse_data_for_row_truecolor):
(parse_data_for_row_grayscale):
(parse_data_for_row):
(fill_in_context): Remove the check for upper-left origin.
(parse_rle_data): Support arbitrary origins. (#105912 )
* io-tga.c (fread_check):
(fseek_check):
(get_header_from_file):
(get_colormap_from_file):
(get_image_pseudocolor):
(swap_channels_pixbuf):
(get_image_truecolor):
(get_image_grayscale):
(gdk_pixbuf__tga_load): Remove the non-incremental load
implementation, since we have generic_image_load () now.
(gdk_pixbuf__tga_stop_load): Fix a potential crash discovered by
pixbuf-lowmem.
2003-02-18 20:12:08 +00:00
Roozbeh Poruander
d7cf371d74
Updated Persian translation.
...
2003-02-18 Roozbeh Poruander <roozbeh@sharif.edu>
* fa.po: Updated Persian translation.
2003-02-18 05:07:57 +00:00
Pablo Saratxaga
d71381cc3e
small fix
2003-02-18 00:52:23 +00:00
Mohammad DAMT
bda0ed7e5d
Added Indonesian translation Added "id" to ALL_LINGUAS
...
2003-02-17 Mohammad DAMT <mdamt@bisnisweb.com>
* po/id.po: Added Indonesian translation
* configure.in: Added "id" to ALL_LINGUAS
2003-02-17 07:51:59 +00:00
Christophe Merlet
c8ae32c072
Updated French translation.
2003-02-16 23:34:49 +00:00
Matthias Clasen
49ad2496df
Remove bogus casts.
...
2003-02-14 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (popup_targets_received): Remove bogus casts.
2003-02-14 16:37:23 +00:00
Dmitry Mastrukov
d717ae55b9
be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.
2003-02-14 12:06:01 +00:00
Matthias Clasen
64e32006e0
Actually reject images with origin not in the upper-left corner. ( #105912 )
...
2003-02-14 Matthias Clasen <maclas@gmx.de>
* io-tga.c (try_preload):
(gdk_pixbuf__tga_load): Actually reject images with origin
not in the upper-left corner. (#105912 )
2003-02-13 23:50:41 +00:00
Christian Rose
ffbf3be13e
Added "yi" to ALL_LINGUAS. Added Yiddish translation by Raphael Finkel
...
2003-02-12 Christian Rose <menthos@menthos.com>
* configure.in: Added "yi" to ALL_LINGUAS.
* yi.po: Added Yiddish translation by
Raphael Finkel <raphael@cs.uky.edu>.
2003-02-12 12:46:12 +00:00
Matthias Clasen
4b9e72c756
Fix for #82734 and #78216 :
...
2003-02-12 Matthias Clasen <maclas@gmx.de>
Fix for #82734 and #78216 :
* gtk/gtktextview.c (delete_cb):
(select_all_cb): New callbacks for context menu items.
(popup_targets_received): Add "Delete" and "Select All" to context
menu, mnemonics and title caps for all items.
* gtk/gtkentry.c (gtk_entry_delete_cb): New callback for "Delete"
context menu item.
(popup_targets_received): Add "Delete" to context menu, mnemonics
and title caps for all items.
2003-02-11 23:31:00 +00:00
Matthias Clasen
43d0d79cc0
Document that font and fontset declarations are ignored.
...
2003-02-11 Matthias Clasen <maclas@gmx.de>
* gtk/tmpl/gtkrc.sgml: Document that font and fontset declarations
are ignored.
2003-02-11 00:32:28 +00:00
Tor Lillqvist
d73fa80787
Use GetDriveType() to recognize removable drives (in order to avoid
...
2003-02-09 Tor Lillqvist <tml@iki.fi>
* gtk/gtkfilesel.c (win32_gtk_add_drives_to_dir_list): Use
GetDriveType() to recognize removable drives (in order to avoid
hanging if trying to access an empty floppy drive), instead of
hardcoding A: and B: (#105654 ).
2003-02-09 21:51:27 +00:00
Matthias Clasen
b9da30bc62
Add note about periods in names. ( #57680 )
...
2003-02-09 Matthias Clasen <maclas@gmx.de>
* gtk/gtkwidget.c (gtk_widget_set_name): Add note about periods in
names. (#57680 )
2003-02-09 21:18:37 +00:00
Christian Rose
d94b1a8056
Removed "en@IPA" from ALL_LINGUAS. Removed. It doesn't contain
...
2003-02-09 Christian Rose <menthos@menthos.com>
* configure.in: Removed "en@IPA" from ALL_LINGUAS.
* po/en@IPA.po: Removed. It doesn't contain translations anyway.
2003-02-09 13:25:25 +00:00
Pablo Gonzalo del Campo
927553cf34
Updated Spanish translation.
...
2003-02-08 Pablo Gonzalo del Campo <pablodc@bigfoot.com>
* es.po: Updated Spanish translation.
2003-02-09 02:30:45 +00:00
Fatih Demir
65d8a494a8
Updated
2003-02-08 22:08:40 +00:00
Tim Janik
10d67ceb23
remove quark_user_data usage in gtk_object_{g|s}et_user_data(). fixes
...
Fri Feb 7 04:49:46 2003 Tim Janik <timj@gtk.org>
* gtk/gtkobject.c: remove quark_user_data usage in
gtk_object_{g|s}et_user_data(). fixes get_user_data()
returning NULL for user_data set through property interface.
* gtk/gtkitemfactory.c (gtk_item_factory_create_item): don't put out
warnings if a pixbuf couldn't be retrieved, since (a) this doesn't
need to be a programming error (in case of loaded data), (b) it breaks
with 2.0 behaviour where extra magic could be used to create empty
images. don't attempt to retrieve pixbufs from NULL extra_data.
2003-02-07 03:53:20 +00:00
Matthias Clasen
f683ed9a0a
Better error message if module_open() fails. ( #105349 , Tim Mooney)
...
2003-02-06 Matthias Clasen <maclas@gmx.de>
* queryloaders.c (query_module): Better error message if
module_open() fails. (#105349 , Tim Mooney)
2003-02-06 19:31:46 +00:00
Matthias Clasen
d566e483b6
Return a GdkVisual *, not a GdkVisual **. ( #105243 )
...
2003-02-06 Matthias Clasen <maclas@gmx.de>
* gdk/x11/gdkvisual-x11.c (gdk_visual_get_best_with_depth): Return
a GdkVisual *, not a GdkVisual **. (#105243 )
2003-02-06 19:18:20 +00:00
Matthias Clasen
b414adc897
Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated
...
GLib counterparts. Fully deprecate gtk_timeout_* and gtk_idle_*.
2003-02-05 23:48:11 +00:00
Christian Rose
5fbf845d5c
Some fixes for problems catched in translation review.
...
2003-02-05 Christian Rose <menthos@menthos.com>
* sv.po: Some fixes for problems catched in translation review.
2003-02-05 11:23:42 +00:00
Abel Cheung
f9ace40d17
Updated traditional Chinese translation.
...
2003-02-04 Abel Cheung <maddog@linux.org.hk>
* zh_TW.po: Updated traditional Chinese translation.
2003-02-04 03:31:27 +00:00
Matthias Clasen
ee52dc8567
# doesn't work here, add links manually. ( #104991 )
...
2003-02-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-docs.sgml:
* gtk/question_index.sgml: # doesn't work here, add links
manually. (#104991 )
2003-02-02 22:24:48 +00:00
GMT 2003 Tony Gale
69e1366667
cleanups from Sebastian Rittau ( #104832 )
...
Sun Feb 2 16:45:57 GMT 2003 Tony Gale <gale@gtk.org>
* docs/tutorial/gtk-tut.sgml: cleanups from
Sebastian Rittau (#104832 )
2003-02-02 16:50:48 +00:00