summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added .cvsignoregtk-2-6-macosxHubert Figuiere2005-06-151-0/+1
|
* beginning of a MacOS X portHubert Figuiere2005-06-1420-6/+11404
|
* 2.6.7gtk-2-6-macosx-branchpointGTK_2_6_7Matthias Clasen2005-04-13386-3335/+3965
|
* Sigh, revert another changeMatthias Clasen2005-04-124-4/+16
|
* Revert the changes to display broken images, since there are applicationsMatthias Clasen2005-04-124-13/+21
| | | | | | | | 2005-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): Revert the changes to display broken images, since there are applications which rely on the old behaviour.
* Fix #300218:Ivan, Wong Yat Cheung2005-04-115-1/+39
| | | | | | | | | | | | 2005-04-11 Ivan, Wong Yat Cheung <email@ivanwong.info> Fix #300218: * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix C99ism. * gtk/updateiconcache.c: Guard inclusion of unistd.h and utime.h.
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-04-112-534/+621
|
* Updated Korean translation.Changwoo Ryu2005-04-112-503/+511
| | | | | | 2005-04-11 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Updated Japanese translation for v2.6.6.Takeshi AIHANA2005-04-112-501/+509
| | | | | 2005-04-11 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v2.6.6.
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-04-114-1747/+1762
| | | | | | | 2005-04-11 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>
* Bump versionMatthias Clasen2005-04-114-2/+14
|
* 2.6.6GTK_2_6_6Matthias Clasen2005-04-11174-1900/+1946
|
* Fixed wrong date in Changelog file.Josep Puigdemont i Casamajó2005-04-111-1/+1
|
* Updated Catalan translation.Josep Puigdemont i Casamajó2005-04-112-1256/+1261
|
* Some more fixes necessary to make building with gcc 4 work.Matthias Clasen2005-04-096-2/+29
| | | | | | | | | 2005-04-09 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkinput-xfree.c: * gdk/x11/gdkinput-none.c: * gdk/gtk.symbols: Some more fixes necessary to make building with gcc 4 work.
* Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of theMatthias Clasen2005-04-0910-5/+81
| | | | | | | | | | | | | | | | | | | | | 2005-04-09 Matthias Clasen <mclasen@redhat.com> Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of the images were taken from the hicolor icon theme, and were originally created by Jakub Steiner and Tuomas Kuosmanen. (#167515, Vincent Noel) * gtk/stock-icons/stock_index_16.png: * gtk/stock-icons/stock_zoom_1_16.png: * gtk/stock-icons/stock_zoom_fit_16.png: * gtk/stock-icons/stock_zoom_in_16.png: * gtk/stock-icons/stock_zoom_out_16.png: New images. * gtk/stock-icons/Makefile.am: Add the new images. * gtk/gtkiconfactory.c (get_default_icons): Add the new images.
* Don't display too many broken images. (#169870, Roman Kagan, patch by IvanMatthias Clasen2005-04-097-11/+34
| | | | | | | | | | | | | | 2005-04-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_calc_size, gtk_image_expose): Don't display too many broken images. (#169870, Roman Kagan, patch by Ivan Wong) * gtk/gtkwidget.c (gtk_widget_unparent): Remove debugging output. (#300013, Tommi Komulainen) * io-bmp.c (gdk_pixbuf__bmp_image_save_to_callback): Don't overflow the stack. (Jakub Jelinek, Arjan van de Ven)
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-04-092-496/+506
| | | | | | 2005-04-09 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team.
* Bump versionMatthias Clasen2005-04-094-2/+8
|
* 2.6.5GTK_2_6_5Matthias Clasen2005-04-09388-25256/+25857
|
* If a stock_id is unknown, display the missing image. (#169870, StevenMatthias Clasen2005-04-094-4/+28
| | | | | | | | 2005-04-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_expose, gtk_image_calc_size): If a stock_id is unknown, display the missing image. (#169870, Steven Walter)
* Use the same function as in updateiconcache.c. (spotted by MortenMatthias Clasen2005-04-094-2/+11
| | | | | | | 2005-04-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconcache.c (icon_name_hash): Use the same function as in updateiconcache.c. (spotted by Morten Welinder)
* Add bug ref.Matthias Clasen2005-04-081-1/+2
|
* Make this work when called from gtk_combo_box_destroy(). (#172999,Matthias Clasen2005-04-084-3/+21
| | | | | | | | 2005-04-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_popdown): Make this work when called from gtk_combo_box_destroy(). (#172999, Christian Persch)
* Use cache->buffer, not cache.Matthias Clasen2005-04-082-10/+16
| | | | | | | | 2005-04-08 Matthias Clasen <mclasen@redhat.com> * xdgmimecache.c (cache_magic_matchlet_compare_to_data) (cache_magic_matchlet_compare): Use cache->buffer, not cache.
* No debug output, please.Matthias Clasen2005-04-082-1/+5
|
* Fix double-click to autosize treeview columns. This was probably brokenMatthias Clasen2005-04-084-1/+38
| | | | | | | | | | | | | | 2005-04-08 Matthias Clasen <mclasen@redhat.com> Fix double-click to autosize treeview columns. This was probably broken since 2.2 ! (#169675) * gtk/gtktreeview.c (gtk_tree_view_button_press): Leave the "user-resized" state of the column on a double-click to autosize. (gtk_tree_view_button_press, gtk_tree_view_motion_resize_column): Enter the "user-resized" state of the column only if a drag actually changes the column width, not on any click.
* Document that GtkButtonBox ignores the homogeneous property. (#171412,Matthias Clasen2005-04-072-1/+6
| | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkbbox.sgml: Document that GtkButtonBox ignores the homogeneous property. (#171412, Morten Welinder)
* Avoid unaligned access. (#172947)Matthias Clasen2005-04-074-6/+13
| | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c (write_card32, write_card16): Avoid unaligned access. (#172947)
* Some fixes from Morten Welinder (#172947):Matthias Clasen2005-04-074-5/+33
| | | | | | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> Some fixes from Morten Welinder (#172947): * gtk/updateiconcache.c (icon_name_hash): Make this compiler- and platform-independent. (is_cache_up_to_date): Don't compare mtimes is a stat call failed. (build_cache): Error out if a stat fails.
* Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them moreMatthias Clasen2005-04-072-6/+7
| | | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkenums.sgml: Make the docs of GKT_SELECTION_MULTIPLE more accurate by making them more vague. (#167088, Ken Siersma)
* Updated traditional Chinese translation from GNOME HK TeamKwok-Koon Cheung2005-04-072-2007/+1897
| | | | * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
* Add a sentence about toggling. (#159382, Worik Stanton)Matthias Clasen2005-04-072-6/+15
| | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkradiobutton.sgml: Add a sentence about toggling. (#159382, Worik Stanton)
* Updated traditional Chinese translation from GNOME HK TeamKwok-Koon Cheung2005-04-072-87/+91
| | | | * zh_TW.po: Updated traditional Chinese translation from GNOME HK Team
* Return TRUE if the cache is newer than the directory. (#172852, JacobMatthias Clasen2005-04-074-1/+13
| | | | | | * gtk/updateiconcache.c (is_cache_up_to_date): Return TRUE if the cache is newer than the directory. (#172852, Jacob Kroon)
* Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-WolfgangMatthias Clasen2005-04-074-1/+10
| | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * configure.in: Replace an explicit pkg-config by $PKG_CONFIG. (#168074, Hans-Wolfgang Loidl)
* Initialize the colormap to zero. (#171762, David Costanzo)Matthias Clasen2005-04-072-1/+22
| | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * io-bmp.c (DecodeColormap): Initialize the colormap to zero. (#171762, David Costanzo)
* Ignore regions which fall completely outside the line. (#165862, FelipeMatthias Clasen2005-04-074-6/+26
| | | | | | | | 2005-04-07 Matthias Clasen <mclasen@redhat.com> * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Ignore regions which fall completely outside the line. (#165862, Felipe Heidrich)
* Another fixMatthias Clasen2005-04-071-1/+1
|
* More build fixesMatthias Clasen2005-04-0720-60/+63
|
* Make it compileMatthias Clasen2005-04-0760-216/+227
|
* Pass the target list to the underlying dnd implementation, otherwise weMatthias Clasen2005-04-074-4/+22
| | | | | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_enable_model_drag_source) (gtk_tree_view_enable_model_drag_dest): Pass the target list to the underlying dnd implementation, otherwise we miss the target info in the drag-data-received signal. (#164085, Jorn Baayen)
* Use canonical property names for g_object_notify() calls. (#171746, MortenMatthias Clasen2005-04-0761-272/+287
| | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/*.c, gdk/gdkdisplaymanager.c: Use canonical property names for g_object_notify() calls. (#171746, Morten Welinder)
* Allow resetting search-column to -1, and document it. (#172891, LorenzoMatthias Clasen2005-04-074-2/+20
| | | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Allow resetting search-column to -1, and document it. (#172891, Lorenzo Gil Sanchez)
* Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, BillyMatthias Clasen2005-04-064-9/+24
| | | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column) (gtk_tree_view_bin_expose): Avoid a few unnecessary calls to gdk_window_get_pointer(). (#168015, Billy Biggs)
* Fix the EWMH link, noticed by Kristof Vansant.Matthias Clasen2005-04-064-4/+13
| | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_set_keep_below): Fix the EWMH link, noticed by Kristof Vansant.
* Make it compileMatthias Clasen2005-04-061-1/+1
|
* Remove Makefile.in.in. (#171092, Stefan Kasal)Matthias Clasen2005-04-065-2/+15
| | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * po/.cvsignore, po-properties/.cvsignore: Remove Makefile.in.in. (#171092, Stefan Kasal)
* Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen)Matthias Clasen2005-04-064-2/+20
| | | | | | | 2005-04-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrc.c (gtk_rc_parse_style): Don't modify scanner->value, copy it first. (#165693, Tommi Komulainen)
* Updated Ukrainian translation.Maxim Dziumanenko2005-04-062-155/+170
| | | | | | 2005-04-06 Maxim Dziumanenko <mvd@mylinux.com.ua> * Updated Ukrainian translation.