Matthias Clasen
2ea833db9f
Warn if the icon cannot be loaded. ( #323504 , Kjartan Maraas)
...
2005-12-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
cannot be loaded. (#323504 , Kjartan Maraas)
2005-12-14 19:14:14 +00:00
Matthias Clasen
b540c366cc
Add docs for the row-activated signal. ( #324044 , Davyd Madeley)
...
2005-12-14 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs
for the row-activated signal. (#324044 , Davyd Madeley)
2005-12-14 18:12:36 +00:00
Michael Natterer
c151ab9c67
Move stuff to correct ChangeLog.
2005-12-14 16:37:52 +00:00
Michael Natterer
e675ca627f
new utility function which factors out massive code duplication from the
...
2005-12-14 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf/io-jpeg.c (gdk_pixbuf__jpeg_image_load_lines): new
utility function which factors out massive code duplication from
the commit below.
2005-12-14 13:58:02 +00:00
Michael Natterer
49e4882358
applied patch from maemo-gtk which avoids the allocation of an
...
2005-12-14 Michael Natterer <mitch@imendio.com>
* gdk-pixbuf/io-jpeg.c: applied patch from maemo-gtk which avoids
the allocation of an intermediate buffer for non-progressive
jpegs. Fixed bug #305894 .
* tests/test-images/valid_jpeg_progressive_test: new test image so
we can test both loading code paths in io-jpeg.c
2005-12-14 12:47:49 +00:00
Sunil Mohan Adapa
2d53f52106
Updated Telugu translation done by Prajasakti Localisation Team <localisation@prajasakti.com>.
2005-12-14 06:31:16 +00:00
Tim Janik
0eec1a1b88
added a link to the fgloating reference docs in the 2.10 release NEWS
...
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>
* README.in: added a link to the fgloating reference docs in the
2.10 release NEWS section.
2005-12-13 08:48:02 +00:00
Matthias Clasen
a1577e964c
Speed this function up, using the fact that visibility is constant across
...
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index):
Speed this function up, using the fact that visibility is
constant across segments. (#321548 , Paolo Borelli)
2005-12-12 19:33:23 +00:00
Matthias Clasen
104772f87a
Speed up stepping backwards. ( #320638 , Larry Ewing, Paolo Borelli)
...
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets):
* gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
stepping backwards. (#320638 , Larry Ewing, Paolo Borelli)
2005-12-12 19:16:00 +00:00
Matthias Clasen
dd3a8cd122
Only broadcast _GTK_LOAD_ICONTHEMES if we detect a real theme change, not
...
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
_GTK_LOAD_ICONTHEMES if we detect a real theme change, not
upon initial theme load. (#323876 , Peter Lund)
2005-12-12 17:39:50 +00:00
Matthias Clasen
89e079e10b
Make it compile
2005-12-12 17:32:36 +00:00
Matthias Clasen
a3ff3e112b
Register the size-changed signal correctly. ( #323848 , Murray Cumming)
...
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
the size-changed signal correctly. (#323848 , Murray Cumming)
2005-12-12 17:14:45 +00:00
Matthias Clasen
00c4eaef63
Don't fall thru to the wrong window types. ( #323843 )
...
2005-12-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
fall thru to the wrong window types. (#323843 )
2005-12-12 17:08:42 +00:00
Matthias Clasen
128bc9f3ea
Make the gtk-color-scheme setting work.
...
2005-12-12 Matthias Clasen <mclasen@redhat.com>
Make the gtk-color-scheme setting work.
* gtk/gtksettings.h:
* gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
that takes care of initializing the color hash if it is not
already there.
* gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get):
And use it here.
2005-12-12 15:48:43 +00:00
Kwok-Koon Cheung
34291ddf05
Fix mnemonic key
...
* zh_TW.po: Fix mnemonic key
2005-12-12 03:09:33 +00:00
Christophe Merlet
d5a5b71838
Updated French Translation.
2005-12-11 22:14:07 +00:00
Matthias Clasen
c7778a8600
Fix an oversight
2005-12-11 04:25:52 +00:00
Matthias Clasen
9e40d57cbe
Fix the last commit
2005-12-09 17:26:26 +00:00
Žygimantas Beručka
cecf254669
Updated Lithuanian translation.
...
2005-12-09 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
2005-12-09 16:52:20 +00:00
Matthias Clasen
fc37b18d5b
Don't leak list[0]. ( #323629 , Markku Vire)
...
2005-12-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
leak list[0]. (#323629 , Markku Vire)
2005-12-09 16:25:56 +00:00
Matthias Clasen
4669a053d7
Unref the buffer when freeing the RequestData. ( #323577 )
...
2005-12-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
when freeing the RequestData. (#323577 )
2005-12-09 16:05:55 +00:00
Matthias Clasen
e75323a558
Don't leak text.
...
2005-12-07 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
leak text.
2005-12-07 19:50:39 +00:00
Matthias Clasen
85fda2788d
Fix a variable name clash. ( #323475 , Ross Burton)
...
2005-12-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (clone_image_menu_size): Fix a
variable name clash. (#323475 , Ross Burton)
2005-12-07 18:00:20 +00:00
Ross Burton
b22c707741
If the toolbar mode is ICONS and there is no icon set then show the label, and vice versa ( #322019 )
2005-12-07 17:14:07 +00:00
Matthias Clasen
da6a0bf6d8
Use the correct window when synthesizing the key event. ( #323077 , Sadrul
...
2005-12-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
window when synthesizing the key event. (#323077 ,
Sadrul Habib Chowdhury)
(gtk_tree_view_search_key_press_event): Also listen for
GDK_ISO_Left_Tab. (#323077 , Sadrul Habib Chowdhury)
2005-12-07 17:09:54 +00:00
Matthias Clasen
de0fdacec6
Only scroll if we have focus. ( #316310 , Paolo Borelli)
...
2005-12-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
Only scroll if we have focus. (#316310 , Paolo Borelli)
2005-12-07 15:26:53 +00:00
Matthias Clasen
3f4cc9b6c8
Fix a C99ism, spotted by Crispin Flowerday.
...
2005-12-07 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
spotted by Crispin Flowerday.
2005-12-07 14:00:26 +00:00
Behdad Esfahbod
1d2e767a91
Turn metrics hinting on (part of #307196 )
...
2005-12-06 Behdad Esfahbod <behdad@gnome.org>
* gtk/gtksettings.c (settings_update_font_options): Turn metrics
hinting on (part of #307196 )
2005-12-07 02:33:10 +00:00
Matthias Clasen
6f72d3a8c7
Don't commit from reset, it upstets GtkTextView.
...
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
commit from reset, it upstets GtkTextView.
* gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
careful when turning blinking on and off.
(gtk_text_view_focus_out_event): Make the cursor really invisible
when the focus goes away. (#323087 , Sadrul Habib Chowdhury)
(cursor_blinks): Check the gtk-cursor-blink setting first.
2005-12-06 21:21:44 +00:00
Matthias Clasen
4174446a6d
Fix refcounting issues with new_event and its window.
...
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
issues with new_event and its window.
2005-12-06 18:03:50 +00:00
Matthias Clasen
62c1d36a67
Accept NULL as a detach func. ( #323386 , Jorn Baayen)
...
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
as a detach func. (#323386 , Jorn Baayen)
2005-12-06 17:33:46 +00:00
Matthias Clasen
3784db9b52
Avoid conflict with win32 headers in the libdate routines. ( #323045 ,
...
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcalendar.c: Avoid conflict with win32 headers in
the libdate routines. (#323045 , Kazuki Iwamoto)
2005-12-06 17:07:55 +00:00
Matthias Clasen
73696ef8be
Don't ignore errors from g_option_context_parse().
...
2005-12-06 Matthias Clasen <mclasen@redhat.com>
* gdk/gdk.c (gdk_parse_args):
* gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
from g_option_context_parse().
2005-12-06 16:44:31 +00:00
Tim Janik
83344dae85
fix missing hash table initialization.
...
Tue Dec 6 11:37:59 2005 Tim Janik <timj@gtk.org>
* gdk/gdkevents.c (gdk_event_new): fix missing hash table
initialization.
2005-12-06 10:40:09 +00:00
Tim Janik
eed3357e6c
ported memchunk uses to g_slice, so the code compiles again.
...
Tue Dec 6 10:32:17 2005 Tim Janik <timj@gtk.org>
* gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
compiles again.
2005-12-06 09:34:27 +00:00
Federico Mena Quintero
446d1edbdb
"event->state & modifiers", not "event->state && modifiers". Patch by
...
2005-12-05 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
modifiers", not "event->state && modifiers". Patch by Sadrul
Habib Chowdhury <imadil@gmail.com>. Fixes bug #323073 .
2005-12-06 03:11:43 +00:00
Matthias Clasen
051231fab2
Forgotten file
2005-12-05 21:33:05 +00:00
Matthias Clasen
7dc70fba99
Use g_slice instead of mem chunks.
...
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwidget.c:
* gtk/gtkuimanager.c:
* gtk/gtktreedatalist.c:
* gtk/gtktext.c:
* gtk/gtkmain.c:
* gtk/gtkitemfactory.c:
* gtk/gtkseparator.[hc]:
* gtk/gtkclist.[hc]:
* gtk/gtkctree.c:
* gtk/gtkgc.c: Use g_slice instead of mem chunks.
2005-12-05 21:28:32 +00:00
Michael Natterer
40894e9a49
map the new GtkSettings properties "timeout-initial", "timeout-repeat",
...
2005-12-05 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
"timeout-initial", "timeout-repeat", "color-scheme" and
"enable-enimations" to X settings.
2005-12-05 21:06:57 +00:00
Matthias Clasen
3353d528b4
Use g_slice instead of mem chunks.
...
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* gdk/gdkevents.c:
* gdk/gdkcolor.c: Use g_slice instead of mem chunks.
2005-12-05 20:51:18 +00:00
Matthias Clasen
eb79da2f53
Free new_event after sending it to the search entry. ( #323209 , Crispin
...
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
after sending it to the search entry. (#323209 , Crispin Flowerday)
2005-12-05 20:12:33 +00:00
Matthias Clasen
4c8face17d
Forgotten commit
2005-12-05 18:52:04 +00:00
Matthias Clasen
30b574374c
Add a note about GTK_FLOATING.
...
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* README.in: Add a note about GTK_FLOATING.
2005-12-05 16:39:29 +00:00
Matthias Clasen
2ed17574f9
Use g_object_is_floating.
...
2005-12-05 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
2005-12-05 15:49:55 +00:00
Takeshi AIHANA
fa817f76c6
Fixed translation of "Widget" and "Index" reported by kano@na.rim.or.jp.
...
2005-12-04 Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Fixed translation of "Widget" and "Index" reported by kano@na.rim.or.jp .
2005-12-03 17:14:19 +00:00
Matthias Clasen
3852054fd2
Don't leak a pixbuf. ( #323024 , Paolo Borelli)
...
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
a pixbuf. (#323024 , Paolo Borelli)
2005-12-02 20:57:45 +00:00
Matthias Clasen
0b1fa236fd
Don't crash if mime_type is NULL. ( #322998 , Sadrul Habib Chowdhury)
...
2005-12-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
if mime_type is NULL. (#322998 , Sadrul Habib Chowdhury)
2005-12-02 19:57:36 +00:00
Michael Natterer
b3f1be3b56
applied modified patch from maemo-gtk which adds a "horizontal-padding"
...
2005-12-02 Michael Natterer <mitch@imendio.com>
* gtk/gtkmenu.c: applied modified patch from maemo-gtk which
adds a "horizontal-padding" style property. Fixes bug #323036 .
2005-12-02 19:49:10 +00:00
Michael Natterer
dd7c0d77b1
Merged modified patch from maemo-gtk that allows to disable toolbar
...
2005-12-01 Michael Natterer <mitch@imendio.com>
Merged modified patch from maemo-gtk that allows to disable
toolbar animations. Addresses bug #142582 .
* gtk/gtksettings.c: added boolean property "gtk-enable-animations".
(patch from Christian Neumair)
* gtk/gtktoolbar.c: don't animate toolbar changes if the settings
property is FALSE. Replaced the individual "notify::foo"
connections to GtkSettings by a single "notify" callback and
dispatch internally.
2005-12-01 20:49:17 +00:00
Matthias Clasen
7499e33c81
Merge upstream changes to handle duplicate glob patterns.
2005-12-01 19:04:41 +00:00