- 18 Apr, 2003 5 commits
-
-
Owen Taylor authored
Fri Apr 18 15:56:46 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdisplay-x11.[ch] gdk/x11/gdkdrawable-x11.[ch]: Patch from Morten Welinder to catch Sun servers with a broken implementation of the RENDER extension. (#108309)
-
Owen Taylor authored
Fri Apr 18 15:30:38 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkwindow-x11.c (set_text_property): Use gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi)
-
Owen Taylor authored
Fri Apr 18 15:11:50 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type) gdk/x11/gdkscreen-x11.c (_gdk_screen_x11_get_type): Fix wrong use of base_finalize. (#105126, Sven Neumann)
-
Owen Taylor authored
Fri Apr 18 15:06:00 2003 Owen Taylor <otaylor@redhat.com> * gdk/gdkwindow.c (gdk_window_constrain_size): Fix '/' vs. '*' problem in aspect ration computations. (#108237)
-
Owen Taylor authored
Fri Apr 18 14:15:09 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdisplay-x11.c (gdk_display_open): * gdk/x11/gdkevents-x11.c (gdk_event_translate): You don't get a XkbMapNotify event if you get a XkbNewKeyboardNotify event, so select for both. (#108406, Egmont Koblinger)
-
- 17 Apr, 2003 1 commit
-
-
Jonathan Blandford authored
Thu Apr 17 09:57:44 2003 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (validate_visible_area): remove infinite loop caused by not clearing the scroll_to_path.
-
- 15 Apr, 2003 3 commits
-
-
Matthias Clasen authored
-
Raymond Penners authored
-
Raymond Penners authored
-
- 14 Apr, 2003 1 commit
-
-
Michael Natterer authored
2003-04-14 Michael Natterer <mitch@gimp.org> * gtk/gtkliststore.c (gtk_list_store_move): added checks to ensure that the iter is not reordered to its own position. Prevents model corruption for the case that the store contains only a single item (fixes bug #108387). Unrelated: * gtk/gtkliststore.c (gtk_list_store_insert): g_list_alloc() the new list element later so we don't leak it if we decide to return early. * gtk/gtktreeselection.c (_gtk_tree_selection_internal_select_node): set selection->tree_view->priv->anchor to NULL after freeing it.
-
- 13 Apr, 2003 1 commit
-
-
Pauli Virtanen authored
2003-04-13 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
-
- 12 Apr, 2003 3 commits
-
-
Matthias Clasen authored
2003-04-13 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkenums.sgml: Additions. * gtk/tmpl/gtkvruler.sgml: * gtk/tmpl/gtkhruler.sgml: * gtk/tmpl/gtkgamma.sgml: * gtk/tmpl/gtkcurve.sgml: * gtk/tmpl/gtkruler.sgml: Fix some typos and add some markup.
-
Matthias Clasen authored
2003-04-13 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_get_position): Document. * gtk/gtktextbuffer.c (gtk_text_buffer_select_range): * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_[sg]et_expand): * gtk/gtkbutton.c (gtk_button_[sg]et_focus_on_click): Document these as 2.4 additions.
-
Matthias Clasen authored
2003-04-13 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Add a bunch of new functions.
-
- 11 Apr, 2003 1 commit
-
-
Paul Duffy authored
2003-04-11 Paul Duffy <dubhthach@frink.nuigalway.ie> Updated Irish Translation (ga.po)
-
- 09 Apr, 2003 4 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Owen Taylor authored
Wed Apr 9 12:28:04 2003 Owen Taylor <otaylor@redhat.com> * gtkfilesystemmodel.c: - Disconnect signal connections when appropriate. - Listen to ::roots-changed on the file system - When the last reference count on a child is removed, queue an idle to unload the parent. * gtkfilesystemgnomevfs.c - When URI's outside of file:/// are acessed, add toplevel URI's to the list of roots. - Improve display name computations * gtkfilechooserentry.c: Don't complete on empty file parts; free stored folder when base directory changes. * gtkfilechooser.c: Fill in some docs.
-
- 07 Apr, 2003 4 commits
-
-
Owen Taylor authored
Mon Apr 7 19:43:15 2003 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_ungrab): Flush after ungrabbing the server. * gdk/x11/gdkimage-x11.c: Remove some no-longer-needed calls to XFlush(). * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): Use gdk_x11_display_grab/ungrab.
-
Matthias Clasen authored
-
Matthias Clasen authored
* gtk/gtktextlayout.c (set_para_values): * gtk/gtkenums.h (GtkWrapMode): Add GTK_WRAP_WORD_CHAR. (#110086, David Brigada)
-
Matthias Clasen authored
-
- 06 Apr, 2003 1 commit
-
-
Matthias Clasen authored
-
- 04 Apr, 2003 3 commits
-
-
Owen Taylor authored
Fri Apr 4 18:29:27 2003 Owen Taylor <otaylor@redhat.com> * gtkfilechooserentry.c: Fix double free.
-
Owen Taylor authored
Fri Apr 4 17:30:27 2003 Owen Taylor <otaylor@redhat.com> * gtkfilechooserprivate.h gtkfilechooser.h: Move interface definition into a private header so it can refer to GtkFileSystem. * *.[ch]: Switch over from using gchar *uri internally to using GtkFilePath * internally, and add conversion routines to GtkFileSystem. * TODO README: Updates.
-
Metin Amiroff authored
2003-04-04 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translaion.
-
- 02 Apr, 2003 4 commits
-
-
Matthias Clasen authored
2003-04-03 Matthias Clasen <maclas@gmx.de> * demos/gtk-demo/main.c (demo_find_file): Only use files from the current directory if it looks like the srcdir. (#109357)
-
Soeren Sandmann authored
Wed Apr 2 23:02:26 2003 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkbutton.[ch] (gtk_button_class_init): add property focus_on_click * gtk/gtkwindow.c (gtk_window_focus): make arrow keyboard navigation not wrap around.
-
Matthias Clasen authored
2003-04-02 Matthias Clasen <maclas@gmx.de> * gtk/gtkprogress.c (gtk_progress_get_percentage_from_value): Return 0 if lower == upper. (#109155) (gtk_progress_get_current_percentage): Use gtk_progress_get_percentage_from_value().
-
Dmitry Mastrukov authored
-
- 01 Apr, 2003 1 commit
-
-
Owen Taylor authored
Tue Apr 1 15:33:51 2003 Owen Taylor <otaylor@redhat.com> * pixops/pixops.c (make_weights): Exploit the fact that all our filters are separable to simplify the calculation of the weight tables. (Based on a patch from Brian Cameron.) * pixops/Makefile.am pixbuf-transform-math.ltx: Add a short article describing how the math in pixops.c works.
-
- 31 Mar, 2003 8 commits
-
-
Matthias Clasen authored
* gtk/tmpl/gtkmessagedialog.sgml: Fix formatting of examples.
-
Matthias Clasen authored
2003-04-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkimcontext.c (gtk_im_context_focus_in): Fix docs. (#109510, Noah Levitt)
-
Matthias Clasen authored
2003-04-01 Matthias Clasen <maclas@gmx.de> * gtk/tmpl/gtkfilesel.sgml: Fix the example. (#109563)
-
Raphael Finkel authored
2003-03-31 Raphael Finkel <raphael@cs.uky.edu> * yi.po: Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
-
Jonathan Blandford authored
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's members so Purify won't complain. * gtk/gtkliststore.c (gtk_list_store_sort): ditto.
-
Jonathan Blandford authored
Mon Mar 31 13:52:13 2003 Jonathan Blandford <jrb@redhat.com> * gtk/gtkrbtree.c (_gtk_rbtree_reorder): null initialize reorder's members so Purify won't complain.
-
Matthias Clasen authored
2003-03-31 Matthias Clasen <maclas@gmx.de> * gtk/gtkwindow.c: Add a new property, role, corresponding to gtk_window_[gs]et_role(). (#93904)
-
Tor Lillqvist authored
-