summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Split ChangeLog for 2.6gtk-2-6-branchpointOwen Taylor2005-01-104-22151/+0
|
* Document signals. (#163319, Murray Cumming)Matthias Clasen2005-01-105-0/+47
| | | | | | | 2005-01-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaccelgroup.c (gtk_accel_group_class_init): Document signals. (#163319, Murray Cumming)
* Set current cursor also when changing the cursor of a window that is theTor Lillqvist2005-01-095-4/+53
| | | | | | | | | 2005-01-09 Tor Lillqvist <tlillqvist@novell.com> * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Set current cursor also when changing the cursor of a window that is the first ancestor of the window containing the pointer that has a cursor defined. (#163035, Ivan Wong)
* Don't pass NULL to pango_context_get_metrics. UseAnders Carlsson2005-01-097-3/+36
| | | | | | | | | | 2005-01-09 Anders Carlsson <andersca@gnome.org> * gtk/gtkcellrenderertext.c: (get_size): * gtk/gtklabel.c: (gtk_label_size_request): * gtk/gtkprogressbar.c: (gtk_progress_bar_size_request): Don't pass NULL to pango_context_get_metrics. Use pango_context_get_language instead, which is way faster.
* Updated Czech translation.Miloslav Trmac2005-01-092-4/+7
| | | | | | 2005-01-09 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* 2005-01-09 Updated ja.po. T.Aihana <aihana@gnome.gr.jp>Updated ja.po. T.Aihana2005-01-094-85/+46
|
* *** empty log message ***Matthias Clasen2005-01-085-2/+10
|
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-01-084-344/+334
| | | | | | | 2005-01-08 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Updated Albanian translation.Laurent Dhima2005-01-082-32/+23
| | | | | | 2005-01-08 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Welsh translation.Rhys Jones2005-01-082-10/+10
| | | | | | 2005-01-08 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* 2.6.1GTK_2_6_1Matthias Clasen2005-01-08171-16680/+18856
|
* Translation updated by Tino Meinen.Vincent van Adrighem2005-01-082-54/+65
| | | | | | 2005-01-08 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Updated Swedish translation.Christian Rose2005-01-072-86/+102
| | | | | | 2005-01-08 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* Updated Spanish translation.Francisco Javier F. Serrador2005-01-072-91/+100
| | | | | | 2005-01-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation.
* Fix braino. (#163232, Arnaud Charlet)Tor Lillqvist2005-01-075-1/+21
| | | | | | | 2005-01-07 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkselection-win32.c (_gdk_selection_property_store): Fix braino. (#163232, Arnaud Charlet)
* Updated Welsh translation.Rhys Jones2005-01-072-409/+364
| | | | | | 2005-01-07 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* Updated Canadian English translation.Adam Weinberger2005-01-062-40/+48
| | | | * en_CA.po: Updated Canadian English translation.
* Make markup_column work, and fix some layout issues when either icon orMatthias Clasen2005-01-065-14/+55
| | | | | | | 2005-01-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c: Make markup_column work, and fix some layout issues when either icon or text is missing. (#163065)
* Add an "Open _Location" item. Fixes #148839.Federico Mena Quintero2005-01-065-0/+36
| | | | | | | 2005-01-06 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (file_list_build_popup_menu): Add an "Open _Location" item. Fixes #148839.
* Updated Czech translation.Miloslav Trmac2005-01-062-88/+90
| | | | | | 2005-01-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-062-264/+208
| | | | | | 2005-01-06 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Fix a typo. (#163128, kentaro fukuchi)Matthias Clasen2005-01-065-1/+17
| | | | | | 2005-01-06 Matthias Clasen <mclasen@redhat.com> * README.in: Fix a typo. (#163128, kentaro fukuchi)
* Translation updated by Tino Meinen.Vincent van Adrighem2005-01-062-84/+90
| | | | | | 2005-01-06 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Use default title if NULL is passed.James M. Cape2005-01-066-6/+44
| | | | | | | | | | | 2005-01-06 James M. Cape <jcape@ignore-your.tv> * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new) (gtk_file_chooser_button_new_with_backend): Use default title if NULL is passed. * docs/reference/gtk/tmpl/gtkfilechooserbutton.sgml: Make examples match API.
* Updated Canadian English translation.Adam Weinberger2005-01-062-50/+63
| | | | * en_CA.po: Updated Canadian English translation.
* Fix #161409:Federico Mena Quintero2005-01-065-0/+29
| | | | | | | | | 2005-01-05 Federico Mena Quintero <federico@ximian.com> Fix #161409: * gtk/gtkfilechooserdefault.c (shortcuts_row_activated_cb): Queue a pending operation to select the first row.
* Don't call button_data_free() explicitly; the button is weak-reffed andFederico Mena Quintero2005-01-066-31/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-05 Federico Mena Quintero <federico@ximian.com> * gtk/gtkpathbar.c (_gtk_path_bar_set_path): Don't call button_data_free() explicitly; the button is weak-reffed and the callback will free the button data. Fixes #163010. (_gtk_path_bar_set_path): Don't ref/sink the button. And for the failure case, call gtk_widget_destroy() on it. * gtk/gtkfilechooserdefault.c (check_is_folder): Use gtk_file_system_get_folder() again (see the ChangeLog entry from 2004-08-25). We can't first get the parent folder and then request the info for the path in question, as the parent folder may not be readable. See bug #162617. (gtk_file_chooser_default_set_current_folder): Assert that the passed-in path is not null. (shortcuts_find_current_folder): Likewise. (shortcuts_add_current_folder): Likewise. (set_list_model): Likewise. (gtk_file_chooser_default_map): Only reload the current folder if it exists. (bookmarks_check_add_sensitivity): Check for the current folder being NULL. (browse_files_select_first_row): Don't set the cursor if there is no model loaded.
* Updated Welsh translation.Rhys Jones2005-01-062-338/+307
| | | | | | 2005-01-06 Rhys Jones <rhys@sucs.org> * cy.po: Updated Welsh translation.
* Updated Danish translation.Martin Willemoes Hansen2005-01-052-45/+54
| | | | * da.po: Updated Danish translation.
* Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fixMatthias Clasen2005-01-055-8/+39
| | | | | | | | | | 2005-01-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911. (get_file_info, check_is_folder): Translate errors from the filesystem into the GTK_FILE_CHOOSER_ERROR domain. Rest of the fix for #162911, noticed by Murray Cumming.
* Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fixMatthias Clasen2005-01-055-14/+26
| | | | | | | 2005-01-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Don't construct errors from the GTK_FILE_SYSTEM_ERROR domain. Partial fix for #162911.
* Set the background of the windows to None instead of adding EXPOSURE_MASK,Søren Sandmann2005-01-056-2/+34
| | | | | | | | | Wed Jan 5 11:42:49 2005 Søren Sandmann <sandmann@redhat.com> * gtk/gtkviewport.c (gtk_viewport_realize): * gtk/gtktextview.c ((text_window_realize): Set the background of the windows to None instead of adding EXPOSURE_MASK, as suggested by Owen in #162112.
* Update the user time when receiving a WM_DELETE message. (#162980, ElijahMatthias Clasen2005-01-055-0/+26
| | | | | | | | 2005-01-05 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter): Update the user time when receiving a WM_DELETE message. (#162980, Elijah Newren)
* Updated Danish translation.Martin Willemoes Hansen2005-01-054-254/+253
| | | | * da.po: Updated Danish translation.
* only reorder on button 1, part of #141937Jonathan Blandford2005-01-046-3/+24
| | | | | | | Tue Jan 4 16:52:14 2005 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): only reorder on button 1, part of #141937
* Translation updated by Tino Meinen.Vincent van Adrighem2005-01-044-230/+263
| | | | | | 2005-01-04 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
* Bug 162112.Søren Sandmann2005-01-046-2/+42
| | | | | | | | | | | | Tue Jan 4 11:36:43 2005 Søren Sandmann <sandmann@redhat.com> Bug 162112. * gtk/gtktextview.c (text_window_realize): Add GDK_EXPOSURE_MASK to win->window's event_mask * gtk/gtkviewport.c (gtk_viewport_realize): Add GDK_EXPOSURE_MASK to viewport->view_window.
* Some moreMatthias Clasen2005-01-041-3/+1
|
* Remove leftover debug printfMatthias Clasen2005-01-041-5/+0
|
* Error on compressed images with negative height. Also make uncompressedMatthias Clasen2005-01-042-8/+43
| | | | | | | | 2005-01-04 Matthias Clasen <mclasen@redhat.com> * io-bmp.c (DecodeHeader): Error on compressed images with negative height. Also make uncompressed images with data_offset != header_size work. (#150664, Owen Taylor)
* Remove the size_prepared callback, to test incremental display.Matthias Clasen2005-01-045-3/+33
| | | | | | | | | 2005-01-04 Matthias Clasen <mclasen@redhat.com> * demos/testpixbuf.c (main): Remove the size_prepared callback, to test incremental display. (new_testrgb_window): Return the drawing area, not the window, since we want to queue draws on the drawing area.
* Updated Albanian translation.Laurent Dhima2005-01-044-223/+203
| | | | | | 2005-01-04 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* Updated Canadian English translation.Adam Weinberger2005-01-032-151/+131
| | | | * en_CA.po: Updated Canadian English translation.
* Improve the threads examples. (#161618, Stefan Kost)Matthias Clasen2005-01-032-2/+8
| | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/threads.sgml: Improve the threads examples. (#161618, Stefan Kost)
* Re-extract.Matthias Clasen2005-01-0341-281/+264
| | | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * examples/*: Re-extract. * docs/tutorial/gtk-tut.sgml: Small corrections.
* Some updates for the drawing section. (#161414, Robert Ancell)Matthias Clasen2005-01-035-21/+47
| | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: Some updates for the drawing section. (#161414, Robert Ancell)
* Make it build.Matthias Clasen2005-01-035-2/+10
| | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * docs/tutorial/gtk-tut.sgml: Make it build.
* Some clarification regarding modality. (#112903, Dave Bordoley)Matthias Clasen2005-01-035-0/+18
| | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdialog.c (gtk_dialog_run): Some clarification regarding modality. (#112903, Dave Bordoley)
* Forgotten file.Matthias Clasen2005-01-031-1/+4
|
* Add a little motivation. (#145556, Tommi Komulainen)Matthias Clasen2005-01-034-0/+12
| | | | | | | 2005-01-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfixed.c (gtk_fixed_set_has_window): Add a little motivation. (#145556, Tommi Komulainen)