- 27 Jun, 2003 1 commit
-
-
Soeren Sandmann authored
Fri Jun 27 03:56:59 2003 Soeren Sandmann <sandmann@daimi.au.dk> * io-gif-animation.c (gdk_pixbuf_gif_anim_frame_composite): Make it compile with C89 compilers. Thu Jun 26 21:41:16 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_cell_data): only set "is_expander" and "is_expanded" if the new value is different fromt he old one.
-
- 25 Jun, 2003 2 commits
-
-
BST 2003 Tony Gale authored
Wed Jun 25 18:59:15 BST 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Fix typos. Update thread example I missed yesterday.
-
Fatih Demir authored
-
- 24 Jun, 2003 3 commits
-
-
Matthias Clasen authored
2003-06-24 Matthias Clasen <maclas@gmx.de> * gtk/gtkspinbutton.c (gtk_spin_button_class_init): Add a blurb for shadow_type. * gtk/gtkwidget.c (gtk_widget_class_install_style_property_parser): (gtk_widget_class_list_style_properties): Use same parameter names as in header (to silence gtk-doc). * gtk/gtkalignment.c (gtk_alignment_[gs]et_padding): Fix doc comments.
-
BST 2003 Tony Gale authored
Tue Jun 24 20:00:45 BST 2003 Tony Gale <gale@gtk.org> * docs/faq/gtk-faq.sgml: Thread support updates from Owen. Various suggestions from Steve Chaplin.
-
Mohammad DAMT authored
2003-03-24 Mohammad DAMT <mdamt@bisnisweb.com> * id.po: Updated Indonesian translation
-
- 23 Jun, 2003 3 commits
-
-
Matthias Clasen authored
2003-06-24 Matthias Clasen <maclas@gmx.de> * gtk/gtk-docs.sgml: Move GtkIMContext to "Abstract Base Classes", since its abstract. * gtk/tmpl/gtkaccessible.sgml: * gtk/tmpl/gtkimmulticontext.sgml: * gtk/tmpl/gtkimcontextsimple.sgml: * gtk/tmpl/gtkimcontext.sgml: * gtk/tmpl/gtkviewport.sgml: * gtk/tmpl/gtkcellrenderertext.sgml: * gtk/tmpl/gtkcellrendererpixbuf.sgml: * gtk/tmpl/gtkcelleditable.sgml: * gtk/tmpl/gtktreemodelsort.sgml: * gtk/tmpl/gtktreednd.sgml: * gtk/tmpl/gtktreesortable.sgml: Add short descriptions.
-
Matthias Clasen authored
2003-06-23 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (HTML_IMAGES): Add RTL variants of stock icons. * gtk/tmpl/gtkstock.sgml: Document RTL variants of stock icons.
-
Matthias Clasen authored
2003-06-23 Matthias Clasen <maclas@gmx.de> * io-gif.c (gif_get_frame_info): Remove the pointless refusal to load images with dubious disposal mode on the first frame. Just ignore it, as everybody else does.
-
- 22 Jun, 2003 6 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2003-06-22 Matthias Clasen <matthias@localhost.localdomain> * gdk-pixbuf/gdk-pixbuf-sections.txt: Add gdk_pixbuf_loader_new_with_mime_type.
-
Matthias Clasen authored
2003-06-22 Matthias Clasen <matthias@localhost.localdomain> * io-gif.c (gif_get_extension): Reset block_count to 0 for all application extensions, otherwise the data blocks of unknown extensions are not propertly skipped. Second half of the fix for #106962, handle frames extending beyond the logical screen: * io-gif.c (clip_frame): New helper function to clip a rectangle to the logical screen size of the gif. (maybe_update): New helper function to call update_func only if the rectangle is not completely off-bounds. (gif_get_lzw): Read frames extending outside the logical screen size, but be careful clip to the logical screen size when operating on the composite pixbuf and when calling update_func. (gif_init): Set the animation size to the logical screen size. (gif_get_frame_info): Don't refuse to load images with frames extending beyond the logical screen size. * io-gif-animation.c (gdk_pixbuf_gif_anim_frame_composite): Be careful to clip all rectangles to the logical screen size, also handle the fact that frames may be completely off-bounds.
-
Metin Amiroff authored
2003-06-22 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
2003-06-21 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): When emulating X11's automatic grab on button down, pass owner_events as FALSE. According to the XLib spec, automatic grabs use True for owner_events when OwnerGrabButtonMask is selected, and I don't see the X11 backend doing that. (#110271) (find_window_for_pointer_event): Improve debugging output.
-
- 21 Jun, 2003 1 commit
-
-
Matthias Clasen authored
-
- 18 Jun, 2003 2 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2003-06-19 Matthias Clasen <maclas@gmx.de> * gtk/question_index.sgml: Add a question about changing fonts. (#114747)
-
- 17 Jun, 2003 3 commits
-
-
Tor Lillqvist authored
2003-06-17 Tor Lillqvist <tml@iki.fi> * gtk-zip.sh.in (DLLDIR): Look for DLLs also in the bin subdirectory, where libtool 1.5 installs them. * README.win32: Point to FSF's binary Win32 distribution of gettext-runtime.
-
Dmitry Mastrukov authored
-
Matthias Clasen authored
2003-06-17 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf/Makefile.am: Add rule to regenerate man pages from Docbook. (man_MANS): Add gdk-pixbuf-csource.1, gdk-pixbuf-query-loaders.1. (content_files): Add gdk-pixbuf-csource.xml, gdk-pixbuf-query-loaders.xml. * gdk-pixbuf/gdk-pixbuf-csource.xml: New refentry, containing the former gdk-pixbuf/gdk-pixbuf-csource.1, converted to Docbook. * gdk-pixbuf/gdk-pixbuf-query-loaders.xml: New refentry. * gdk-pixbuf/gdk-pixbuf-csource.1: * gdk-pixbuf/gdk-pixbuf-query-loaders.1: Man pages generated from the .xml sources. * gdk-pixbuf/gdk-pixbuf.sgml: Include gdk-pixbuf-csource.xml and gdk-pixbuf-query-loaders.xml. * gtk/Makefile.am: Add rule to regenerate man pages from Docbook. (man_MANS): Add gtk-query-immodules-2.0.1 (content_files): Add gtk-query-immodules-2.0.xml * gtk/gtk-query-immodules-2.0.xml: New refentry. * gtk/gtk-query-immodules-2.0.1: Man page generated from the .xml source. * gtk/gtk-docs.sgml: Include gtk-query-immodules-2.0.xml. * acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New macros to check for XML catalog contents and path, borrowed from gtk-doc. * configure.in: New option --enable-man to enable regeneration of man pages from Docbook, if the necessary tools are found.
-
- 16 Jun, 2003 1 commit
-
-
Matthias Clasen authored
2003-06-17 Matthias Clasen <mc2@YAST_ASK> * gtk/gtk-docs.sgml: * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: Add autogenerated indices.
-
- 14 Jun, 2003 2 commits
-
-
Matthias Clasen authored
2003-06-15 Matthias Clasen <maclas@gmx.de> * gtk/gtkcalendar.c (gtk_calendar_class_init): * gtk/gtknotebook.c (gtk_notebook_class_init): * gtk/gtkalignment.c (gtk_alignment_class_init): * gtk/gtkpaned.c (gtk_paned_class_init): Document new properties as 2.4 additions. * gtk/gtkwidget.c (gtk_widget_class_init): Move inline signal docs to the proper place, immediately before the g_signal_new() call. * gtk/gtktextiter.h: Make the flags-nature of GtkTextSearchFlags more obvious. (#115122, Jeff Franks)
-
Christian Rose authored
2003-06-14 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation.
-
- 12 Jun, 2003 2 commits
-
-
Pablo Gonzalo del Campo authored
2003-06-12 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
-
Anders Carlsson authored
2003-06-12 Anders Carlsson <andersca@codefactory.se> * gtk/gtkwidget.c: (event_window_is_still_viewable): Special case pixmaps. (#114880)
-
- 11 Jun, 2003 4 commits
-
-
Matthias Clasen authored
2003-06-11 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkdnd.sgml: Fix some typos.
-
Matthias Clasen authored
2003-06-12 Matthias Clasen <maclas@gmx.de> * gtk/gtkwidget.c: Document child-notify and drag-data-received signals. Owen, we need to figure out where the best place for these comments in the source is. I currently put them in front of the signals enum.
-
Kristian Rietveld authored
Thu Jan 12 01:01:19 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): silly typo fix. s/seperator/separator/. This gets rid of the assert spam when using TreeView.
-
Dmitry Mastrukov authored
-
- 10 Jun, 2003 2 commits
-
-
Pablo Gonzalo del Campo authored
2003-06-10 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Juan Manuel García Molina <juanma_gm@wanadoo.es>.
-
Hidetoshi Tajima authored
Tue Jun 10 11:23:48 2003 Hidetoshi Tajima <hidetoshi.tajima@sun.com> * modules/input/gtkimcontextxim.c (xim_instantiate_callback): New function for XIM instantiate callback. * modules/input/gtkimcontextxim.c (xim_info_try_im): New function where call to XOpenIM() or XRegisterIMInstantiateCallback() is actually made. * modules/input/gtkimcontextxim.c (xim_destroy_callback): New function for XIM's destroy callback. * modules/input/gtkimcontextxim.c (get_im): add a check if info->im is set or not - if it's not set, call xim_info_try_im() to try to initiaize it. * modules/input/gtkimcontextxim.c (reinitialize_ic): reset filter_key_release flag of the context. * modules/input/gtkimcontextxim.c (get_ic_real): removed * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic): move code from the removed get_ic_real(). For XIM instantiation, destruction and re-instantiation. With this, Gtk+ apps will be able to connect or reconnect to the XIM, when it starts after the apps, or when the XIM gets lost and recover. (#113099, #107782).
-
- 09 Jun, 2003 8 commits
-
-
Kristian Rietveld authored
Mon Jun 10 01:12:31 2003 Kristian Rietveld <kris@gtk.org> Merged from stable. * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_size): check if width is !null, not *width. Doh.
-
Kristian Rietveld authored
Tue Jun 10 01:09:33 2003 Kristian Rietveld <kris@gtk.org> Merged from stable. * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action): Remove the weird dx logic, get all cell_area and background_area calculations right. Not sure what was up with it before. (Fixes #110989, testcase from Vasco Alexandre da Silva Costa).
-
Soeren Sandmann authored
Tue Jun 10 00:58:23 2003 Soeren Sandmann <sandmann@daimi.au.dk> * tests/testgtk.c: Make it compile with C89 compilers
-
Matthias Clasen authored
2003-06-10 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Add gtk_text_view_[gs]et_overwrite().
-
Matthias Clasen authored
2003-06-10 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.c (gtk_text_view_class_init): Install boolean property "overwrite". (gtk_text_view_[gs]et_property): Handle "overwrite". * gtk/gtktextview.[hc] (gtk_text_view_[gs]et_overwrite): Getter and setter for "overwrite" property. (#110241, Jeroen Zwartepoorte)
-
Matthias Clasen authored
2003-06-09 Matthias Clasen <maclas@gmx.de> * gtk/gtkpaned.c (gtk_paned_class_init): Install boolean child properties "resize" and "shrink". (gtk_paned_[gs]et_child_property): Implementations of GtkContainer::[gs]et_child_property. * tests/testgtk.c (toggle_resize, toggle_shrink): Use the new paned child properties instead of remove/add hacks. (#114667, Soeren Sandmann)
-
Owen Taylor authored
Mon Jun 9 16:18:11 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_button_press): Back out event->window test - it wasn't needed because of the call to get_widget_coordinates(). * gtk/gtknotebook.c (gtk_notebook_button_press): Remove call to gtk_widget_grab_focus() when not clicking on any tabs. (Real fix for #114534)
-
Owen Taylor authored
Sun Jun 8 22:03:09 2003 Owen Taylor <otaylor@redhat.com> * tests/testdnd.c: Use application/x-rootwindow-drop for root window drops. (#108670, Alex Larsson) * gdk/x11/gdkdnd-x11.c (gdk_drag_motion) gtk/gtkdnd.c (gtk_drag_drop): Accept either application/x-rootwin-drop (what GTK+ has always used) or application/x-rootwindow-drop (what the XDND standard specifies).
-