- 16 Apr, 2006 3 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 13 Apr, 2006 4 commits
-
-
Anders Carlsson authored
2006-04-13 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkevents-quartz.c: (synthesize_enter_event): (synthesize_leave_event): (synthesize_crossing_events): Take grabs into account. (find_window_for_event): Only return grabbed window when owner_events is FALSE.
-
Matthias Clasen authored
2006-04-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_header_focus): Reorganize slightly to avoid a possible NULL dereference. (Coverity)
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't allow passing NULL for x1 or x2, adjust callers.
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): Reorganize to avoid a possible NULL pointer dereference. (Coverity)
-
- 12 Apr, 2006 15 commits
-
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize to avoid a possible NULL dereference. (Coverity)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * contrib/gdk-pixbuf-xlib/Makefile.am: * modules/engines/pixbuf/Makefile.am * gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkselection-x11.c (make_list): Make this work for list == NULL. (Coverity)
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode): Rearrange the code a bit.
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange): Handle _gtk_text_line_get_data() returning NULL in all cases. (Coverity)
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c: Make find_menu_position and find_toolbar_position void. (#338100)
-
Anders Carlsson authored
2006-04-12 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkkeys-quartz.c: Handle page up and page down.
-
Anders Carlsson authored
2006-04-12 Anders Carlsson <andersca@imendio.com> * gdk/quartz/gdkdrawable-quartz.c: (_gdk_quartz_drawable_release_context): Don't flush if we're inside a begin_paint/end_paint pair. * gdk/quartz/gdkwindow-quartz.c: (gdk_window_impl_quartz_end_paint): Free clip region here.
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkuimanager.c (start_element_handler): Don't pass a negative value as string length to get_child_node(). (Coverity)
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing if the widget is not a child. (Coverity)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (selection_motion_event_handler): Remove some unused variables. * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply a patch from David Trowbridge to improve the positioning of the search popup. (#338047)
-
- 11 Apr, 2006 4 commits
-
-
Emmanuele Bassi authored
2006-04-11 Emmanuele Bassi <ebassi@cvs.gnome.org> * gtk/gtkrecentmanager.c (gtk_recent_manager_init) (gtk_recent_manager_new): Remove the unneeded setting of the storage file inside the constructor. (Murray Cumming) (build_recent_items_list): Reset the dirty bit when done rebuilding the list from the storage file.
-
Matthias Clasen authored
2006-04-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence compiler warnings.
-
Matthias Clasen authored
2006-04-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't dereference info before checking it for NULL. (Coverity)
-
Vincent van Adrighem authored
2006-04-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen.
-
- 10 Apr, 2006 4 commits
-
-
Anders Carlsson authored
2006-04-11 Anders Carlsson <andersca@mac.imendio.com> * gdk/quartz/GdkQuartzView.c: (-[GdkQuartzView drawRect:]): * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_ref_cairo_surface): (_gdk_quartz_drawable_get_context): (_gdk_quartz_drawable_release_context): * gdk/quartz/gdkwindow-quartz.c: (gdk_window_impl_quartz_finalize): (gdk_window_impl_quartz_class_init): (gdk_window_impl_quartz_begin_paint_region): (gdk_window_impl_quartz_end_paint): (gdk_window_impl_quartz_invalidate_maybe_recurse): (gdk_window_impl_quartz_process_updates): (gdk_window_impl_quartz_paintable_init): (_gdk_window_impl_quartz_get_type): * gdk/quartz/gdkwindow-quartz.h: Have GdkWindowImplQuartz implement GdkPaintable.
-
Michael Natterer authored
2006-04-10 Michael Natterer <mitch@imendio.com> * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize): pasted rich text should not be affected by tags that are active at the insertion point. Therefore, remove and remember all active tags, and re-apply them left and right of the inserted text after pasting. Fixes bug #337653.
-
Anders Carlsson authored
2006-04-11 Anders Carlsson <andersca@imendio.com> * gdk/gdkinternals.h: * gdk/gdkwindow.c: (_gdk_paintable_get_type): (gdk_window_begin_paint_region): (gdk_window_end_paint): (gdk_window_process_updates): (gdk_window_invalidate_maybe_recurse): Add new GdkPaintable interface which implementation objects can implement in order to override gdk painting functions.
-
Vladimer Sichinava authored
-
- 07 Apr, 2006 2 commits
-
-
Hans Breuer authored
2006-04-07 Hans Breuer <hans@breuer.org> * gtk/makefile.msc.in tests/makefile.msc : updated
-
Priit Laes authored
2006-04-07 Priit Laes <amd@store20.com> * et.po: Translation updated by Ivar Smolin.
-
- 06 Apr, 2006 6 commits
-
-
Tor Lillqvist authored
2006-04-06 Tor Lillqvist <tml@novell.com> Correct the appearance of non-square icons and cursors: pad them to square so that Windows won't stretch them. * gdk/win32/gdkcursor-win32.c (create_alpha_bitmap) (create_color_bitmap): Always create square bitmaps, take only side length as argument. (pixbuf_to_hbitmaps_alpha_winxp, pixbuf_to_hbitmaps_normal): Corresponding changes.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (text_window_realize): Lower the window, to prevent late-constructed text windows from covering child widgets. (#336796, Yevgen Muntyan)
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-04-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify) (gtk_grab_notify_foreach): Rework the code which emits ::grab-notify signals to ensure that we emit enough signals. Also optimize the code to not do unnecessary tree walking. * gtk/gtkwidget.c (gtk_widget_class_init): Document ::grab-notify.
-
- 05 Apr, 2006 1 commit
-
-
Paolo Borelli authored
2006-04-05 Paolo Borelli <pborelli@katamail.com> * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle the case of \r and \n split across lines. Bug #337022. * tests/testtextbuffer.c: add unit test.
-
- 04 Apr, 2006 1 commit
-
-
Søren Sandmann authored
Tue Apr 4 12:25:36 2006 Søren Sandmann <sandmann@redhat.com> * gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to make it build.
-