- 25 Mar, 2003 1 commit
-
-
Owen Taylor authored
-
- 24 Mar, 2003 3 commits
-
-
Owen Taylor authored
-
Pablo Gonzalo del Campo authored
2003-03-24 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Carlos Perelló Marín <carlos@gnome-db.org>.
-
Richard Kinder authored
-
- 23 Mar, 2003 1 commit
-
-
Christian Rose authored
2003-03-23 Christian Rose <menthos@menthos.com> * yi.po: Updated Yiddish translation by Raphael Finkel <raphael@cs.uky.edu>.
-
- 22 Mar, 2003 1 commit
-
-
Michael Natterer authored
2003-03-22 Michael Natterer <mitch@gimp.org> * gtk/Makefile.am: copy stock_color_picker_25.png, don't copy stock_save_24.png twice. * gtk/tmpl/gtkstock.sgml: use it for GTK_STOCK_COLOR_PICKER instead of stock_colorselector_24.png.
-
- 21 Mar, 2003 6 commits
-
-
Owen Taylor authored
Try making the tree view on the left auto-expand/collapse when the selection changes. Some bug fixes.
-
Owen Taylor authored
-
Owen Taylor authored
-
Owen Taylor authored
-
Matthias Clasen authored
2003-03-21 Matthias Clasen <maclas@gmx.de> * gdk-pixbuf-animation.c (gdk_pixbuf_non_anim_get_type): Add missing static. (#108614)
-
Matthias Clasen authored
2003-03-21 Matthias Clasen <maclas@gmx.de> * io-jpeg.c (gdk_pixbuf__jpeg_image_begin_load): * io-ico.c (gdk_pixbuf__ico_image_stop_load): Add missing static qualifiers apparently causing problems on some platforms. (#108617)
-
- 20 Mar, 2003 2 commits
-
-
Guntupalli Karunakar authored
-
Metin Amiroff authored
2003-03-20 Metin Amiroff <metin@karegen.com> * az.po: updated Azerbaijani translation.
-
- 18 Mar, 2003 2 commits
-
-
Raymond Penners authored
-
Raymond Penners authored
-
- 16 Mar, 2003 1 commit
-
-
Manish Singh authored
Sat Mar 15 18:49:27 2003 Manish Singh <yosh@gimp.org> * gtk/gtkradiomenuitem.h: use GTK_DISABLE_DEPRECATED instead of G_DISABLE_DEPRECATED.
-
- 15 Mar, 2003 1 commit
-
-
Tor Lillqvist authored
2003-03-14 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c: Use the signed GET_X_LPARAM() and GET_Y_LPARAM() to extract x and y coordinates from an LPARAM or DWORD, and not the unsigned HIWORD() and LOWORD(). Systems with multiple monitors can have negative coordinates on some of the monitors. (partial fix for #99496, Arnaud Charlet)
-
- 14 Mar, 2003 1 commit
-
-
Matthias Clasen authored
2003-03-15 Matthias Clasen <maclas@gmx.de> * gtk/gtktextview.c: Add a "buffer" property. (#108353)
-
- 13 Mar, 2003 3 commits
-
-
Sven Neumann authored
2003-03-13 Sven Neumann <sven@gimp.org> * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property): removed redundant calls to g_object_notify(). (gtk_cell_renderer_pixbuf_get_size): removed redundant casts, see bug #108236. * gtk/gtktextiter.c (_gtk_text_iter_get_segment_char) (_gtk_text_iter_get_segment_byte): return 0, not NULL (these functions return an integer value).
-
Tor Lillqvist authored
2003-03-13 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_MOUSEMOVE, the test whether we have actually moved (and thus shouldn't generate an GDK event) moved after the call to propagate() and translate_mouse_coords(). Otherwise we were testing wrong values. (#108115, Allin Cottrell) (gdk_event_translate): On WM_?BUTTONUP, set current_{x,y} the same way as in WM_?BUTTONDOWN and WM_MOUSEMOVE.
-
Tor Lillqvist authored
2003-03-13 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): if a grab cursor is used, must copy the HCURSOR with CopyCursor(), as it is OK to destroy the GdkCursor after calling gdk_pointer_grab(). Set the cursor right away with SetCursor(), as we won't get any WM_SETCURSOR messages while the mouse is captured. (gdk_display_pointer_ungrab): Correspondingly, destroy the copy with DestroyCursor() when no longer used. (#108114, Allin Cottrell) * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_SYSCHAR, return FALSE from the window procedure to prevent the DefWindowProc from being called. Otherwise Windows would beep, thinking you are tring to access a (nonexistent) menu when you press Alt-something. Don't do this for Alt-Space, though. (#107454, Martyn Russell) * gdk/win32/gdkcursor-win32.c: Minor spacing and debug print fixes.
-
- 11 Mar, 2003 2 commits
-
-
Matthias Clasen authored
2003-03-11 Matthias Clasen <maclas@gmx.de> * io-ico.c (DecodeHeader): Calculate LineWidth for 16bpp from width, like for the other depths. (noticed by Marijn Ros)
-
Jonathan Blandford authored
Tue Mar 11 12:01:07 2003 Jonathan Blandford <jrb@gnome.org> * gtk/gtktreeview.c (gtk_tree_view_class_init): Ctrl/Shift [left/right] expands/collapses the tree, #108092
-
- 10 Mar, 2003 1 commit
-
-
Yuri Syrota authored
-
- 09 Mar, 2003 1 commit
-
-
Tor Lillqvist authored
2003-03-09 Tor Lillqvist <tml@iki.fi> * gdk/win32/gdkdrawable-win32.c (draw_segments): Don't try to compensate for LineTo() not drawing the end pixel. It causes more harm than benefits, see bug #81895.
-
- 08 Mar, 2003 2 commits
-
-
Matthias Clasen authored
2003-03-08 Matthias Clasen <maclas@gmx.de> Bug #107664 continued: * gdk/x11/gdkinputprivate.h: * gdk/x11/gdkinput-none.c (_gdk_input_window_none_event): Remove. (_gdk_input_other_event): Return gboolean. * gdk/x11/gdkinput-xfree.c (_gdk_input_window_none_event): Remove. (_gdk_input_other_event): Return gboolean. * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event): Return gboolean. * gdk/x11/gdkevents-x11.c (gdk_event_translate): Make return_val gboolean, remove pointless call to _gdk_input_window_none_event. * gdk/win32/gdkinput-win32.[hc] (_gdk_input_other_event): Return gboolean. (_gdk_input_window_none_event): Remove. * gtk/gtktextiter.c (_gtk_text_iter_get_indexable_segment): (_gtk_text_iter_get_any_segment): (_gtk_text_iter_get_segment_byte): (_gtk_text_iter_get_segment_char): (_gtk_text_iter_get_text_line): (_gtk_text_iter_get_btree): Fix 0/NULL confusion. * gdk/x11/gdkdnd-x11.c (motif_target_table_check): Return gint. * gdk/win32/gdkfont-win32.c (gdk_font_equal): * gdk/linux-fb/gdkwindow-fb.c (gdk_window_get_deskrelative_origin): (gdk_window_get_origin): * gdk/linux-fb/gdkcolor-fb.c (gdk_colors_alloc): Fix 0/FALSE confusion.
-
Matthias Clasen authored
-
- 07 Mar, 2003 1 commit
-
-
Sven Neumann authored
-
- 06 Mar, 2003 3 commits
-
-
Matthias Clasen authored
2003-03-06 Matthias Clasen <maclas@gmx.de> * gdk/gdkrgb.c (gdk_rgb_try_colormap): Return gboolean, not gint. (#107664, Morten Welinder) * gdk/x11/gdkwindow-x11.c (gdk_window_get_deskrelative_origin): * gdk/x11/gdkfont-x11.c (gdk_font_equal): * gdk/x11/gdkdnd-x11.c (gdk_drag_get_protocol_for_display): Fix TRUE/1 and FALSE/0 confusion. (#107664, Morten Welinder) * io-gif.c (gif_read): Fix 0/FALSE confusion (#107664, Morten Welinder)
-
Matthias Clasen authored
2003-03-06 Matthias Clasen <maclas@gmx.de> * gtk/gtktextmark.c (gtk_text_mark_get_buffer): * gtk/gtkeditable.c (gtk_editable_get_chars): * gtk/gtkctree.c (gtk_ctree_find_node_ptr): * demos/gtk-demo/main.c (demo_find_file): Fix NULL/FALSE confusion (#107648, Morten Welinder)
-
Metin Amiroff authored
2003-03-06 Metin Amiroff <metin@karegen.com> * az.po: minor changes on Azerbaijani translation.
-
- 04 Mar, 2003 1 commit
-
-
Matthias Clasen authored
-
- 03 Mar, 2003 2 commits
-
-
Jonathan Blandford authored
-
Jonathan Blandford authored
Sun Mar 2 23:35:57 2003 Jonathan Blandford <jrb@gnome.org> * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size): handle rtl code. * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size): ditto * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto * gtk/gtktreeview.c: (invalidate_column), (invalidate_last_column), (gtk_tree_view_get_real_requested_width_from_column), (gtk_tree_view_size_allocate_columns), (gtk_tree_view_size_allocate), (gtk_tree_view_button_press), (gtk_tree_view_button_release_drag_column), (gtk_tree_view_update_current_reorder), (gtk_tree_view_motion_drag_column), (gtk_tree_view_bin_expose), (gtk_tree_view_key_press), (gtk_tree_view_header_focus), (gtk_tree_view_get_background_xrange), (gtk_tree_view_get_arrow_xrange), (gtk_tree_view_is_expander_column), (gtk_tree_view_set_column_drag_info), (gtk_tree_view_move_cursor_left_right): Add RTL support. * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): add an expand flag. * gtk/gtktreeviewcolumn.c: (gtk_tree_view_column_class_init), (gtk_tree_view_column_set_property), (gtk_tree_view_column_get_property), (gtk_tree_view_column_set_expand), (gtk_tree_view_column_get_expand), (gtk_tree_view_column_cell_process_action): Add support for expand flag
-
- 02 Mar, 2003 3 commits
-
-
Tor Lillqvist authored
2003-03-02 Tor Lillqvist <tml@iki.fi> * gtk/gtk.def: Add a bunch of missing entries. Noticed by Cedric Gustin.
-
Tor Lillqvist authored
2003-03-02 Tor Lillqvist <tml@iki.fi> * gdk/gdk.def: Add a bunch of missing entries. Noticed by Cedric Gustin.
-
Tor Lillqvist authored
2003-03-02 Tor Lillqvist <tml@iki.fi> * configure.in: Call AC_LIBTOOL_WIN32_DLL. Set OS_WIN32 conditional on Windows. * makefile.cygwin: Remove, unmaintained and obsolete. * Makefile.am (EXTRA_DIST): Remove here, too. * README.win32: Update. pixbuf: 2003-03-02 Tor Lillqvist <tml@iki.fi> * Makefile.am: Use -no-undefined on Windows. metal and redmond95: 2003-03-02 Tor Lillqvist <tml@iki.fi> * Makefile.am: Use -no-undefined, and do use GTK_LIBS on Windows.
-
- 28 Feb, 2003 2 commits
-
-
Matthias Clasen authored
2003-03-01 Matthias Clasen <maclas@gmx.de> * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment): (gtk_scrolled_window_set_hadjustment): Replace uses of gtk_object_new by g_object_new.
-
Manish Singh authored
Thu Feb 27 17:44:24 2003 Manish Singh <yosh@gimp.org> * demos/gtk-demo/main.c * demos/gtk-demo/tree_store.c * gdk/x11/gdkscreen-x11.c * gtk/gtkcellrenderertoggle.c * gtk/gtkcolorsel.c * gtk/gtkdnd.c * gtk/gtkeditable.c * gtk/gtkentry.c * gtk/gtkmenu.c * gtk/gtkmenubar.c * gtk/gtkmenuitem.c * gtk/gtkmenushell.c * gtk/gtkrc.c * gtk/gtksettings.c * gtk/gtkstyle.c * gtk/gtktextbuffer.c * gtk/gtktextview.c * gtk/gtktreeviewcolumn.c * tests/testgtk.c * tests/testtext.c * tests/testtreeedit.c * tests/testtreefocus.c * tests/testtreeview.c: remove unnecessary G_OBJECT() casts.
-