summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update version to 2.0.2, binary age 2, interface age 2.GTK_2_0_2Tim Janik2002-04-0255-7858/+9520
| | | | | | | | | Tue Apr 2 13:44:27 2002 Tim Janik <timj@gtk.org> * configure.in: update version to 2.0.2, binary age 2, interface age 2. * NEWS: updates for 2.0.2.
* Updated Portuguese translation.Duarte Loreto2002-04-012-100/+111
| | | | | | 2002-04-02 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation.
* Added missing file. Updated Swedish translation.Christian Rose2002-04-013-103/+121
| | | | | | | 2002-04-02 Christian Rose <menthos@menthos.com> * POTFILES.in: Added missing file. * sv.po: Updated Swedish translation.
* add check for y > tree_view->priv->height (fixes #76974)Kristian Rietveld2002-04-019-1/+103
| | | | | | | | | | | | | | | | | | Mon Apr 1 22:20:24 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): add check for y > tree_view->priv->height (fixes #76974) Mon Apr 1 22:19:39 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): get the stamp changes right this time Mon Apr 1 22:13:24 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodel.c (gtk_tree_row_reference_free): only disconnect the ref callbacks when model == proxy (Thanks go to Manuel Clos Crespo for the remote debugging)
* Updated russian translation.Valek Frob2002-04-011-0/+4
|
* Updated russian trqnslation.Valek Frob2002-04-011-4386/+4398
|
* Updated Korean translation.Changwoo Ryu2002-04-011-8/+5
| | | | * ko.po: Updated Korean translation.
* recommit after tagging 2_0_1Owen Taylor2002-03-307-2/+31
|
* revert change for tagging 2_0_1GTK_2_0_1Owen Taylor2002-03-301-1/+2
|
* ===== Released 2.0.1 ======Owen Taylor2002-03-3053-6218/+7746
| | | | | | Fri Mar 29 18:15:12 2002 Owen Taylor <otaylor@redhat.com> * ===== Released 2.0.1 ======
* revert the latest stamp increment changes, as it broke stuff for treesKristian Rietveld2002-03-307-2/+31
| | | | | | | Sat Mar 30 15:19:24 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelsort.c: revert the latest stamp increment changes, as it broke stuff for trees
* Call gdk_keyval_to_lower() on the key passed in, since we lowercase allGTK_MULTIHEAD_MERGEPOINT_30_03_02Owen Taylor2002-03-297-1/+49
| | | | | | | | | | Fri Mar 29 18:09:18 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkaccelgroup.c (gtk_accel_group_query): Call gdk_keyval_to_lower() on the key passed in, since we lowercase all other key vals passed in, so querying keyvals will otherwise fail if the caller used an uppercase accelerators (#76899, Vitaly Tishkov)
* Fix screwup in handling of module path that was resulting in freed memoryOwen Taylor2002-03-298-11/+49
| | | | | | | | | Fri Mar 29 17:41:21 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmain.c (load_modules): Fix screwup in handling of module path that was resulting in freed memory being accessed when both GTK_MODULES and a theme were set. (#76902, Johan Dahlin)
* Fix wrong stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)Owen Taylor2002-03-297-2/+32
| | | | | | | Fri Mar 29 17:57:36 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkiconfactory.c (get_default_icons): Fix wrong stock id's for ADD/REMOVE. (#76915, Vitaly Tishkov)
* fix typo in gtk_init_check macro, which caused crashes if argc != 0Hans Breuer2002-03-298-1/+45
| | | | | | | | | 2002-03-29 Hans Breuer <hans@breuer.org> * gtk/gtkmain.h : fix typo in gtk_init_check macro, which caused crashes if argc != 0 * gtk/stock-icons/makefile.msc : added new icons
* libpng error handlers must not return to their callers, thus longjmp out.Matthias Clasen2002-03-292-0/+8
| | | | | | * io-png.c (png_simple_error_callback): libpng error handlers must not return to their callers, thus longjmp out. This prevents annoying stderr output from the default error handler.
* remove call to gtk_tree_model_sort_increment_stampKristian Rietveld2002-03-297-1/+38
| | | | | | | | Fri Mar 29 20:17:35 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): remove call to gtk_tree_model_sort_increment_stamp (gtk_tree_model_sort_sort_level): always increment the stamp
* UpdatesOwen Taylor2002-03-2912-10/+127
| | | | | | | | | | | | | | Fri Mar 29 00:19:41 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Updates * configure.in: Version 2.0.1, binary, interface age 1. * configure.in (GDK_PIXBUF_VERSION): Up required versions of dependencies. * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: Add stock_add/remove_16.
* Don't show the window unless the widget is mapped. (#76742, DennisOwen Taylor2002-03-298-3/+41
| | | | | | | | Thu Mar 28 18:38:30 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Don't show the window unless the widget is mapped. (#76742, Dennis Björklund, Soeren Sandmann)
* Fixed dashed line issues (#74441) to an IMO reasonable extend. That is:Hans Breuer2002-03-2810-139/+444
| | | | | | | | | | | | | | | | | | | | | | | | 2002-03-29 Hans Breuer <hans@breuer.org> Fixed dashed line issues (#74441) to an IMO reasonable extend. That is: use PS_USERSTYLE on WinNT (the next GDI limit appears to be with lines width > 50); Render horizontal and vertical dashed lines on Win9x 'by hand'. Dotted selection rectangles and Dia look nice ... * gdk/win32/gdkprivate-win32.h : add pen_dashes pointer and num_pen_dashes to _GdkGCWin32 * gdk/win32/gdkgc-win32.c : initialize pen_dashes and remove the guesses from dashes to windoze line styles. (predraw_set_forground) : always ExtCreatePen (PS_SOLID) on Win9x, which does not support PS_USERSTYLE. * gdk/win32/gdkdrawable-win32.c : new functions render_line_ <horizontal|vertical>. Use them if not running on NT in gdk_win32_draw_<rectangle|segments|lines> () * gdk/win32/gdkkeys-win32.c (gdk_keyval_name) : return NULL for keyval == 0 to avoid to have zeros in all menu entries without accelerator.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-03-282-75/+105
| | | | | | 2002-03-28 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* new add, remove stock iconsJakub Steiner2002-03-2810-0/+48
|
* when encountering non-UTF-8 file names, alert the user with g_message()Tim Janik2002-03-287-3/+46
| | | | | | | | Thu Mar 28 21:11:04 2002 Tim Janik <timj@gtk.org> * gtk/gtkfilesel.c (open_new_dir): when encountering non-UTF-8 file names, alert the user with g_message() instead of g_warning() and put out the actual conversion error.
* Updated Danish translation.Ole Laursen2002-03-282-69/+93
| | | | | | 2002-03-28 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Don't install the handler if the widget isn't realized.GTK_MULTIHEAD_MERGEPOINT_28_03_02Dave Camp2002-03-287-0/+33
| | | | | | | 2002-03-28 Dave Camp <dave@ximian.com> * gtk/gtktreeview.c (install_scroll_sync_handler): Don't install the handler if the widget isn't realized.
* New font and text icons to solve the dark-theme-problemJakub Steiner2002-03-2824-0/+42
|
* Updated Korean translation.Changwoo Ryu2002-03-282-69/+93
| | | | * ko.po: Updated Korean translation.
* Try to find libpng via pkg-config first, since libpng-1.2.2 will come withMatthias Clasen2002-03-277-17/+56
| | | | | * configure.in: Try to find libpng via pkg-config first, since libpng-1.2.2 will come with a .pc file.
* Don't leak info_ptr.Matthias Clasen2002-03-272-12/+15
| | | | | | | | * io-png.c (gdk_pixbuf__png_image_stop_load): Don't leak info_ptr. * io-png.c (gdk_pixbuf__png_image_load): Get rid of unused end_info. Also call png_read_end to check proper ending of the png file and catch text chunks after the image data.
* changelog updateOwen Taylor2002-03-276-6/+6
|
* Set page->last_focus_child to NULL as well as removing the weak reference,Owen Taylor2002-03-277-1/+46
| | | | | | | | | Wed Mar 27 11:10:39 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_real_remove): Set page->last_focus_child to NULL as well as removing the weak reference, to deal with reentrancy in set_focus_child(). (#76634)
* ChangeLog typo.Murray Cumming2002-03-276-6/+6
|
* Corrected registered return type of move-cursor signal. Had to add aMurray Cumming2002-03-278-2/+39
| | | | | | | | 2002-03-27 Murray Cumming <murrayc@usa.net> * gtk/gtktreeview.cc: Corrected registered return type of move-cursor signal. Had to add a marshaller to gtk/gtkmarshalers.list.
* Make libpng use g_malloc instead of system malloc.Matthias Clasen2002-03-262-2/+38
| | | | | | * io-png.c (gdk_pixbuf__png_image_load, gdk_pixbuf__png_image_begin_load): Make libpng use g_malloc instead of system malloc.
* Add a mention of running ldconfig. (#76126, Bill Nayland.)Owen Taylor2002-03-262-1/+10
| | | | | | | Tue Mar 26 15:41:49 2002 Owen Taylor <otaylor@redhat.com> * gtk/building.sgml: Add a mention of running ldconfig. (#76126, Bill Nayland.)
* Shuffle the ordering around some more (position before realizing) fixingOwen Taylor2002-03-267-3/+47
| | | | | | | | | Tue Mar 26 14:46:50 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenu.c (gtk_menu_popup): Shuffle the ordering around some more (position before realizing) fixing problems with arrows popping up at the wrong time (#73386), hopefully not introducing other problems. (Reported by Ettore Perrazoli, others)
* fixed my ChangeLog entrySven Neumann2002-03-266-6/+6
|
* Free the path after calling gtk_tree_view_row_activated() rather thanDave Camp2002-03-267-1/+33
| | | | | | | 2002-03-26 Dave Camp <dave@ximian.com> * gtk/gtktreeview.c (gtk_tree_view_button_press): Free the path after calling gtk_tree_view_row_activated() rather than before.
* Updated Slovak translation.Stanislav Visnovsky2002-03-262-206/+193
| | | | | | 2002-03-26 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Don't leak pixbuf on error.Matthias Clasen2002-03-254-3/+19
| | | | | | | | | | * io-tiff.c (tiff_image_parse): Don't leak pixbuf on error. * io-gif.c (gdk_pixbuf__gif_image_load_increment): Don't leak context->buf on error. * gdk-pixbuf-loader.c (gdk_pixbuf_loader_close): Make sure to call stop_load even for short images to prevent memleaks.
* free the style's font_description before accessing a new one.Sven Neumann2002-03-257-6/+47
| | | | | | | | 2002-03-25 Sven Neumann <sven@gimp.org> * gtk/gtkrc.c (gtk_rc_parse_font_name): free the style's font_description before accessing a new one. (gtk_rc_parse_stock): always unref the created icon_set. #76289
* kill code duplicated in gtk_binding_entry_add_signall.Mark McLoughlin2002-03-257-3/+30
| | | | | | | 2002-03-25 Mark McLoughlin <mark@skynet.ie> * gtk/gtkbindings.c: (gtk_binding_entry_add_signal), kill code duplicated in gtk_binding_entry_add_signall.
* fix bugs in the code.Jonathan Blandford2002-03-252-24/+42
| | | | | | Mon Mar 25 11:31:41 2002 Jonathan Blandford <jrb@redhat.com> * gtk/tree_widget.sgml: fix bugs in the code.
* Make path arg const, #75653Jonathan Blandford2002-03-2510-10/+85
| | | | | | | | | | | | | Sun Mar 24 10:32:38 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreemodel.c (gtk_tree_path_copy): Make path arg const, #75653 * gtk/gtkfontsel.c (gtk_font_selection_show_available_styles): fix a warning * gtk/gtktreeview.c (gtk_tree_view_button_press): remove the grab when we emit row_activated so that listeners of this signal can grab the mouse, #75629
* Changed signature to return success and set a GError parameter, adjustedMatthias Clasen2002-03-252-26/+49
| | | | | | | * io-png.c (setup_png_transformations): Changed signature to return success and set a GError parameter, adjusted all callers. Also work around a possible FPE in libpng and always check that the new info is sane.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-03-242-1068/+1091
|
* invalidate the line containing start, even if the [start,end) range isHavoc Pennington2002-03-237-2/+50
| | | | | | | | | 2002-03-23 Havoc Pennington <hp@pobox.com> * gtk/gtktextlayout.c (gtk_text_layout_real_invalidate): invalidate the line containing start, even if the [start,end) range is empty (just invalidate [start,end], essentially). Partially fixes #72374
* context->updated_func is NULL during a nonincremental load.Matthias Clasen2002-03-232-7/+14
| | | | | | * io-wbmp.c (gdk_pixbuf__wbmp_image_load_increment): context->updated_func is NULL during a nonincremental load. (gdk_pixbuf__wbmp_image_load): Stop reading after the first error.
* end any selection in progress, patch from db@zigo.dhs.org, #74620Havoc Pennington2002-03-237-0/+33
| | | | | | | 2002-03-23 Havoc Pennington <hp@pobox.com> * gtk/gtktextview.c (gtk_text_view_do_popup): end any selection in progress, patch from db@zigo.dhs.org, #74620
* extend selection for pageup/pagedown and ctrl+pageup/pagedown if shift isHavoc Pennington2002-03-237-19/+67
| | | | | | | | 2002-03-23 Havoc Pennington <hp@pobox.com> * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): extend selection for pageup/pagedown and ctrl+pageup/pagedown if shift is held. more of #53934