]> Pileus Git - ~andy/gtk/log
~andy/gtk
21 years agoFix for #110165 (thanks to Arnaud Charlet):
Tor Lillqvist [Tue, 6 May 2003 21:44:55 +0000 (21:44 +0000)]
Fix for #110165 (thanks to Arnaud Charlet):

2003-05-06  Tor Lillqvist  <tml@iki.fi>

Fix for #110165 (thanks to Arnaud Charlet):

* gdk/win32/gdkevents-win32.c (build_keypress_event,
build_keyrelease_event): For unshifted control char, use
lowercase ASCII keyval.
(gdk_event_translate): Similarily, when handling WM_SYSKEYDOWN and
UP (i.e. Alt-something), if it's an unshifted ASCII letter, use
lowercase keyval. Use build_key_event_state() here, too, instead
of minor code duplication.

21 years agoDon't include strings.h, it's not needed anymore. (#112388)
Matthias Clasen [Tue, 6 May 2003 21:33:22 +0000 (21:33 +0000)]
Don't include strings.h, it's not needed anymore. (#112388)

2003-05-06  Matthias Clasen  <maclas@gmx.de>

* tests/testmultidisplay.c: Don't include strings.h, it's not
needed anymore.  (#112388)

* examples/menu/itemfactory.c:
* docs/tutorial/gtk-tut.sgml: Remove an unneeded include from the
itemfactory example.

21 years agoFix PROP_HAS_FOCUS/ PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)
Owen Taylor [Mon, 5 May 2003 22:13:31 +0000 (22:13 +0000)]
Fix PROP_HAS_FOCUS/ PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)

Tue Apr 22 15:12:19 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkwidget.c (gtk_widget_class_init): Fix PROP_HAS_FOCUS/
        PROP_IS_FOCUS confusion. (#111333, Jody Goldberg)

21 years agoImprove the docs about cross-process embedding a bit. (#112101, #112006)
Matthias Clasen [Mon, 5 May 2003 18:13:59 +0000 (18:13 +0000)]
Improve the docs about cross-process embedding a bit. (#112101, #112006)

2003-05-05  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk-docs.sgml:
* gtk/tmpl/gtksocket.sgml: Improve the docs about cross-process
embedding a bit.  (#112101, #112006)

21 years agoActually set the icon type to the stock icon type. (#111735, Dave
Matthias Clasen [Mon, 5 May 2003 18:08:10 +0000 (18:08 +0000)]
Actually set the icon type to the stock icon type. (#111735, Dave

2003-05-05  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkdnd.c (gtk_drag_source_set_icon_stock):  Actually set the
icon type to the stock icon type.  (#111735, Dave Bordoley)

21 years agoAdded sr and sr@Latn to ALL_LINGUAS. Removed sp, it's replaced by sr@Latn.
Christian Rose [Mon, 5 May 2003 08:53:25 +0000 (08:53 +0000)]
Added sr and sr@Latn to ALL_LINGUAS. Removed sp, it's replaced by sr@Latn.

2003-05-05  Christian Rose  <menthos@menthos.com>

* configure.in: Added sr and sr@Latn to ALL_LINGUAS.
Removed sp, it's replaced by sr@Latn.
* po/sr.po, po/sr@Latn.po: Added Serbian translation by
Danilo Šegan <dsegan@gmx.net>.

21 years agoRemove some accidentally committed changes.
Matthias Clasen [Thu, 1 May 2003 20:16:29 +0000 (20:16 +0000)]
Remove some accidentally committed changes.

21 years agoGTK+ 2.x updates, mainly from Gonzalo Odiard
BST 2003 Tony Gale [Wed, 30 Apr 2003 21:10:52 +0000 (21:10 +0000)]
GTK+ 2.x updates, mainly from Gonzalo Odiard

Wed Apr 30 22:09:11 BST 2003  Tony Gale <gale@gtk.org>

        * docs/faq/gtk-faq.sgml: GTK+ 2.x updates, mainly from
        Gonzalo Odiard

21 years agoUpdated Malay translation.
Hasbullah Bin Pit [Tue, 29 Apr 2003 16:26:15 +0000 (16:26 +0000)]
Updated Malay translation.

2003-04-29  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated Malay translation.

21 years agodestroy the search data iff the destroy func isn't NULL.
Jonathan Blandford [Mon, 28 Apr 2003 22:04:00 +0000 (22:04 +0000)]
destroy the search data iff the destroy func isn't NULL.

Mon Apr 28 18:03:29 2003  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_destroy): destroy the search
data iff the destroy func isn't NULL.
 ----------------------------------------------------------------------

21 years agoAccept libtool-1.5. (#111480)
Owen Taylor [Thu, 24 Apr 2003 23:54:06 +0000 (23:54 +0000)]
Accept libtool-1.5. (#111480)

Thu Apr 24 19:12:05 2003  Owen Taylor  <otaylor@redhat.com>

        * autogen.sh (have_libtool): Accept libtool-1.5. (#111480)

21 years ago Add sanity checks for GError handling. (#108345)
Matthias Clasen [Thu, 24 Apr 2003 18:51:07 +0000 (18:51 +0000)]
Add sanity checks for GError handling.  (#108345)

21 years agoAdded "am" "mk" "ta" to ALL_LINGUAS.
Abel Cheung [Wed, 23 Apr 2003 17:01:44 +0000 (17:01 +0000)]
Added "am" "mk" "ta" to ALL_LINGUAS.

2003-04-23  Abel Cheung  <maddog@linux.org.hk>

* configure.in: Added "am" "mk" "ta" to ALL_LINGUAS.

21 years agoFix capitalization of UTF-8. (#106419, Roozbeh Pournader)
Owen Taylor [Tue, 22 Apr 2003 19:36:28 +0000 (19:36 +0000)]
Fix capitalization of UTF-8. (#106419, Roozbeh Pournader)

Tue Apr 22 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkfilesel.c (open_new_dir): Fix capitalization
        of UTF-8. (#106419, Roozbeh Pournader)

21 years agoOnly check for XFT2 if we found pango-xft (#105692, Jon Nall)
Owen Taylor [Tue, 22 Apr 2003 19:22:18 +0000 (19:22 +0000)]
Only check for XFT2 if we found pango-xft (#105692, Jon Nall)

Tue Apr 22 15:17:25 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Only check for XFT2 if we found pango-xft
        (#105692, Jon Nall)

21 years agoadd note about version converage.
BST 2003 Tony Gale [Tue, 22 Apr 2003 18:44:18 +0000 (18:44 +0000)]
add note about version converage.

Tue Apr 22 19:43:01 BST 2003  Tony Gale <gale@gtk.org>

        * docs/faq/gtk-faq.sgml: add note about version converage.

21 years agoFix prototype for activate_key. (#108927, Jason D. Hildebrand)
Owen Taylor [Tue, 22 Apr 2003 18:33:45 +0000 (18:33 +0000)]
Fix prototype for activate_key. (#108927, Jason D. Hildebrand)

Mon Apr 21 19:02:16 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtksocket.c (activate_key): Fix prototype for
        activate_key. (#108927, Jason D. Hildebrand)

21 years ago*** empty log message ***
Sanlig Badral [Tue, 22 Apr 2003 16:25:19 +0000 (16:25 +0000)]
*** empty log message ***

21 years agoRemove geninclude.pl from CVS and don't dist it either, it is generated.
Owen Taylor [Mon, 21 Apr 2003 22:49:21 +0000 (22:49 +0000)]
Remove geninclude.pl from CVS and don't dist it either, it is generated.

Mon Apr 21 18:42:51 2003  Owen Taylor  <otaylor@redhat.com>

        * demos/gtk-demo/Makefile.am demos/gtk-demo/geninclude.pl:
        Remove geninclude.pl from CVS and don't dist it either,
        it is generated. (#108970, Rich Kinder)

21 years agoRemove a couple of obsolete comments, fix another comment. (#109737,
Owen Taylor [Mon, 21 Apr 2003 22:39:43 +0000 (22:39 +0000)]
Remove a couple of obsolete comments, fix another comment. (#109737,

Mon Apr 21 18:35:48 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkobject.h: Remove a couple of obsolete comments,
        fix another comment. (#109737, Britton Kerin)

21 years agoFree the source list, not just it's contents (Patch from Charles Kerr,
Owen Taylor [Mon, 21 Apr 2003 22:33:03 +0000 (22:33 +0000)]
Free the source list, not just it's contents (Patch from Charles Kerr,

Mon Apr 21 18:29:03 2003  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
        the source list, not just it's contents (Patch
        from Charles Kerr, #108243)

21 years agoPatch from Alex Larsson fixing problem with restacking during DND.
Owen Taylor [Mon, 21 Apr 2003 22:18:05 +0000 (22:18 +0000)]
Patch from Alex Larsson fixing problem with restacking during DND.

Mon Apr 21 18:13:46 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
        from Alex Larsson fixing problem with restacking during
        DND. (#108671)

21 years agoCalling XFlush() after ungrabbing, to avoid problems if the app
Owen Taylor [Mon, 21 Apr 2003 19:11:45 +0000 (19:11 +0000)]
Calling XFlush() after ungrabbing, to avoid problems if the app

Mon Apr 21 15:07:29 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.c (gdk_display_keyboard/pointer_ungrab):
        Calling XFlush() after ungrabbing, to avoid problems if
        the app subsequently blocks on a long-running operation.
        (#106520, reported by Rajkumar Siva)

21 years agoAdd SKIP_TASKBAR/SKIP_PAGER to set of properties we might set on map.
Owen Taylor [Mon, 21 Apr 2003 19:03:15 +0000 (19:03 +0000)]
Add SKIP_TASKBAR/SKIP_PAGER to set of properties we might set on map.

Fri Apr 18 17:42:45 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkwindow-x11.c (set_initial_hints): Add
        SKIP_TASKBAR/SKIP_PAGER to set of properties we
        might set on map. (#110019, problem reported
        by Loban Rahman)

21 years agoCheck for XAddConnectionWatch()/X11R6, and if found, disable XIM and use
Owen Taylor [Mon, 21 Apr 2003 01:10:06 +0000 (01:10 +0000)]
Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use

Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
        Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
        use of XAddConnectionWatch. Remove --enable-xim config option.
        Should fix building on X11R6 (#110523, Albert Chin)

21 years agoFix for the case when gdk_event_copy() is called on a non-allocated event.
Owen Taylor [Fri, 18 Apr 2003 21:24:43 +0000 (21:24 +0000)]
Fix for the case when gdk_event_copy() is called on a non-allocated event.

Fri Apr 18 17:14:33 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkevents.c (gdk_event_copy): Fix for the
        case when gdk_event_copy() is called on a non-allocated
        event. (#109716, reported by Rich Burridge)

21 years agoFix pointer arithmetic on 'void *'. (#108322)
Owen Taylor [Fri, 18 Apr 2003 20:59:49 +0000 (20:59 +0000)]
Fix pointer arithmetic on 'void *'. (#108322)

Fri Apr 18 16:57:44 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdrawable-x11.c (draw_with_images/pixmaps):
        Fix pointer arithmetic on 'void *'. (#108322)

21 years agoCheck for XAddConnectionWatch()/X11R6, and if found, disable XIM and use
Owen Taylor [Fri, 18 Apr 2003 20:53:37 +0000 (20:53 +0000)]
Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and use

Fri Apr 18 16:31:49 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in gdk/x11/gdkdisplay-x11.c modules/input/Makefile.am:
        Check for XAddConnectionWatch()/X11R6, and if found, disable XIM and
        use of XAddConnectionWatch. Remove --enable-xim config option.
        Should fix building on X11R6 (#110523, Albert Chin

21 years agoPatch from Morten Welinder to catch Sun servers with a broken
Owen Taylor [Fri, 18 Apr 2003 20:21:44 +0000 (20:21 +0000)]
Patch from Morten Welinder to catch Sun servers with a broken

Fri Apr 18 15:56:46 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]:
        Patch from Morten Welinder to catch Sun servers with a
        broken implementation of the RENDER extension. (#108309)

21 years agoUse gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi)
Owen Taylor [Fri, 18 Apr 2003 19:33:37 +0000 (19:33 +0000)]
Use gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi)

Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkwindow-x11.c (set_text_property): Use
        gdk_free_compound_text(), not g_free(). (#107643,
        Michael Zucchi)

21 years agoFix wrong use of base_finalize. (#105126, Sven Neumann)
Owen Taylor [Fri, 18 Apr 2003 19:18:27 +0000 (19:18 +0000)]
Fix wrong use of base_finalize. (#105126, Sven Neumann)

Fri Apr 18 15:11:50 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)
        gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix
        wrong use of base_finalize. (#105126, Sven Neumann)

21 years agoFix '/' vs. '*' problem in aspect ration computations. (#108237)
Owen Taylor [Fri, 18 Apr 2003 19:09:03 +0000 (19:09 +0000)]
Fix '/' vs. '*' problem in aspect ration computations. (#108237)

Fri Apr 18 15:06:00 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/gdkwindow.c (gdk_window_constrain_size): Fix
        '/' vs. '*' problem in aspect ration computations. (#108237)

21 years agoYou don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify
Owen Taylor [Fri, 18 Apr 2003 18:51:20 +0000 (18:51 +0000)]
You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify

Fri Apr 18 14:15:09 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.c (gdk_display_open):
        * gdk/x11/gdkevents-x11.c (gdk_event_translate): You
        don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify
        event, so select for both. (#108406, Egmont Koblinger)

21 years agoremove infinite loop caused by not clearing the scroll_to_path.
Jonathan Blandford [Thu, 17 Apr 2003 14:00:45 +0000 (14:00 +0000)]
remove infinite loop caused by not clearing the scroll_to_path.

Thu Apr 17 09:57:44 2003  Jonathan Blandford  <jrb@gnome.org>

        * gtk/gtktreeview.c (validate_visible_area): remove infinite loop
        caused by not clearing the scroll_to_path.

21 years agoDoc additions and fixes.
Matthias Clasen [Tue, 15 Apr 2003 22:51:04 +0000 (22:51 +0000)]
Doc additions and fixes.

21 years agoStarted changelog
Raymond Penners [Tue, 15 Apr 2003 18:32:56 +0000 (18:32 +0000)]
Started changelog

21 years agoMerged with Arnaud Charlet + notebook TOP changes
Raymond Penners [Tue, 15 Apr 2003 18:31:55 +0000 (18:31 +0000)]
Merged with Arnaud Charlet + notebook TOP changes

21 years agoadded checks to ensure that the iter is not reordered to its own position.
Michael Natterer [Mon, 14 Apr 2003 12:02:57 +0000 (12:02 +0000)]
added checks to ensure that the iter is not reordered to its own position.

2003-04-14  Michael Natterer  <mitch@gimp.org>

* gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure
that the iter is not reordered to its own position. Prevents model
corruption for the case that the store contains only a single item
(fixes bug #108387).

Unrelated:

* gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the
new list element later so we don't leak it if we decide to return
early.

* gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node):
set selection->tree_view->priv->anchor to NULL after freeing it.

21 years agoUpdated Finnish translation.
Pauli Virtanen [Sun, 13 Apr 2003 20:45:31 +0000 (20:45 +0000)]
Updated Finnish translation.

2003-04-13  Pauli Virtanen  <pauli.virtanen@hut.fi>

* fi.po: Updated Finnish translation.

21 years agoAdditions.
Matthias Clasen [Sat, 12 Apr 2003 23:29:46 +0000 (23:29 +0000)]
Additions.

2003-04-13  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkenums.sgml: Additions.

* gtk/tmpl/gtkvruler.sgml:
* gtk/tmpl/gtkhruler.sgml:
* gtk/tmpl/gtkgamma.sgml:
* gtk/tmpl/gtkcurve.sgml:
* gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.

21 years agoDocument.
Matthias Clasen [Sat, 12 Apr 2003 22:25:21 +0000 (22:25 +0000)]
Document.

2003-04-13  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreeviewcolumn.c
(gtk_tree_view_column_cell_get_position): Document.

* gtk/gtktextbuffer.c (gtk_text_buffer_select_range):
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand):
* gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document
these as 2.4 additions.

21 years agoAdd a bunch of new functions.
Matthias Clasen [Sat, 12 Apr 2003 22:22:36 +0000 (22:22 +0000)]
Add a bunch of new functions.

2003-04-13  Matthias Clasen  <maclas@gmx.de>

* gtk/gtk-sections.txt: Add a bunch of new functions.

21 years agoUpdated Irish Translation (ga.po)
Paul Duffy [Fri, 11 Apr 2003 12:11:10 +0000 (12:11 +0000)]
Updated Irish Translation (ga.po)

2003-04-11 Paul Duffy <dubhthach@frink.nuigalway.ie>
Updated Irish Translation (ga.po)

21 years agoTypo fix.
Matthias Clasen [Wed, 9 Apr 2003 18:20:09 +0000 (18:20 +0000)]
Typo fix.

21 years agoTypo fixes.
Matthias Clasen [Wed, 9 Apr 2003 18:18:23 +0000 (18:18 +0000)]
Typo fixes.

21 years agoTypo fix.
Matthias Clasen [Wed, 9 Apr 2003 17:58:54 +0000 (17:58 +0000)]
Typo fix.

21 years ago- Disconnect signal connections when appropriate. - Listen to
Owen Taylor [Wed, 9 Apr 2003 16:52:13 +0000 (16:52 +0000)]
- Disconnect signal connections when appropriate. - Listen to

Wed Apr  9 12:28:04 2003  Owen Taylor  <otaylor@redhat.com>

        * gtkfilesystemmodel.c:
        - Disconnect signal connections when appropriate.
        - Listen to ::roots-changed on the file system
        - When the last reference count on a child is
          removed, queue an idle to unload the parent.

        * gtkfilesystemgnomevfs.c
        - When URI's outside of file:/// are acessed,
          add toplevel URI's to the list of roots.
        - Improve display name computations

        * gtkfilechooserentry.c: Don't complete on empty
        file parts; free stored folder when base directory
        changes.

        * gtkfilechooser.c: Fill in some docs.

21 years agoFlush after ungrabbing the server.
Owen Taylor [Mon, 7 Apr 2003 23:47:59 +0000 (23:47 +0000)]
Flush after ungrabbing the server.

Mon Apr  7 19:43:15 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush
        after ungrabbing the server.

        * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed
        calls to XFlush().

        * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
        Use gdk_x11_display_grab/ungrab.

21 years agotypo fix
Matthias Clasen [Mon, 7 Apr 2003 22:38:36 +0000 (22:38 +0000)]
typo fix

21 years agoAdd GTK_WRAP_WORD_CHAR. (#110086, David Brigada)
Matthias Clasen [Mon, 7 Apr 2003 18:19:46 +0000 (18:19 +0000)]
Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada)

* gtk/gtktextlayout.c (set_para_values):
* gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR.  (#110086,
David Brigada)

21 years agoFix numerous misspellings of possessive "its". (#110027, Doug Quale)
Matthias Clasen [Mon, 7 Apr 2003 00:16:43 +0000 (00:16 +0000)]
Fix numerous misspellings of possessive "its".  (#110027, Doug Quale)

21 years agoAdd deprecation info.
Matthias Clasen [Sun, 6 Apr 2003 23:42:35 +0000 (23:42 +0000)]
Add deprecation info.

21 years agoFix double free.
Owen Taylor [Fri, 4 Apr 2003 23:36:37 +0000 (23:36 +0000)]
Fix double free.

Fri Apr  4 18:29:27 2003  Owen Taylor  <otaylor@redhat.com>

        * gtkfilechooserentry.c: Fix double free.

21 years agoMove interface definition into a private header so it can refer to
Owen Taylor [Fri, 4 Apr 2003 22:43:12 +0000 (22:43 +0000)]
Move interface definition into a private header so it can refer to

Fri Apr  4 17:30:27 2003  Owen Taylor  <otaylor@redhat.com>

        * gtkfilechooserprivate.h gtkfilechooser.h: Move
        interface definition into a private header so it
        can refer to GtkFileSystem.

        * *.[ch]: Switch over from using gchar *uri internally
        to using GtkFilePath * internally, and add
        conversion routines to GtkFileSystem.

        * TODO README: Updates.

21 years agoUpdated Azerbaijani translaion.
Metin Amiroff [Fri, 4 Apr 2003 15:22:10 +0000 (15:22 +0000)]
Updated Azerbaijani translaion.

2003-04-04  Metin Amiroff <metin@karegen.com>

* az.po: Updated Azerbaijani translaion.

21 years agoOnly use files from the current directory if it looks like the srcdir.
Matthias Clasen [Wed, 2 Apr 2003 23:06:16 +0000 (23:06 +0000)]
Only use files from the current directory if it looks like the srcdir.

2003-04-03  Matthias Clasen  <maclas@gmx.de>

* demos/gtk-demo/main.c (demo_find_file): Only use files from the
current directory if it looks like the srcdir.  (#109357)

21 years agoadd property focus_on_click
Soeren Sandmann [Wed, 2 Apr 2003 21:50:45 +0000 (21:50 +0000)]
add property focus_on_click

Wed Apr  2 23:02:26 2003  Soeren Sandmann  <sandmann@daimi.au.dk>

* gtk/gtkbutton.[ch] (gtk_button_class_init): add property
focus_on_click

* gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard
navigation not wrap around.

21 years agoReturn 0 if lower == upper. (#109155)
Matthias Clasen [Wed, 2 Apr 2003 21:00:41 +0000 (21:00 +0000)]
Return 0 if lower == upper. (#109155)

2003-04-02  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkprogress.c (gtk_progress_get_percentage_from_value):
Return 0 if lower == upper.  (#109155)
(gtk_progress_get_current_percentage): Use
gtk_progress_get_percentage_from_value().

21 years agobe.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.
Dmitry Mastrukov [Wed, 2 Apr 2003 04:01:33 +0000 (04:01 +0000)]
be.po: Updated Belarusian translation from Belarusian team <i18n@mova.org>.

21 years agoExploit the fact that all our filters are separable to simplify the
Owen Taylor [Tue, 1 Apr 2003 20:57:25 +0000 (20:57 +0000)]
Exploit the fact that all our filters are separable to simplify the

Tue Apr  1 15:33:51 2003  Owen Taylor  <otaylor@redhat.com>

        * pixops/pixops.c (make_weights): Exploit the fact that all
        our filters are separable to simplify the calculation of
        the weight tables. (Based on a patch from Brian Cameron.)

        * pixops/Makefile.am pixbuf-transform-math.ltx:
        Add a short article describing how the math in pixops.c
        works.

21 years agoFix formatting of examples.
Matthias Clasen [Mon, 31 Mar 2003 22:41:55 +0000 (22:41 +0000)]
Fix formatting of examples.

* gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples.

21 years agoFix docs. (#109510, Noah Levitt)
Matthias Clasen [Mon, 31 Mar 2003 22:37:04 +0000 (22:37 +0000)]
Fix docs. (#109510, Noah Levitt)

2003-04-01  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs.
(#109510, Noah Levitt)

21 years agoFix the example. (#109563)
Matthias Clasen [Mon, 31 Mar 2003 22:26:32 +0000 (22:26 +0000)]
Fix the example. (#109563)

2003-04-01  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkfilesel.sgml: Fix the example.  (#109563)

21 years agoUpdated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
Raphael Finkel [Mon, 31 Mar 2003 20:51:51 +0000 (20:51 +0000)]
Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.

2003-03-31  Raphael Finkel <raphael@cs.uky.edu>

* yi.po: Updated Yiddish translation by
Raphael Finkel <raphael@cs.uky.edu>.

21 years agonull initialize reorder's members so Purify won't complain.
Jonathan Blandford [Mon, 31 Mar 2003 19:51:48 +0000 (19:51 +0000)]
null initialize reorder's members so Purify won't complain.

Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
  members so Purify won't complain.

* gtk/gtkliststore.c (gtk_list_store_sort): ditto.

21 years agonull initialize reorder's members so Purify won't complain.
Jonathan Blandford [Mon, 31 Mar 2003 19:44:06 +0000 (19:44 +0000)]
null initialize reorder's members so Purify won't complain.

Mon Mar 31 13:52:13 2003  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's
members so Purify won't complain.

21 years agoAdd a new property, role, corresponding to gtk_window_[gs]et_role().
Matthias Clasen [Mon, 31 Mar 2003 18:07:00 +0000 (18:07 +0000)]
Add a new property, role, corresponding to gtk_window_[gs]et_role().

2003-03-31  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkwindow.c: Add a new property, role, corresponding to
gtk_window_[gs]et_role().  (#93904)

21 years agoActually commit updates I thought I already had committed. (#108818)
Tor Lillqvist [Mon, 31 Mar 2003 17:54:47 +0000 (17:54 +0000)]
Actually commit updates I thought I already had committed. (#108818)

21 years agofix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>
Jonathan Blandford [Sun, 30 Mar 2003 09:15:13 +0000 (09:15 +0000)]
fix crash. Patch from Markus Lausser <sgop@users.sourceforge.net>

Sun Mar 30 03:57:42 2003  Jonathan Blandford  <jrb@gnome.org>

* gtk/gtktreeselection.c (gtk_tree_selection_get_selected_rows):
fix crash.  Patch from Markus Lausser <sgop@users.sourceforge.net>

21 years agoSet state of labels back to normal before reparenting back. (#102387)
Matthias Clasen [Sat, 29 Mar 2003 00:48:28 +0000 (00:48 +0000)]
Set state of labels back to normal before reparenting back. (#102387)

2003-03-29  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Set state
of labels back to normal before reparenting back.  (#102387)

21 years agoSet a default window title to match the GtkFontSelectionDialog behavior.
Matthias Clasen [Sat, 29 Mar 2003 00:44:29 +0000 (00:44 +0000)]
Set a default window title to match the GtkFontSelectionDialog behavior.

2003-03-29  Matthias Clasen  <maclas@gmx.de>

* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): Set
a default window title to match the GtkFontSelectionDialog behavior.

(gtk_color_selection_dialog_new): Don't call
gtk_window_set_title() if title is NULL.  (bug #101975, Daniel Elstner)

21 years agoFix for bug #78499:
Matthias Clasen [Sat, 29 Mar 2003 00:39:23 +0000 (00:39 +0000)]
Fix for bug #78499:

2003-03-29  Matthias Clasen  <maclas@gmx.de>

Fix for bug #78499:

* gtk/gtkentry.h (struct _GtkEntry): Add flags select_words and
select_lines.

* gtk/gtkentry.c (gtk_entry_button_press): Set select_words and
select_lines on double/triple click.

* gtk/gtkentry.c (gtk_entry_motion_notify): Implement
select-by-words and select-by-lines behaviour.

21 years agoFix the previous commit.
Matthias Clasen [Sat, 29 Mar 2003 00:19:50 +0000 (00:19 +0000)]
Fix the previous commit.

21 years agoFixes for bug #56248:
Matthias Clasen [Sat, 29 Mar 2003 00:11:32 +0000 (00:11 +0000)]
Fixes for bug #56248:

2003-03-29  Matthias Clasen  <maclas@gmx.de>

        Fixes for bug #56248:

* gtk/gtknotebook.c (stop_scrolling): New function to remove the
timer and queue a redraw.
(gtk_notebook_grab_notify):
(gtk_notebook_state_changed): New functions to call stop_scrolling()
if necessary.
(gtk_notebook_button_release): Use stop_scrolling().
(gtk_notebook_draw_arrow): Fix drawing of insensitive arrows.

* gtk/gtkrange.c (stop_scrolling): New function to remove the
grab, remove the timer and queue a redraw.
(gtk_range_grab_notify):
(gtk_range_state_changed): New functions to call stop_scrolling()
if necessary.
(gtk_range_button_release): Use stop_scrolling().

* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify):
(gtk_spin_button_state_changed): Redraw after stop_spinning.
(gtk_spin_button_stop_spinning): Reset click_child to correct the
drawing of the arrows.
(gtk_spin_button_button_release): Use a local copy of click_child,
since stop_spinning() resets it.

21 years agoAdd C-A-PgUp and C-A-PgDown as alternatives to the A-less variants.
Matthias Clasen [Fri, 28 Mar 2003 23:44:23 +0000 (23:44 +0000)]
Add C-A-PgUp and C-A-PgDown as alternatives to the A-less variants.

2003-03-29  Matthias Clasen  <maclas@gmx.de>

* gtk/gtknotebook.c (gtk_notebook_class_init): Add C-A-PgUp and
C-A-PgDown as alternatives to the A-less variants.  (#97860)

21 years agoFinish monitoring, add a TODO, fill in details in README, fix some missing finalizati...
Owen Taylor [Thu, 27 Mar 2003 00:10:25 +0000 (00:10 +0000)]
Finish monitoring, add a TODO, fill in details in README, fix some missing finalization chainups

21 years agoUpdated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
Christian Rose [Wed, 26 Mar 2003 21:30:31 +0000 (21:30 +0000)]
Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.

2003-03-26  Christian Rose  <menthos@menthos.com>

* yi.po: Updated Yiddish translation by
Raphael Finkel <raphael@cs.uky.edu>.

21 years agoAdd a construct-only 'file_system' property, split test case into testfilechooser...
Owen Taylor [Wed, 26 Mar 2003 17:09:26 +0000 (17:09 +0000)]
Add a construct-only 'file_system' property, split test case into testfilechooser, testfilechooser-vfs

21 years ago- Add GnomeVFS backend
Owen Taylor [Wed, 26 Mar 2003 16:24:35 +0000 (16:24 +0000)]
- Add GnomeVFS backend
- Add gtk_file_info_get_display_key()
- Start switching from file_added => files_added
- Switch over to Nautilus-like Loading.../Empty

21 years agorewrote the function that does node and arrow prelighting, queue all
Sven Neumann [Wed, 26 Mar 2003 13:41:00 +0000 (13:41 +0000)]
rewrote the function that does node and arrow prelighting, queue all

2003-03-26  Sven Neumann  <sven@gimp.org>

* gtk/gtktreeview.c: rewrote the function that does node and arrow
prelighting, queue all redraws from here (Fixes bug #108792).

21 years agoAdd GtkFileSystem::parse, and a chooser entry with completion
Owen Taylor [Tue, 25 Mar 2003 00:11:06 +0000 (00:11 +0000)]
Add GtkFileSystem::parse, and a chooser entry with completion

21 years agoMake incrememtal searching work, some bug fixes
Owen Taylor [Mon, 24 Mar 2003 15:41:40 +0000 (15:41 +0000)]
Make incrememtal searching work, some bug fixes

21 years agoUpdated Spanish translation by Carlos Perelló Marín
Pablo Gonzalo del Campo [Mon, 24 Mar 2003 13:35:41 +0000 (13:35 +0000)]
Updated Spanish translation by Carlos Perelló Marín

2003-03-24  Pablo Gonzalo del Campo  <pablodc@bigfoot.com>

* es.po: Updated Spanish translation by
          Carlos Perelló Marín <carlos@gnome-db.org>.

21 years agoFix for #108788 - GError set to FALSE rather than NULL.
Richard Kinder [Mon, 24 Mar 2003 02:31:30 +0000 (02:31 +0000)]
Fix for #108788 - GError set to FALSE rather than NULL.

21 years agoUpdated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
Christian Rose [Sun, 23 Mar 2003 02:18:29 +0000 (02:18 +0000)]
Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.

2003-03-23  Christian Rose  <menthos@menthos.com>

* yi.po: Updated Yiddish translation by
Raphael Finkel <raphael@cs.uky.edu>.

21 years agocopy stock_color_picker_25.png, don't copy stock_save_24.png twice.
Michael Natterer [Sat, 22 Mar 2003 19:13:07 +0000 (19:13 +0000)]
copy stock_color_picker_25.png, don't copy stock_save_24.png twice.

2003-03-22  Michael Natterer  <mitch@gimp.org>

* gtk/Makefile.am: copy stock_color_picker_25.png, don't copy
stock_save_24.png twice.

* gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER
instead of stock_colorselector_24.png.

21 years agoAdd sorting, a size column.
Owen Taylor [Fri, 21 Mar 2003 23:59:22 +0000 (23:59 +0000)]
Add sorting, a size column.
Try making the tree view on the left auto-expand/collapse when
  the selection changes.
Some bug fixes.

21 years agoAdd some documentation comments, fix some missing statics
Owen Taylor [Fri, 21 Mar 2003 21:26:38 +0000 (21:26 +0000)]
Add some documentation comments, fix some missing statics

21 years agoInitial import
Owen Taylor [Fri, 21 Mar 2003 20:34:02 +0000 (20:34 +0000)]
Initial import

21 years agoInitial revision
Owen Taylor [Fri, 21 Mar 2003 20:34:02 +0000 (20:34 +0000)]
Initial revision

21 years agoAdd missing static. (#108614)
Matthias Clasen [Fri, 21 Mar 2003 00:35:15 +0000 (00:35 +0000)]
Add missing static. (#108614)

2003-03-21  Matthias Clasen  <maclas@gmx.de>

* gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add
missing static.  (#108614)

21 years agoAdd missing static qualifiers apparently causing problems on some
Matthias Clasen [Fri, 21 Mar 2003 00:13:17 +0000 (00:13 +0000)]
Add missing static qualifiers apparently causing problems on some

2003-03-21  Matthias Clasen  <maclas@gmx.de>

* io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load):
* io-ico.c (gdk_pixbuf__ico_image_stop_load): Add missing static
qualifiers apparently causing problems on some platforms. (#108617)

21 years agoAdded Malayalam translations
Guntupalli Karunakar [Thu, 20 Mar 2003 16:17:28 +0000 (16:17 +0000)]
Added Malayalam translations

21 years agoupdated Azerbaijani translation.
Metin Amiroff [Thu, 20 Mar 2003 11:03:45 +0000 (11:03 +0000)]
updated Azerbaijani translation.

2003-03-20  Metin Amiroff  <metin@karegen.com>

* az.po: updated Azerbaijani translation.

21 years agoinitial import
Raymond Penners [Tue, 18 Mar 2003 20:05:10 +0000 (20:05 +0000)]
initial import

21 years agoInitial revision
Raymond Penners [Tue, 18 Mar 2003 20:05:10 +0000 (20:05 +0000)]
Initial revision

21 years agouse GTK_DISABLE_DEPRECATED instead of G_DISABLE_DEPRECATED.
Manish Singh [Sun, 16 Mar 2003 02:49:56 +0000 (02:49 +0000)]
use GTK_DISABLE_DEPRECATED instead of G_DISABLE_DEPRECATED.

Sat Mar 15 18:49:27 2003  Manish Singh  <yosh@gimp.org>

        * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of
        G_DISABLE_DEPRECATED.

21 years agoUse the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and y
Tor Lillqvist [Sat, 15 Mar 2003 00:02:42 +0000 (00:02 +0000)]
Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and y

2003-03-14  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and
GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or
DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with
multiple monitors can have negative coordinates on some of the
monitors. (partial fix for #99496, Arnaud Charlet)

21 years agoAdd a "buffer" property. (#108353)
Matthias Clasen [Fri, 14 Mar 2003 23:11:42 +0000 (23:11 +0000)]
Add a "buffer" property. (#108353)

2003-03-15  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktextview.c: Add a "buffer" property.  (#108353)

21 years agoremoved redundant calls to g_object_notify().
Sven Neumann [Thu, 13 Mar 2003 12:24:20 +0000 (12:24 +0000)]
removed redundant calls to g_object_notify().

2003-03-13  Sven Neumann  <sven@gimp.org>

* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
removed redundant calls to g_object_notify().
(gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see
bug #108236.

* gtk/gtktextiter.c (_gtk_text_iter_get_segment_char)
(_gtk_text_iter_get_segment_byte): return 0, not NULL (these
functions return an integer value).