summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Released GTK+ 2.2.4.GTK_2_2_4Kristian Rietveld2003-09-0468-704/+1046
|
* updates.Kristian Rietveld2003-09-046-7/+26
| | | | | | Thu Sep 4 19:11:23 2003 Kristian Rietveld <kris@gtk.org> * docs/RELEASE-HOWTO: updates.
* Review Greek translationNikos Charonitakis2003-09-042-848/+624
|
* Updated the Greek translationKostas Papadimas2003-09-042-106/+66
|
* for the END case, use end_position - page_size instead of G_MAXINT, sinceKristian Rietveld2003-09-036-3/+39
| | | | | | | | | Wed Sep 3 23:18:17 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkmenu.c (gtk_menu_real_move_scroll): for the END case, use end_position - page_size instead of G_MAXINT, since gtk_menu_scroll_to doesn't CLAMP anymore internally. (Fixes #121237, reported by Havoc Pennington).
* if icon->style != NULL, unref it. (Fixes memleak, patch from KjartanKristian Rietveld2003-09-036-0/+28
| | | | | | | Wed Sep 3 21:58:03 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkiconfactory.c (cached_icon_free): if icon->style != NULL, unref it. (Fixes memleak, patch from Kjartan Maraas).
* broken pipeKristian Rietveld2003-09-0318-22/+22
|
* big patch from Kjartan Maraas to fix numerous typos.Kristian Rietveld2003-09-036-6/+51
| | | | | | | | | | | | Wed Sep 3 21:38:26 2003 Kristian Rietveld <kris@gtk.org> * gdk/Makefile.am, gdk/linux-fb/gdkfbmanager.c, gdk/x11/gdkcolor-x11.c, gdk-pixbuf/io-gif.c, gtk/Makefile.am, gtk/gtkcalendar.c, gtk/gtkclist.c, gtk/gtkctree.c, gtk/gtkdnd.c, gtk/gtkentry.c, gtk/gtkhandlebox.c, gtk/gtkitemfactory.c, gtk/gtkmenu.c, gtk/gtknotebook.c, gtk/gtkrange.c, gtk/gtkrc.h, gtk/gtktree.c, gtk/gtktypeutils.h, gtk/gtkwindow.c: big patch from Kjartan Maraas to fix numerous typos.
* Correct compile line for threads example.BST 2003 Tony Gale2003-09-036-2/+7
| | | | | | Wed Sep 3 17:38:01 BST 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Correct compile line for threads example.
* Don't call CloseHandle() on the HMODULE returned from GetModuleHandle().Tor Lillqvist2003-09-026-2/+55
| | | | | | | | | | | | | 2003-09-02 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdisplay-win32.c (gdk_display_open): Don't call CloseHandle() on the HMODULE returned from GetModuleHandle(). Didn't cause any harm, but didn't do anything useful either. When running a GTK+ program under MS's debugger, the CloseHandle() call would cause a "first-chance exception" in ntdll.dll to show up. (The exception is caught appropriately if you let it proceed, but it confuses the person using the debugger). Thanks to Bruce Hochstetler for noticing.
* revert the change to only select when button 1 is pressed introduced inKristian Rietveld2003-09-026-3/+32
| | | | | | | | Tue Sep 2 21:01:19 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_button_press): revert the change to only select when button 1 is pressed introduced in the fix of bug #120187.
* Update header.Kjartan Maraas2003-08-312-5/+9
| | | | | | 2003-08-31 Kjartan Maraas <kmaraas@gnome.org> * no.po: Update header.
* 2003-08-30 updated ja.po. T.Aihana <aihana@gnome.gr.jp>updated ja.po. T.Aihana2003-08-302-763/+827
|
* Added "sq" to ALL_LINGUASLaurent Dhima2003-08-296-1/+21
| | | | * configure.in: Added "sq" to ALL_LINGUAS
* Added Albanian translation by Besnik Bleta <besnikbleta@hotmail.com>Laurent Dhima2003-08-291-0/+5
| | | | * sq.po: Added Albanian translation by Besnik Bleta <besnikbleta@hotmail.com>
* Added Albanian fileLaurent Dhima2003-08-291-0/+4921
| | | | * sq.po: Added Albanian file
* *** empty log message ***Wang Jian2003-08-282-2/+6
|
* Revision of Spanish translation by Francisco Javier F. SerradorPablo Gonzalo del Campo2003-08-282-144/+79
| | | | | | | 2003-08-28 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Revision of Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
* Updated Slovenian translationAndraz Tori2003-08-271-31/+31
|
* Updated German translation.Christian Neumair2003-08-272-5/+9
|
* Dutch translation updated.Vincent van Adrighem2003-08-262-5/+10
| | | | | | 2003-08-27 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated.
* Fix missing tag #120713BST 2003 Tony Gale2003-08-266-2/+22
| | | | | | Tue Aug 26 19:44:02 BST 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Fix missing tag #120713
* === Released 2.2.3 ===GTK_2_2_3Owen Taylor2003-08-263-66/+98
| | | | | | Tue Aug 26 10:01:18 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.2.3 ===
* Updated Hindi translationGuntupalli Karunakar2003-08-262-336/+203
|
* Fix variable declaration not at start of block. (#120371, Damien Carbery)Owen Taylor2003-08-267-14/+61
| | | | | | | | | Tue Aug 26 09:57:38 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkkeys-x11.c (update_keymaps): Fix variable declaration not at start of block. (#120371, Damien Carbery) * NEWS: Bunch of typo fixes from Kristian.
* Updated Welsh translation.Dafydd Harries2003-08-262-24/+16
|
* My firstname is Frederic, not Federico :)Frédéric Crozat2003-08-265-5/+5
|
* === Released 2.2.3 ===Owen Taylor2003-08-2669-9386/+14512
| | | | | | | | | | | | | Mon Aug 25 21:48:34 2003 Owen Taylor <otaylor@redhat.com> * === Released 2.2.3 === * configure.in: Version 2.2.3, interface age 3 * NEWS: Updated * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state): SGML markup fixes.
* Since we add one to the layout's reported width to account for the cursor,Owen Taylor2003-08-267-3/+67
| | | | | | | | | | | | | | Mon Aug 25 19:55:55 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtktextview.c (gtk_text_view_update_layout_width): Since we add one to the layout's reported width to account for the cursor, we need to subtract one when setting the wrap width for the layout. (Fixes infinite loop (#120325, Federico Crozat) * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Be a bit more careful about rounding when converting wrapped width from Pango units to pixels.
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-257-192/+430
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Aug 20 21:26:49 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Send the focus on to the parent when there was no focus widget before and no focus widget after - that is, when there are no focusable widgets. (#108678, help tracking it down from Padraig O'Briain, Federico Mena Quintero, ) * gtk/gtkxembed.[ch]: Move various shared utilities for the XEMBED protocol eused by GtkPlug and GtkSocket here. * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement a flag bit that is sent with focus mesages to indicate that the focus has wrapped around on the toplevel; use this bit to catch infinite loops when there is no focusable widget at ll in the entire toplevel. * tests/testsocket.c (child_read_watch): Remove an extraneous unref. * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: Up XEMBED protocol version to 1, add logic for sending the right version in XEMBED_EMBEDDED_NOTIFY. * gtk/gtksocket.c (gtk_socket_add_window): Send the embedder window in the XEMBED_EMBEDDED_NOTIFY as the spec requires.
* Don't include page->menu_label - causes various problems, includingOwen Taylor2003-08-256-2/+30
| | | | | | | | Mon Aug 25 17:28:04 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_forall): Don't include page->menu_label - causes various problems, including #12047.
* Fixes #115871, reported by Michael Natterer.Kristian Rietveld2003-08-258-29/+173
| | | | | | | | | | | | | | | | | | | | | | | | | Mon Aug 25 23:21:43 2003 Kristian Rietveld <kris@gtk.org> Fixes #115871, reported by Michael Natterer. * gtk/gtktreeprivate.h: added GtkTreeSelectMode enum, added ctrl_pressed and shift_pressed bitfields, (_gtk_tree_selection_internal_select_node): replace GdkModifierType arg with GtkTreeSelectMode. * gtk/gtktreeselection.c (gtk_tree_selection_set_mode), (gtk_tree_selection_select_path), (gtk_tree_selection_unselect_path), (_gtk_tree_selection_internal_select_node): all updated for GdkModifierType -> GtkTreeSelectMode move. * gtk/gtktreeview.c (gtk_tree_view_button_press): set ctrl_pressed and shift_pressed around selection handling block, (gtk_tree_view_real_select_cursor_row), (gtk_tree_view_real_toggle_cursor_row), (gtk_tree_view_real_selection_cursor_parent), (gtk_tree_view_real_set_cursor): use ctrl_pressed and shift_pressed, instead of checking the event state. And also updates for the GdkModifierType -> GtkTreeSelectMode move.
* Send the focus on to the parent when there was no focus widget before andOwen Taylor2003-08-255-0/+145
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wed Aug 20 21:26:49 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkplug.c (gtk_plug_focus): Send the focus on to the parent when there was no focus widget before and no focus widget after - that is, when there are no focusable widgets. (#108678, help tracking it down from Padraig O'Briain, Federico Mena Quintero, ) * gtk/gtkxembed.[ch]: Move various shared utilities for the XEMBED protocol eused by GtkPlug and GtkSocket here. * gtk/gtkxembed.[ch] gtkplug.c gtksocket.c: Implement a flag bit that is sent with focus mesages to indicate that the focus has wrapped around on the toplevel; use this bit to catch infinite loops when there is no focusable widget at ll in the entire toplevel. * tests/testsocket.c (child_read_watch): Remove an extraneous unref. * gtk/gtkplug.c gtk/gtksocket.c gtk/gtkxembed.h: Up XEMBED protocol version to 1, add logic for sending the right version in XEMBED_EMBEDDED_NOTIFY. * gtk/gtksocket.c (gtk_socket_add_window): Send the embedder window in the XEMBED_EMBEDDED_NOTIFY as the spec requires.
* Fix up CapsLock and NumLock handling for non-XKB. Add a special case hackOwen Taylor2003-08-256-48/+123
| | | | | | | | | Mon Aug 25 16:15:41 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkkeys-x11.c: Fix up CapsLock and NumLock handling for non-XKB. Add a special case hack for NumLock on Sun servers. (Patch from Robert Basch, #115819)
* *** empty log message ***Richard Allen2003-08-251-6/+4
|
* Fix some missing initializations of rc_file->directory.Owen Taylor2003-08-246-1/+28
| | | | | | | Sun Aug 24 17:00:03 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c: Fix some missing initializations of rc_file->directory.
* Fix problem where rc_file->directory wasn't always getting set. (#120549,Owen Taylor2003-08-246-1/+32
| | | | | | | | Sat Aug 23 21:40:18 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c (gtk_rc_context_parse_one_file): Fix problem where rc_file->directory wasn't always getting set. (#120549, Luis Villa)
* Updated Slovenian translationAndraz Tori2003-08-231-116/+120
|
* Updated Azerbaijani translation.Metin Amiroff2003-08-232-574/+495
| | | | | | 2003-08-23 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation.
* Updated Slovak translation.Stanislav Visnovsky2003-08-222-272/+225
| | | | | | 2003-08-22 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Updated Korean translation.Changwoo Ryu2003-08-222-168/+169
| | | | * ko.po: Updated Korean translation.
* Updated Icelandic translation and added "is" to ALL_LINGUAS.Samúel Jón Gunnarsson2003-08-228-518/+552
| | | | | | | 2003-08-22 Samúel Jón Gunnarsson <sammi@techattack.nu> * is.po: Updated Icelandic translation and added "is" to ALL_LINGUAS.
* Added "ne" to ALL_LINGUAS. Added Nepali translation by Pawan ChitrakarChristian Rose2003-08-228-1/+352
| | | | | | | | 2003-08-22 Christian Rose <menthos@menthos.com> * configure.in: Added "ne" to ALL_LINGUAS. * po/ne.po: Added Nepali translation by Pawan Chitrakar <pawan@nplinux.org>.
* Keep a list of current GtkRcFiles being parsed, not just the directoriesOwen Taylor2003-08-216-22/+61
| | | | | | | | | Thu Aug 21 16:00:36 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkrc.c: Keep a list of current GtkRcFiles being parsed, not just the directories for those files. Use that to catch recursion. (Part of #114988)
* Fix option menu scrolling (#119821, Owen Taylor).Kristian Rietveld2003-08-216-5/+76
| | | | | | | | | | | | Thu Aug 21 21:27:45 2003 Kristian Rietveld <kris@gtk.org> Fix option menu scrolling (#119821, Owen Taylor). * gtk/gtkmenu.c (gtk_menu_scroll_to): remove logic introduced by #80484 and the CLAMP, (get_menu_height): new function, (gtk_menu_real_move_scroll): sort of moved the CLAMP here to correct new_offset to handle page up/down right.
* Change the interpretation of consumed_modifiers so that it contains: -Owen Taylor2003-08-216-11/+126
| | | | | | | | | | | | Thu Aug 21 15:17:42 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkkeys-x11.c: Change the interpretation of consumed_modifiers so that it contains: - Modifiers combinations actually found in state. - Single modifier modifier combinations. But not multi-modifier combinations that aren't in event->state. Document. (#100439)
* Merge from HEAD.Kristian Rietveld2003-08-216-44/+116
| | | | | | | | | | | | | Thu Aug 21 20:53:46 2003 Kristian Rietveld <kris@gtk.org> Merge from HEAD. Slightly modified patch from Yann Rouillard to improve selection behavior with the mouse. Fixes #120187. * gtk/gtktreeview.c (gtk_tree_view_button_press): only select/deselect items on the first button press of button 1, expand checks for row_activated to include triple clicks.
* *** empty log message ***Richard Allen2003-08-211-1/+3
|
* always round approximate digit widths up, to avoid truncation, convert toKristian Rietveld2003-08-206-5/+51
| | | | | | | | | | | Thu Aug 21 01:33:51 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkspinbutton.c (gtk_spin_button_size_request): always round approximate digit widths up, to avoid truncation, convert to pango pixels when we have the full string width instead of converting the approx digit width to pango pixels, take inner border and interior focus into account correctly. (Fixes #116368, patch from Morten Welinder).
* Don't look at the same directory twice (in simple cases). (#120342)Noah Levitt2003-08-206-15/+47
| | | | | | | 2003-08-20 Noah Levitt <nlevitt@columbia.edu> * gtk/queryimmodules.c: Don't look at the same directory twice (in simple cases). (#120342)