]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
small doc fixes
[~andy/gtk] / ChangeLog.pre-2-10
index 62bfa55503a8b565ef25efa3e7c06fd5a5ea20bc..2a9fac02c06f744bda30267a1f2108546c46443c 100644 (file)
@@ -1,5 +1,541 @@
+2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkfontbutton.c: Small doc fixes.
+
+       * gtk/gtkprintunixdialog.h: 
+       * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
+
+       * gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
+
+       * gdk/gdkregion-generic.c: Documentation fixes.
+
+       * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
+       a doc comment.
+
+       * gtk/gtkprintunixdialog.c: Add docs.
+
+       * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkprinter.c:
+       Don't ref the backend since the backend owns the printer.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkpagesetupunixdialog.c (update_combo_sensitivity_from_printers):
+       Remove spew.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkprintunixdialog.c (create_page_setup_page):
+       Even/Odd Pages -> Even/Odd Sheets
+
+2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtkprintoperation.c (gtk_print_operation_run_async): Refactor the
+       gtk_print_operation_run() code and add an _async version.
+
+       * gtk/gtkprintoperation-private.h:
+       * gtk/gtkprintoperation-unix.c
+       (_gtk_print_operation_platform_backend_run_dialog_async)
+       (gtk_print_run_page_setup_dialog_async): Variants of the run functions
+       which don't call gtk_dialog_run(), but only show the dialog and return,
+       and handle the response in a signal handler.
+
+       * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog_async) 
+       (_gtk_print_operation_platform_backend_run_dialog_async): Implement these 
+       by calling the sync versions.
+
+       * gtk/gtkprintoperation-unix.c: Cleanups.
+
+       * gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_get_page_setup):
+       Remove redundant code.
+
+       * gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
+
+       * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): 
+       Return a copy of the original page setup if the dialog was canceled.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkprintjob.h:
+       Declare GtkPrintJob.
+       
+       * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_settings):
+       Change g_return_if_fail to g_return_val_if_fail.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * configure.in:
+       Check for cairo-pdf.h.
+       Check for cairo-ps.h on non-win32.
+
+2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkclipboard.h: 
+       * gtk/gtkprinter.c: 
+       * gtk/gtkprintsettings.h: 
+       * gtk/gtkprintsettings.c: Match parameter names with the headers.
+
+       * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): 
+       Add docs.
+
+       * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize): 
+       * gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type): 
+       * gtk/gtktreeview.c (gtk_tree_view_set_search_position_func): 
+       * gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable): 
+       * gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new): 
+       * gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs.
+
+       * gtk/gtkprinter.h: Don't declare GtkPrintJob here.
+       * gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
+
+2006-04-23  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkprinter-private.h: 
+       * gtk/gtkprintbackend.h: 
+       * gtk/gtkprinter.[hc]: 
+       * gtk/gtkprintjob.[hc]: Use g types, add documentation, and some
+       stylistic fixups.
+
+       * gtk/gtkaboutdialog.c (activate_url): Avoid a compiler warning.
+
+       * gtk/gtkpapersize.[hc]: Use g types, add documentation.
+
+       * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_get_settings): 
+       Use g_return_val_if_fail in non-void functions.
+
+       * gtk/Makefile.am: Add gtkprintutils.[hc]
+
+       * gtk/gtkprintutils.[hc]: New files, move the unit conversion
+       functions here.
+
+       * gtk/gtkpagesetupunixdialog.c: 
+       * gtk/gtkprintsettings.c: 
+       * gtk/gtkpagesetup.c: 
+       * gtk/gtkpapersize.c: Replace all static copies of to_mm/from_mm
+       by the copies in gtkprintutils.c.
+
+       * gtk/gtkpagesetup.[hc]: Use g types, add documentation.
+
+       * gtk/gtkprintsettings.c: More documentation
+
+2006-04-22  Tor Lillqvist  <tml@novell.com>
+
+       * gtk/Makefile.am (gtk_private_h_sources): Small workaround for
+       weird bug in some versions of Automake at least on Windows.
+
+2006-04-21  Alexander Larsson  <alexl@redhat.com>
+
+        Merge the gtk-printing branch.
+       For more detailed ChangeLog entries, see the branch.
+       
+       * .cvsignore:
+       * Makefile.am:
+       * configure.in:
+       * docs/tools/widgets.c:
+       * gtk+-unix-print-2.0.pc.in:
+       * gtk/Makefile.am:
+       * gtk/gen-paper-names.c:
+       * gtk/gtk.h:
+       * gtk/gtk.symbols:
+       * gtk/gtkenums.h:
+       * gtk/gtkiconfactory.c:
+       * gtk/gtkmarshalers.list:
+       * gtk/gtkpagesetup.[ch]:
+       * gtk/gtkpagesetupunixdialog.[ch]:
+       * gtk/gtkpapersize.[ch]:
+       * gtk/gtkprint-win32.[ch]:
+       * gtk/gtkprintbackend.[ch]:
+       * gtk/gtkprintcontext.[ch]:
+       * gtk/gtkprinter-private.h:
+       * gtk/gtkprinter.[ch]:
+       * gtk/gtkprinteroption.[ch]:
+       * gtk/gtkprinteroptionset.[ch]:
+       * gtk/gtkprinteroptionwidget.[ch]:
+       * gtk/gtkprintjob.[ch]:
+       * gtk/gtkprintoperation-private.h:
+       * gtk/gtkprintoperation-unix.c:
+       * gtk/gtkprintoperation-win32.c:
+       * gtk/gtkprintoperation.[ch]:
+       * gtk/gtkprintsettings.[ch]:
+       * gtk/gtkprintunixdialog.[ch]:
+       * gtk/paper_names.c:
+       * gtk/paper_names_offsets.c:
+       Platform independent printing API and implementations
+       for unix and windows.
+
+       * gtk/gtkstock.h:
+       * gtk/stock-icons/24/gtk-orientation-landscape.png:
+       * gtk/stock-icons/24/gtk-orientation-portrait.png:
+       * gtk/stock-icons/24/gtk-orientation-reverse-landscape.png:
+       Add stock icons for page orientation.
+       
+       * modules/Makefile.am:
+       * modules/printbackends/Makefile.am:
+       * modules/printbackends/cups/Makefile.am:
+       * modules/printbackends/cups/gtkcupsutils.[ch]:
+       * modules/printbackends/cups/gtkprintbackendcups.[ch]:
+       * modules/printbackends/cups/gtkprintercups.[ch]:
+
+       Cups printing backend for unix.
+       
+       * modules/printbackends/lpr/Makefile.am:
+       * modules/printbackends/lpr/gtkprintbackendlpr.[ch]:
+       lpr printing backend for unix.
+       
+       * modules/printbackends/pdf/Makefile.am:
+       * modules/printbackends/pdf/gtkprintbackendpdf.[ch]:
+       print-to-pdf printing backend for unix.
+       
+       * tests/.cvsignore:
+       * tests/Makefile.am:
+       * tests/print-editor.c:
+       Test application for printing.
+
+       * gdk/gdk.symbols:
+       * gdk/win32/gdkevents-win32.c:
+       * gdk/win32/gdkwin32.h:
+       Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the
+       mainloop while displaying a win32 common dialog.
+
+       * gdk/directfb/Makefile.am:
+       Whitespace cleanup.
+       
+2006-04-20  Paolo Borelli  <pborelli@katamail.com>
+
+       * gtk/gtkcombobox.c: plug small leak (#339132)
+       * tests/testcombo.c: ditto
+
+2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
+
+       * gdk/directfb/gdkdrawable-directfb.c: fixed off by one error in
+       clip patch from (#330824)
+
+2006-04-19  Murray Cumming  <murrayc@murrayc.com>
+
+       * gtk/gtkfilechooserbutton.c: _GtkFileChooserButtonPrivate:
+       Added has_title flag so we can remember whether a title has 
+       been set.
+       (gtk_file_chooser_button_constructor): If no title has been
+       set then set it to the default title. This means that the 
+       default title will be used if the dialog was instantiated with 
+       g_object_new(), without using the gtk_file_chooser_button_new() 
+       convenience function. This helps language bindings.
+       (gtk_file_chooser_button_set_property): Set has_title when 
+       setting the title.
+
+2006-04-19  Tor Lillqvist  <tml@novell.com>
+
+       * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_NUMPAD[0-9]
+       to GDK_KP_[0-9]. (#337562)
+
+2006-04-18  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkrc.c: Allocate pixmap_path dynamically, rather than
+       using a fixed array of size 128.
+
+       * gtk/gtkiconcache.c: Apply a patch by Paolo Borelli to factor
+       out a strip_suffix() function and save some memory.  (#338307)
+
+2006-04-18  Carlos Garnacho  <carlosg@gnome.org>
+
+       * gtk/gtknotebook.c (gtk_notebook_pages_allocate): removed wrong
+       condition check that caused tab labels not to be drawn under certain
+       circumstances. Bug #338734.
+
+2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
+
+       * configure.in: Remove obsolete entry for no_NO
+       * po-properties/no.po: And the translation
+       * po/no.po: And the translation.
+
+2006-04-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
+       fix.
+
+2006-04-17  Christian Persch  <chpe@cvs.gnome.org>
+
+       * gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
+       UMR in gtk_drag_dest_motion. Bug #338725.
+
+2006-04-17  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksettings.c (gtk_settings_class_init): 
+       * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
+       in property blurbs.  (#338772, Clytie Siddall)
+
+2006-04-16  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
+       for source being a window.
+
+       * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer):
+       Don't assert on window not being the root window.
+
+2006-04-16  Richard Hult  <richard@imendio.com>
+
+       * gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.
+
+2006-04-16  Matthias Clasen <mclasen@redhat.com>
+
+       * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
+       possible array overrun.  (Coverity)
+
+       * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
+       possible array overrun.  (Coverity)
+
+       * gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
+       Avoid a NULL dereference.  (Coverity)
+
+2006-04-15  Matthias Clasen <mclasen@redhat.com>
+
+       * gtk/gtkrecentmanager.c: Make filename_warning() static,
+       and use caseless matching when looking for file:/.  
+       (#336772, Morten Welinder)
+
+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.
+
+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)
+
+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.
+
+       * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
+       Reorganize to avoid a possible NULL pointer dereference.  (Coverity)
+
+        * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
+        to avoid a possible NULL dereference.  (Coverity)
+
+       * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Handle
+       closed displays correctly.  (Coverity)
+
+        * contrib/gdk-pixbuf-xlib/Makefile.am:
+        * modules/engines/pixbuf/Makefile.am
+        * gdk-pixbuf/Makefile.am: Build fixes for Cygwin.  (#338262)
+
+       * gdk/x11/gdkselection-x11.c (make_list): Make this work
+       for list == NULL.  (Coverity)
+
+       * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode): 
+       Rearrange the code a bit.
+
+       * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange): 
+       Handle _gtk_text_line_get_data() returning NULL in all
+       cases.  (Coverity)
+
+       * gtk/gtkuimanager.c: Make find_menu_position and
+       find_toolbar_position void.  (#338100)
+
+2006-04-12  Anders Carlsson  <andersca@imendio.com>
+
+        * gdk/quartz/gdkkeys-quartz.c:
+        Handle page up and page down.
+
+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.
+
+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)
+
+       * gtk/gtkicontheme.c (insert_theme): Handle dirs == NULL
+       gracefully.  (Coverity)
+
+       * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
+       if the widget is not a child.  (Coverity)
+
+2006-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/x11/gdkkeys-x11.c (get_xkb): Return early in error
+       cases.  (Coverity)
+
+       * 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)
+
+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.
+
+2006-04-11  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
+       compiler warnings.
+
+       * gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
+       dereference info before checking it for NULL.  (Coverity)
+
+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.
+
+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.
+
+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.
+
+2006-04-10 Vladimer Sichinava  <vlsichinava@gmail.com>
+
+        * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
+
+2006-04-07  Hans Breuer  <hans@breuer.org>
+
+       * gtk/makefile.msc.in tests/makefile.msc : updated
+
+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.
+
+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)
+
+       * 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.
+
+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.
+
+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.
+
+2006-04-04  Matthias Clasen  <mclasen@redhat.com>
+
+       * gdk/gdkdisplay.c: 
+       * gdk/gdkdisplaymanager.c:
+       * gdk/gdkdraw.c:
+       * gdk/gdkkeys.c:
+       * gdk/gdkpixmap.c:
+       * gdk/gdkscreen.c:
+       * gdk/gdkwindow.c:
+       * gdk/x11/gdkcolor-x11.c:
+       * gdk/x11/gdkdisplay-x11.c:
+       * gdk/x11/gdkdnd-x11.c:
+       * gdk/x11/gdkdrawable-x11.c:
+       * gdk/x11/gdkgc-x11.c:
+       * gdk/x11/gdkimage-x11.c:
+       * gdk/x11/gdkinput.c:
+       * gdk/x11/gdkpixmap-x11.c:
+       * gdk/x11/gdkscreen-x11.c:
+       * gdk/x11/gdkwindow-x11.c: Use G_DEFINE_TYPE.
+
+       * gdk/x11/gdkcolor-x11.c: 
+       * gdk/x11/gdkdnd-x11.c:
+       * gdk/x11/gdkimage-x11.c: Use instance private data.
+
 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
 
+       * gdk/gdkrgb.c: Get rid of a duplicate copy of the visual names.
+
+       * gtk/gtkmain.c: Make gtk_args const.
+
+       * gtk/gtkicontheme.c (pixbuf_supports_svg): Save one static.
+
+       * gtk/gtkrecentchooser.c (gtk_recent_chooser_error_quark):
+       * gtk/gtkrecentmanager.c (gtk_recent_manager_error_quark):
+       * gtk/gtkfilechooser.c (gtk_file_chooser_error_quark):
+       * gtk/gtkfilesystem.c (gtk_file_system_error_quark):
+       * gtk/gtkicontheme.c (gtk_icon_theme_error_quark): No point
+       in making the error path fast by caching quarks. 
+
+       * gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
+
+       * gdk/gdk.c: Here too.
+
+       * gdk/gdkinternals.h: 
+       * gdk/x11/gdkmain-x11.c: 
+       * gdk/win32/gdkmain-win32.c: 
+       * gdk/directfb/gdkdisplay-directfb.c: 
+       * gdk/quartz/gdkmain-quartz.c: Make _gdk_windowing_args const.
+
+       * gdk/win32/gdkpixmap-win32.c: Include gdkscreen.h  (#337032,
+        Kazuki IWAMOTO)
+
+       * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
+       that %NULL is allowed.  (#336937, Christian Neumair)
+
        * gtk/gtkmain.c: Get rid of an unnecessary static variable.
 
        * gtk/gtktextlayout.c: Fix a warning.