summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.6.2GTK_2_6_2Matthias Clasen2005-02-04171-13853/+14138
|
* Work better when there is not enough space. This avoids a nasty sizeMatthias Clasen2005-02-044-0/+22
| | | | | | | | | 2005-02-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpaned.c (gtk_paned_compute_position): Work better when there is not enough space. This avoids a nasty size allocation loop in the file chooser. (#154007, reported by Milosz Derezynski, patch by Robert Ögren)
* Avoid spurious selection of RTL direction if the widget does not haveMatthias Clasen2005-02-044-1/+22
| | | | | | | | 2005-02-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (gtk_entry_create_layout): Avoid spurious selection of RTL direction if the widget does not have focus. (#164125, Frederic Crozat)
* Updated Finnish translation.Pauli Virtanen2005-02-042-310/+199
| | | | | | 2005-02-04 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Use the wide character version of ImmGetCompositionString() here, too.Tor Lillqvist2005-02-034-2/+20
| | | | | | | | 2005-02-03 Tor Lillqvist <tml@novell.com> * modules/input/gtkimcontextime.c (get_pango_attr_list): Use the wide character version of ImmGetCompositionString() here, too. (#165278, Takuro Ashie)
* Don't do one roundtrip per motion event. (#166173, pointed out by ChrisMatthias Clasen2005-02-034-11/+39
| | | | | | | | 2005-02-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenu.c (gtk_menu_handle_scrolling): Don't do one roundtrip per motion event. (#166173, pointed out by Chris Lee, patch by Søren Sandmann)
* remove debug spew.Mark McLoughlin2005-02-034-1/+12
| | | | | | 2005-02-03 Mark McLoughlin <mark@skynet.ie> * gtk/gtkicontheme.c: (load_themes): remove debug spew.
* Updated Greek Translation.Kostas Papadimas2005-02-034-450/+271
|
* Make the gdk_key array const (#166075, Tommi Komulainen)Matthias Clasen2005-02-034-1/+16
| | | | | | | 2005-02-03 Matthias Clasen <mclasen@redhat.com> * gdk/gdkkeynames.c: Make the gdk_key array const (#166075, Tommi Komulainen)
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2005-02-022-148/+91
| | | | | | | 2005-02-02 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
* Don't select the first row if the chooser is not mapped. This happens whenFederico Mena Quintero2005-02-024-1/+42
| | | | | | | | | | | 2005-02-02 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (pending_select_paths_process): Don't select the first row if the chooser is not mapped. This happens when it's acting on behalf of GtkFileChooserButton. Also, don't select the first row if we are in SAVE or CREATE_FOLDER modes --- I had missed that (see the ChangeLog entry from 2005-01-18). Fixes #165264.
* Implement lazy extended input initialization on Win32, by Robert Ögren.Tor Lillqvist2005-02-026-6/+93
| | | | | | | | | | | | | | | | | | | | | | | 2005-02-02 Tor Lillqvist <tml@novell.com> Implement lazy extended input initialization on Win32, by Robert Ögren. Fixes #163163, possibly #162334. Lazy initialization would be a good idea in any case even if it didn't fix any visible problems, though. The Wacom tablet driver seems to get confused if Wintab is initialized but no window is shown before the process exits. This is the case for some GIMP plug-ins, for instance. * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Made non-static (and renamed). (_gdk_input_init): Don't call _gdk_input_wintab_init_check(). * gdk/win32/gdkinput-win32.h: Declare _gdk_input_wintab_init_check(). * gdk/win32/gdkinput.c (gdk_devices_list, gdk_display_list_devices, gdk_input_set_extension_events): Call _gdk_input_wintab_init_check() here instead.
* Use a FIFO list for storing GdkSelProp of a single window so thatIvan, Wong Yat Cheung2005-02-024-11/+31
| | | | | | | | 2005-02-02 Ivan, Wong Yat Cheung <email@ivanwong.info> * gdk/win32/gdkselection.c: Use a FIFO list for storing GdkSelProp of a single window so that gtk_clipboard_request_contents() can be called inside a GtkClipboardReceivedFunc(). (#163844)
* Translation updated by Ivar Smolin.Priit Laes2005-02-022-7/+11
| | | | | | 2005-02-02 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin.
* Updated Albanian translation.Laurent Dhima2005-02-022-81/+85
| | | | | | 2005-02-02 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation.
* UpdatesMatthias Clasen2005-02-024-0/+43
| | | | Updates
* Mark GdkEventOwnerChange and GdkOwnerChange as 2.6 additions. (#165823,Matthias Clasen2005-02-023-1/+9
| | | | | | | | 2005-02-02 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/event_structs.sgml: * gdk/tmpl/events.sgml: Mark GdkEventOwnerChange and GdkOwnerChange as 2.6 additions. (#165823, Masao Mutoh)
* Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic)Matthias Clasen2005-02-024-7/+13
| | | | | | | 2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkicontheme.c (gtk_icon_theme_init): Look for icons in XDG_DATA_DIRS/pixmaps. (#165950, Thomas Zajic)
* Set info->icon_list to NULL after freeing it. (#165800, Damon Chaplin)Matthias Clasen2005-02-024-0/+16
| | | | | | | 2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwindow.c (gtk_window_set_icon_name): Set info->icon_list to NULL after freeing it. (#165800, Damon Chaplin)
* Don't g_assert_not_reached() if we are in any other state. Another codeFederico Mena Quintero2005-02-024-1/+27
| | | | | | | | | 2005-02-01 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (browse_files_model_finished_loading_cb): Don't g_assert_not_reached() if we are in any other state. Another code path may have triggered a folder reload. Fixes #165556.
* depend on stable pango-1.8, not unstable 1.7Michael Natterer2005-02-024-1/+13
| | | | | | 2005-02-01 Michael Natterer <mitch@gimp.org> * configure.in: depend on stable pango-1.8, not unstable 1.7
* Fix #165770:Federico Mena Quintero2005-02-014-2/+32
| | | | | | | | | | | | 2005-02-01 Federico Mena Quintero <federico@ximian.com> Fix #165770: * gtk/gtkfilechooserdefault.c (FALLBACK_ICON_SIZE): Make the fallback size be 16, to be equal to the default for GTK_ICON_SIZE_MENU (in gtkiconfactory.c:init_icon_sizes()). (change_icon_theme): Use GTK_ICON_SIZE_MENU instead of GTK_ICON_SIZE_SMALL_TOOLBAR.
* Remove debug printf. (#165877, Carlos Garnacho Parro)Matthias Clasen2005-02-014-1/+9
| | | | | | | 2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Remove debug printf. (#165877, Carlos Garnacho Parro)
* Fix many instances of "the the" in docs and comments. (#165815, MasaoMatthias Clasen2005-02-0122-24/+33
| | | | | | | 2005-02-01 Matthias Clasen <mclasen@redhat.com> * */*.c: Fix many instances of "the the" in docs and comments. (#165815, Masao Mutoh)
* Add a --quiet option.Matthias Clasen2005-02-017-12/+52
| | | | | | 2005-02-01 Matthias Clasen <mclasen@redhat.com> * gtk/updateiconcache.c (main): Add a --quiet option.
* New functions, code blocks refactored out of update_keymap(). NoTor Lillqvist2005-02-015-246/+384
| | | | | | | | | | | | | | | | | | | 2005-02-01 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkkeys-win32.c (handle_special, set_shift_vks, reset_after_dead, handle_dead): New functions, code blocks refactored out of update_keymap(). No functionality change. (update_keymap): Use ToUnicodeEx() when available (on NT-based Windows) instead of ToAsciiEx(). Makes keyboard input work in Unicode-only input locales that don't have any ANSI codepage, for instance Hindi and Bengali. Use _gdk_input_codepage only on Win9x. (#165723) * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_INPUTLANGCHANGE, use GetLocaleInfo() instead of TranslateCharsetInfo() to get the input locale's corresponding codepage, if any.
* Use NULL, not 0 to terminate NULL-terminated va lists. (#165683)Matthias Clasen2005-01-314-3/+18
| | | | | | | 2005-01-31 Matthias Clasen <mclasen@redhat.com> * modules/input/gtkimcontextxim.c: Use NULL, not 0 to terminate NULL-terminated va lists. (#165683)
* Updated Danish translation.Martin Willemoes Hansen2005-01-312-86/+89
| | | | * da.po: Updated Danish translation.
* Updated Lithuanian translation.Žygimantas Beručka2005-01-314-335/+338
| | | | | | 2005-01-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation.
* Updated Italian translation.Alessio Frusciante2005-01-304-1726/+1745
|
* Translation updated.Priit Laes2005-01-292-304/+299
| | | | | | 2005-01-29 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated.
* Updated Swedish translation.Christian Rose2005-01-282-78/+85
| | | | | | 2005-01-28 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
* update ancient IRC info.Manish Singh2005-01-274-4/+16
| | | | | | Thu Jan 27 14:25:45 2005 Manish Singh <yosh@gimp.org> * README.cvs-commits: update ancient IRC info.
* Oops, don't assert that we can't reach the end of the function; thisFederico Mena Quintero2005-01-274-2/+22
| | | | | | | | | 2005-01-27 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_select_path): Oops, don't assert that we can't reach the end of the function; this happens if we are still loading but don't need a path change. Fixes #165213.
* Update UpdateKjartan Maraas2005-01-273-977/+1008
| | | | | | | 2005-01-27 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update
* Some visual tweaks to the about dialog, obey HIG spacing a bit more, add aMatthias Clasen2005-01-274-3/+89
| | | | | | | | 2005-01-27 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c: Some visual tweaks to the about dialog, obey HIG spacing a bit more, add a hand cursor when over the link button. (#163979, Jorn Baayen)
* Updated Catalan translation.Jordi Mallach2005-01-272-624/+593
|
* Removed context string in translation. Added comment.Frank Arnold2005-01-262-1/+6
| | | | | | 2005-01-26 Frank Arnold <farnold@cvs.gnome.org> * de.po: Removed context string in translation. Added comment.
* Updated Korean translation.Changwoo Ryu2005-01-262-241/+146
| | | | | | 2005-01-26 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model):Matthias Clasen2005-01-265-4/+39
| | | | | | | | | | | 2005-01-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Don't allow -1 as minimum-key-length. (gtk_entry_completion_set_model): Add missing notification. (gtk_entry_completion_set_minimum_key_length): Add missing notification, allow setting minimum-key-length to 0. (#165194, Vincent Ladeuil)
* Make sure the license dialog is initially displayed without a horizontalMatthias Clasen2005-01-264-3/+37
| | | | | | | | | | 2005-01-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaboutdialog.c (display_license_dialog): Make sure the license dialog is initially displayed without a horizontal scrollbar. (gtk_about_dialog_class_init): Document the fact that the license text is not wrapped. (#165012, Christian Rose)
* Removed CVS conflict indicator. Updated Korean translation.Changwoo Ryu2005-01-262-255/+172
| | | | | | | 2005-01-26 Changwoo Ryu <cwryu@debian.org> * ChangeLog: Removed CVS conflict indicator. * ko.po: Updated Korean translation.
* Fix docs. (#165180, Jeff Franks)Matthias Clasen2005-01-254-1/+10
| | | | | | | 2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkbutton.c (gtk_button_set_image): Fix docs. (#165180, Jeff Franks)
* Fix docs. (#165163, Jeff Franks)Matthias Clasen2005-01-254-1/+10
| | | | | | | 2005-01-25 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkwindow-x11.c (gdk_window_configure_finished): Fix docs. (#165163, Jeff Franks)
* Add bug refMatthias Clasen2005-01-251-2/+2
|
* Add note on limited availability.Matthias Clasen2005-01-253-0/+19
| | | | | | | | 2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtksocket.sgml: * gtk/tmpl/gtkplug.sgml: Add note on limited availability.
* Use the correct setter for a string GValue. (#165203, Damon Chaplin)Matthias Clasen2005-01-254-1/+16
| | | | | | | 2005-01-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_get_property): Use the correct setter for a string GValue. (#165203, Damon Chaplin)
* Updated German translation.Hendrik Brandt2005-01-252-53/+62
| | | | | | 2005-01-24 Hendrik Brandt <heb@gnome-de.org> * po/de.po: Updated German translation.
* Initialize user_time from DESKTOP_STARTUP_ID. (#165131, Elijah Newren)Matthias Clasen2005-01-254-0/+39
| | | | | | | | 2005-01-24 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkdisplay-x11.c (_gdk_windowing_set_default_display): Initialize user_time from DESKTOP_STARTUP_ID. (#165131, Elijah Newren)
* Removed leftover comments.Federico Mena Quintero2005-01-254-2/+12
| | | | | | 2005-01-24 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdefault.c: Removed leftover comments.