2006-06-15 13:59:29 +00:00
|
|
|
2006-06-15 Bastien Nocera <hadess@hadess.net>
|
|
|
|
|
|
|
|
* configure.in: Update the Cairo requirements (#345008)
|
|
|
|
|
2006-06-15 04:53:37 +00:00
|
|
|
2006-06-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperationpreview.c
|
|
|
|
(gtk_print_operation_preview_base_init): Fix errors in the
|
|
|
|
signal definitions. (#344891, Marko Anastasov)
|
|
|
|
|
2006-06-14 21:54:25 +00:00
|
|
|
2006-06-14 Michael Emmel <mike.emmel@gmail.com>
|
|
|
|
* configure.in: updated mininum dfb to 0.9.24
|
|
|
|
* gdk/directfb/gdkdirectfb.h: added more directfb wrapper functions
|
|
|
|
* gdk/directfb/gdkdrawable-directfb.c: wrapper functions and patch from
|
|
|
|
Claudio Ciccani <klan@users.sf.net> to use a subsurface for cairo
|
|
|
|
* gdk/directfb/gdkvisual-directfb.c: changed initalization sequence
|
|
|
|
* gdk/directfb/gdkwindow-directfb.c: corrected reparent for toplevels
|
|
|
|
* gdk/directfb/gdkdisplay-directfb.c: changed initilization sequence
|
|
|
|
to a more rational order
|
|
|
|
|
2006-06-14 21:24:31 +00:00
|
|
|
2006-06-14 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* perf/gtkwidgetprofiler.c (gtk_widget_profiler_profile_expose):
|
|
|
|
New function; it lets us time the expose sequence of a widget.
|
|
|
|
(create_widget): New helper function.
|
|
|
|
(map_widget): New helper function.
|
|
|
|
(profile_boot): Use create_widget() instead of doing it by hand.
|
|
|
|
(profile_map_expose): Use map_widget() instead of doing it by hand.
|
|
|
|
|
|
|
|
* perf/main.c (main): Call gtk_widget_profiler_profile_expose() as well.
|
|
|
|
|
2006-06-14 12:58:14 +00:00
|
|
|
2006-06-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-14 16:48:07 +00:00
|
|
|
* gtk/gtkpagesetupunixdialog.c: Use GKeyFile for the custom
|
|
|
|
filename storage. (#344867, Christian Persch)
|
|
|
|
|
2006-06-14 13:37:11 +00:00
|
|
|
* gtk/gtkselection.c: Call init_atoms before using atoms
|
|
|
|
in several functions. (#344743, John Finlay)
|
|
|
|
|
2006-06-14 13:32:49 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_set_search_position+_func):
|
|
|
|
Allow NULL to reset to default. (#344838, John Finlay)
|
|
|
|
|
2006-06-14 12:58:14 +00:00
|
|
|
* gtk/gtkprintjob.h: Collect booleans into a bitfield
|
|
|
|
(#344765, Christian Persch)
|
|
|
|
|
2006-06-13 05:22:59 +00:00
|
|
|
2006-06-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Bump version
|
|
|
|
|
2006-06-13 05:15:01 +00:00
|
|
|
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* === Released 2.9.3 ===
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Add gtk_tree_view_grid_lines_get_type.
|
|
|
|
|
|
|
|
* configure.in: Set interface age to 0
|
|
|
|
|
Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).
2006-06-12 Kristian Rietveld <kris@imendio.com>
Introduce grid and tree lines in GtkTreeView. (#106406,
Martyn Russell).
* gtk/gtktreeprivate.h: add new fields to GtkTreePrivate.
* gtk/gtkenums.h: add GtkTreeViewGridLines.
* gtk/gtktreeview.[ch] (gtk_tree_view_set_grid_lines),
(gtk_tree_view_get_grid_lines),
(gtk_tree_view_set_enable_tree_lines),
(gtk_tree_view_get_enable_tree_lines): new API,
(gtk_tree_view_class_init): new properties,
(gtk_tree_view_init), (gtk_tree_view_{get,set}_property),
(gtk_tree_view_realize), (gtk_tree_view_draw_grid_lines),
(gtk_tree_view_bin_expose): implement.
* gtk/gtk.symbols: update.
2006-06-12 18:17:35 +00:00
|
|
|
2006-06-12 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
Introduce grid and tree lines in GtkTreeView. (#106406,
|
|
|
|
Martyn Russell).
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h: add new fields to GtkTreePrivate.
|
|
|
|
|
|
|
|
* gtk/gtkenums.h: add GtkTreeViewGridLines.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.[ch] (gtk_tree_view_set_grid_lines),
|
|
|
|
(gtk_tree_view_get_grid_lines),
|
|
|
|
(gtk_tree_view_set_enable_tree_lines),
|
|
|
|
(gtk_tree_view_get_enable_tree_lines): new API,
|
|
|
|
(gtk_tree_view_class_init): new properties,
|
|
|
|
(gtk_tree_view_init), (gtk_tree_view_{get,set}_property),
|
|
|
|
(gtk_tree_view_realize), (gtk_tree_view_draw_grid_lines),
|
|
|
|
(gtk_tree_view_bin_expose): implement.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: update.
|
|
|
|
|
2006-06-12 15:11:39 +00:00
|
|
|
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-12 17:45:49 +00:00
|
|
|
* gtk/gtkprintunixdialog.c (is_printer_active): Use
|
|
|
|
gtk_printer_accepts_ps here.
|
|
|
|
|
|
|
|
* modules/printbackends/pdf/gtkprintbackendpdf.c (gtk_print_backend_pdf_init):
|
|
|
|
Mark the virtual "Print to PDF" printer as not accepting PS.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprinter.h:
|
|
|
|
* gtk/gtkprinter.c: Add two new properties accepts-pdf and
|
|
|
|
accepts-ps (with getters) to allow learning supported formats.
|
|
|
|
|
2006-06-12 16:47:41 +00:00
|
|
|
* gtk/gtkprintjob.h: Add a GTK_PRINT_CAPABILITY_GENERATE_PDF
|
|
|
|
capability.
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c: Use it here to hide "Print to PDF"
|
|
|
|
from the printer list. (#339592, Christian Persch)
|
|
|
|
|
2006-06-12 15:11:39 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: Add support for pasting
|
|
|
|
filenames into the filechooser. (#153212, Bastian Nocera)
|
|
|
|
|
2006-06-12 14:48:43 +00:00
|
|
|
2006-06-12 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.[ch]
|
|
|
|
(gtk_tree_model_filter_convert_child_iter_to_iter),
|
|
|
|
(gtk_tree_model_filter_convert_child_path_to_path): report status
|
|
|
|
in return value instead of spewing assertions. (#335729, Yevgen
|
|
|
|
Muntyan).
|
|
|
|
|
2006-06-12 04:39:55 +00:00
|
|
|
2006-06-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-12 13:42:29 +00:00
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_finalize):
|
|
|
|
Clean up user data. (#344624, Christian Weiske)
|
|
|
|
|
2006-06-12 05:05:38 +00:00
|
|
|
* NEWS: Updates
|
|
|
|
|
2006-06-12 04:39:55 +00:00
|
|
|
* gtk/gtkprintjob.c:
|
|
|
|
* gtk/gtkprintbackend.c:
|
|
|
|
* gtk/gtkpagesetupunixdialog.c:
|
|
|
|
* gtk/gtkprintunixdialog.c: Cosmetic cleanups.
|
|
|
|
|
2006-06-12 01:54:54 +00:00
|
|
|
2006-06-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-12 03:53:19 +00:00
|
|
|
* gtk/gtkassistant.c: Add an accessible implementation in
|
|
|
|
order to make the buttons visible to a11y tools. (pointed out
|
2006-06-12 03:56:49 +00:00
|
|
|
by David Malcolm, #343945)
|
2006-06-12 03:53:19 +00:00
|
|
|
|
2006-06-12 02:32:16 +00:00
|
|
|
* gtk/gtkprintoperation-win32.c: Store scale as a percentage.
|
|
|
|
(#344560, Christian Persch)
|
|
|
|
|
2006-06-12 01:54:54 +00:00
|
|
|
* gtk/gtkprogressbar.h: Add a dirty flag to GtkProgressBar.n/
|
|
|
|
* gtk/gtkprogressbar.c: Defer updating of the offscreen
|
|
|
|
pixmap until expose. (#344543, Chris Wilson)
|
|
|
|
|
2006-06-11 20:47:43 +00:00
|
|
|
2006-06-11 Emmanuele Bassi <ebassi@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentchooserdefault.c
|
|
|
|
(get_is_recent_filtered):
|
|
|
|
* gtk/gtkrecentchoosermenu.c
|
|
|
|
(get_is_recent_filtered):
|
|
|
|
Do not leak the groups string vector. (#344607,
|
|
|
|
John Finlay)
|
|
|
|
|
2006-06-11 19:45:56 +00:00
|
|
|
2006-06-11 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2006-06-11 19:59:58 +00:00
|
|
|
* gtk/gtkprintoperation-win32.c: Fix MSVC build problem. (#339739,
|
|
|
|
Kazuki Iwamoto)
|
|
|
|
|
2006-06-11 19:45:56 +00:00
|
|
|
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Convert \n
|
|
|
|
to \r\n also when storing CF_UNICODETEXT (UTF-16) in the
|
|
|
|
Clipboard. (#344496)
|
|
|
|
|
2006-06-11 00:23:57 +00:00
|
|
|
2006-06-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-11 03:13:50 +00:00
|
|
|
* gtk/gtkrecentchooserwidget.c
|
|
|
|
(gtk_recent_chooser_widget_new_for_manager):
|
|
|
|
* gtk/gtkrecentchoosermenu.c
|
|
|
|
(gtk_recent_chooser_menu_new_for_manager):
|
|
|
|
Allow NULL to mean the default manager. (#344530,
|
|
|
|
John Finlay)
|
|
|
|
|
2006-06-11 02:59:51 +00:00
|
|
|
* gtk/gtkprintoperation-unix.c (page_setup_data_free):
|
|
|
|
Check if rdata->page_setup is set before unreffing it.
|
|
|
|
(#344518, Christian Persch)
|
|
|
|
|
2006-06-11 02:45:49 +00:00
|
|
|
* gtk/gtkprintoperation.h: Remove an extra comma. (#344528,
|
|
|
|
Elijah Newren)
|
|
|
|
|
2006-06-11 02:40:02 +00:00
|
|
|
* modules/printbackends/gtkprintbackendpdf.c
|
|
|
|
(gtk_print_backend_pdf_print_stream): Use the passed in
|
|
|
|
destroy notify. (#344513, Christian Persch)
|
|
|
|
|
|
|
|
* configure.in: Require cairo 1.1.7
|
|
|
|
|
2006-06-11 02:30:58 +00:00
|
|
|
* gtk/gtkprintoperation.c:
|
|
|
|
* modules/printbackends/pdf/gtkprintbackendpdf.c: Use
|
|
|
|
cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.
|
|
|
|
(#344512, Elijah Newren)
|
|
|
|
|
2006-06-11 00:43:08 +00:00
|
|
|
* gdk-2.0-uninstalled.pc.in: Make compiling against uninstalled
|
|
|
|
gdk work. (#344386, Masatake Yamamoto)
|
|
|
|
|
2006-06-11 00:32:38 +00:00
|
|
|
* gtk/gtkprintoperation.c: Register create_custom_widget as
|
|
|
|
an object-returning signal. (#344505, Marko Anastasov, patch
|
|
|
|
by Christian Persch)
|
|
|
|
|
|
|
|
* gtk/gtkmarshalers.list: Add the right marshaller.
|
|
|
|
|
2006-06-11 00:23:57 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintjob.[hc]: Register GtkPrintCapabilities as a
|
|
|
|
flags type. (#344504, Marko Anastasov)
|
|
|
|
|
2006-06-09 15:20:53 +00:00
|
|
|
2006-06-09 Benjamin Berg <benjamin@sipsolutions.net>
|
|
|
|
|
|
|
|
* gtk/gtkmenuitem.c: (get_offsets): Take GtkMenu::horizontal-padding
|
|
|
|
into account when placing submenus (#344290)
|
|
|
|
|
2006-06-09 13:48:07 +00:00
|
|
|
2006-06-09 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c: added new style properties "trough-side-details"
|
|
|
|
and "draw-trough-under-steppers" and fixed the "stepper-spacing"
|
|
|
|
style property. Fixes bugs #342339 and #342249.
|
|
|
|
|
|
|
|
"draw-trough-under-steppers", when set to FALSE, starts trough
|
|
|
|
drawing next to the steppers instead of drawing the trough "below"
|
|
|
|
(around) the steppers. If "stepper-spacing" is set to any value
|
|
|
|
larger than zero, "draw-trough-under-steppers" is set to FALSE
|
|
|
|
automatically to avoid rendering an area that looks clickable but
|
|
|
|
isn't.
|
|
|
|
|
|
|
|
(gtk_range_calc_layout): honor draw-trough-under-steppers.
|
|
|
|
Don't reserve stepper-spacing on sides of the range that don't
|
|
|
|
have steppers.
|
|
|
|
|
|
|
|
(gtk_range_expose): changed drawing accordingly. Implement
|
|
|
|
"trough-side-details" which enables drawing of the upper and lower
|
|
|
|
parts of the trough with different details. This is useful for
|
|
|
|
theme engines which want to draw these parts differently.
|
|
|
|
|
|
|
|
(coord_to_value): correctly take all rendering options into
|
|
|
|
account. stepper-spacing > 0 caused jumping and otherwise
|
|
|
|
strangely behaving ranges before.
|
|
|
|
|
|
|
|
(other functions): changed accordingly.
|
|
|
|
|
2006-06-09 09:17:47 +00:00
|
|
|
2006-06-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdrawable-win32.c (_gdk_win32_drawable_release_dc):
|
|
|
|
Call ReleaseDC() on DCs acquired with GetDC() (for windows), and
|
|
|
|
DeleteDC() on DCs acquired with CreateCompatibleDC() (for
|
|
|
|
bitmaps). According to MSDN, this is the correct thing to do, even
|
|
|
|
if always using DeleteDC() seems to have worked fine in
|
2006-06-09 09:18:42 +00:00
|
|
|
practice. (#337491, Chris Wilson)
|
2006-06-09 09:17:47 +00:00
|
|
|
|
2006-06-08 16:37:39 +00:00
|
|
|
2006-06-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-09 01:55:29 +00:00
|
|
|
* tests/testprint.c: Update for api changes.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c: Fix some copy-and-paste errors,
|
|
|
|
and rename the pdf-target property to export-filename.
|
|
|
|
|
2006-06-08 19:20:12 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: Turn off profiling code.
|
|
|
|
|
2006-06-08 19:16:29 +00:00
|
|
|
* tests/print-editor.c: Update for api changes.
|
|
|
|
|
2006-06-08 18:10:21 +00:00
|
|
|
* gtk/gtk.h: Include gtkprintoperationpreview.h
|
|
|
|
|
2006-06-08 18:08:36 +00:00
|
|
|
* gtk/gtkprintoperationpreview.c (gtk_print_operation_preview_is_selected):
|
|
|
|
Use g_return_val_if_fail (#344288, Kazuki Iwamoto)
|
|
|
|
|
2006-06-08 17:01:28 +00:00
|
|
|
* gtk/gtkprintbackend.h: Don't include gtkprinter-private.h here.
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c:
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintjob.c:
|
|
|
|
* gtk/gtkprintbackend.c: Instead include it here.
|
|
|
|
|
2006-06-08 16:37:39 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintoperation.h:
|
|
|
|
* gtk/gtkprintoperation.c: Rename pdf_target to export_filename.
|
|
|
|
|
2006-06-08 16:30:51 +00:00
|
|
|
2006-06-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.h (GtkPrintOperationResult): Get
|
|
|
|
rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintoperation.c: Update all users.
|
|
|
|
|
2006-06-08 15:00:25 +00:00
|
|
|
2006-06-08 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate):
|
|
|
|
[WM_WINDOWPOSCHANGED] Replace identical code as in
|
|
|
|
handle_configure_event() with call to that function.
|
|
|
|
[WM_SIZING] Fix implementation of aspect ratio hints. (#344244)
|
|
|
|
The hints are for the geometry of the client area, not of the
|
2006-06-08 15:01:19 +00:00
|
|
|
window including decorations. Improve resizing behaviour in the
|
|
|
|
presence of aspect hints, to be more in line with typical X window
|
2006-06-08 15:00:25 +00:00
|
|
|
managers.
|
|
|
|
|
2006-06-08 12:47:05 +00:00
|
|
|
2006-06-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-08 13:59:34 +00:00
|
|
|
* gtk/gtktoolbutton.c (gtk_tool_button_style_set): Give
|
|
|
|
GtkToolButton the same treatment.
|
|
|
|
|
2006-06-08 12:47:05 +00:00
|
|
|
* gtk/gtkbutton.c (gtk_button_style_set): Don't call
|
|
|
|
construct_child here, since some apps make assumptions
|
|
|
|
about the lifecycle of the constructed label.
|
|
|
|
|
2006-06-08 09:18:38 +00:00
|
|
|
2006-06-08 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c (finish_print):
|
|
|
|
Fix up unix fallout from previous change.
|
|
|
|
|
2006-06-08 09:09:50 +00:00
|
|
|
2006-06-08 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
Update windows to build with new APIs and first cut
|
|
|
|
at preview work.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintoperation.c
|
|
|
|
Various updates needed when making the preview work on win32.
|
|
|
|
|
|
|
|
* tests/print-editor.c:
|
|
|
|
Print, don't preview.
|
|
|
|
|
2006-06-08 00:17:00 +00:00
|
|
|
2006-06-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-08 03:51:21 +00:00
|
|
|
* gtk/gtkentry.c (popup_targets_received): Make Delete
|
|
|
|
menuitem insensitive if entry is not editable. (#344232,
|
|
|
|
Milosz Derezynski)
|
|
|
|
|
2006-06-08 01:25:43 +00:00
|
|
|
* gtk/gtkprintoperation.c: Add some docs.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Add gtk_print_operation_set_allow_async.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.h: Remove gtk_print_operation_run_async.
|
|
|
|
|
2006-06-08 01:08:16 +00:00
|
|
|
* tests/testnotebookdnd.c: Update callers.
|
|
|
|
|
2006-06-08 00:17:00 +00:00
|
|
|
* gtk/gtknotebook.h:
|
|
|
|
* gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
|
|
|
|
Add a destroy notify for the callback data. (#344209,
|
|
|
|
Murray Cumming)
|
|
|
|
|
2006-06-07 16:24:55 +00:00
|
|
|
2006-06-07 Jürg Billeter <j@bitron.ch>
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
|
|
|
|
|
2006-06-07 15:09:03 +00:00
|
|
|
2006-06-07 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintoperation.[ch]:
|
|
|
|
Clean up APIs:
|
|
|
|
Make async a setting instead of separate calls.
|
|
|
|
Combine settings like show_dialog, show_preview and pdf_target into
|
|
|
|
an action enum that you pass to gtk_print_dialog_run().
|
|
|
|
|
|
|
|
* tests/print-editor.c:
|
|
|
|
* tests/testnouiprint.c:
|
|
|
|
* tests/testprint.c:
|
|
|
|
* demos/gtk-demo/printing.c:
|
|
|
|
Update to new APIs
|
|
|
|
|
2006-06-07 13:20:53 +00:00
|
|
|
2006-06-07 Bastien Nocera <hadess@hadess.net>
|
|
|
|
|
|
|
|
* configure.in: Update the ATK requirements (#344148)
|
|
|
|
|
2006-06-07 12:59:05 +00:00
|
|
|
2006-06-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintercups.c
|
|
|
|
(gtk_printer_cups_finalize): Fix a C99ism.
|
|
|
|
(#344123, Jens Ganseuer)
|
|
|
|
|
2006-06-07 01:07:20 +00:00
|
|
|
2006-06-06 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Correct
|
2006-06-07 01:10:47 +00:00
|
|
|
rounding of rect members. Improved docs. (#337603)
|
2006-06-07 01:07:20 +00:00
|
|
|
|
2006-06-06 20:09:43 +00:00
|
|
|
2006-06-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c: Small optimization
|
|
|
|
|
2006-06-05 19:33:40 +00:00
|
|
|
2006-06-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-05 20:32:16 +00:00
|
|
|
* configure.in: Bump version
|
|
|
|
|
2006-06-05 19:33:40 +00:00
|
|
|
* === Released 2.9.2 ===
|
|
|
|
|
|
|
|
* configure.in: Set interface age to 0.
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
|
|
|
* gtk/gtkprintoperationpreview.c: Include gtkalias.h
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Add some forgotten new functions.
|
|
|
|
|
2006-06-05 01:14:57 +00:00
|
|
|
2006-06-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-05 01:38:49 +00:00
|
|
|
* gtk/gtknotebook.c (gtk_notebook_calculate_shown_tabs):
|
|
|
|
(gtk_notebook_calc_tabs): Fix borderline cases in tab
|
|
|
|
visibility calculation. (#168105, Carlos Garnacho Parro)
|
|
|
|
|
2006-06-05 01:14:57 +00:00
|
|
|
* gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
|
2006-06-05 19:33:40 +00:00
|
|
|
XID from the xid table. (#341327, Sampo Savolainen, Tim Janik)
|
2006-06-05 01:14:57 +00:00
|
|
|
|
2006-06-04 18:15:13 +00:00
|
|
|
2006-06-04 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
|
|
|
|
|
2006-06-03 17:51:34 +00:00
|
|
|
2006-06-03 Richard Hult <richard@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/Makefile.am:
|
|
|
|
* gdk/quartz/gdkspawn-quartz.c: Add spawn functions, copied from the
|
|
|
|
win32 backend.
|
|
|
|
|
2006-06-03 03:11:31 +00:00
|
|
|
2006-06-02 Matthias Clasen <mclasen@redhat.com>
|
2006-06-03 03:30:21 +00:00
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation.h:
|
|
|
|
* gtk/gtkprintoperation.c: Add a show-preview property.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c: Implement it here.
|
2006-06-03 03:11:31 +00:00
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c: Cleanups
|
|
|
|
|
Rubber banding for GtkTreeView, #80127. Uses same method as GtkIconView.
2006-06-02 Kristian Rietveld <kris@imendio.com>
Rubber banding for GtkTreeView, #80127. Uses same method as
GtkIconView.
* gtk/gtktreeview.c (gtk_tree_view_class_init),
(gtk_tree_view_init), (gtk_tree_view_get_property),
(gtk_tree_view_set_property), (gtk_tree_view_set_rubber_banding),
(gtk_tree_view_get_rubber_banding): add property,
(gtk_tree_view_button_press): start rubber banding if enabled and
press is on a non-selected node,
(gtk_tree_view_button_release): stop rubber banding,
(gtk_tree_view_motion_bin_window), (scrool_row_timeout): enable/update
the rubber band,
(gtk_tree_view_bin_expose): draw rubber band if active,
(gtk_tree_view_stop_rubberband),
(gtk_tree_view_update_rubber_band_selection_range),
(gtk_tree_view_update_rubber_band_selection),
(gtk_tree_view_update_rubber_band),
(gtk_tree_view_paint_rubber_band): new functions.
* gtk/gtktreeview.h: add new set/get function for rubber banding
property.
* gtk/gtktreeprivate.h: add a bunch of new private fields.
2006-06-02 20:40:33 +00:00
|
|
|
2006-06-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
Rubber banding for GtkTreeView, #80127. Uses same method as
|
|
|
|
GtkIconView.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_class_init),
|
|
|
|
(gtk_tree_view_init), (gtk_tree_view_get_property),
|
|
|
|
(gtk_tree_view_set_property), (gtk_tree_view_set_rubber_banding),
|
|
|
|
(gtk_tree_view_get_rubber_banding): add property,
|
|
|
|
(gtk_tree_view_button_press): start rubber banding if enabled and
|
|
|
|
press is on a non-selected node,
|
|
|
|
(gtk_tree_view_button_release): stop rubber banding,
|
|
|
|
(gtk_tree_view_motion_bin_window), (scrool_row_timeout): enable/update
|
|
|
|
the rubber band,
|
|
|
|
(gtk_tree_view_bin_expose): draw rubber band if active,
|
|
|
|
(gtk_tree_view_stop_rubberband),
|
|
|
|
(gtk_tree_view_update_rubber_band_selection_range),
|
|
|
|
(gtk_tree_view_update_rubber_band_selection),
|
|
|
|
(gtk_tree_view_update_rubber_band),
|
|
|
|
(gtk_tree_view_paint_rubber_band): new functions.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.h: add new set/get function for rubber banding
|
|
|
|
property.
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h: add a bunch of new private fields.
|
|
|
|
|
2006-06-02 19:06:09 +00:00
|
|
|
2006-06-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
2006-06-05 19:33:40 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): revert fix of
|
2006-06-02 19:06:09 +00:00
|
|
|
#164884 because it's not a problem in gtk+ but in applications and
|
|
|
|
it breaks starting drags from the edge of a row.
|
|
|
|
|
2006-06-02 18:55:59 +00:00
|
|
|
2006-06-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
Separate sensitive/selectable properties.
|
|
|
|
|
|
|
|
* gtk/gtktreeselection.c (tree_column_is_sensitive): remove,
|
|
|
|
(_gtk_tree_selection_row_is_selectable): remove checks to see if at
|
|
|
|
least one column is sensitive,
|
|
|
|
(gtk_tree_selection_real_select_node): remove code which enables
|
|
|
|
insensitive rows to always be unselected.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_row_changed): remove code
|
|
|
|
that unselects a node if it just became insensitive.
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtkcombo_box_list_select_func): new function,
|
|
|
|
based on the at least one column sensitive check from
|
|
|
|
_gtk_tree_selection_row_is_selectable(),
|
|
|
|
(gtk_combo_box_list_setup): set selection function on tree selection.
|
|
|
|
|
2006-06-02 18:39:25 +00:00
|
|
|
2006-06-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c
|
|
|
|
(gtk_tree_model_filter_convert_child_path_to_path): need to use
|
|
|
|
gtk_tree_model_filter_get_iter_full() since the path returned
|
|
|
|
by gtk_real_tree_model_filter_convert_child_path_to_path() includes
|
|
|
|
invisible nodes.
|
|
|
|
|
2006-06-02 16:43:41 +00:00
|
|
|
2006-06-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-02 17:56:37 +00:00
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Allow
|
|
|
|
to return partial information. (#343625, Christian Persch)
|
|
|
|
|
2006-06-02 16:43:41 +00:00
|
|
|
* gtk/gtkwindow.c (gtk_window_key_release_event): Chain up
|
|
|
|
to key_release, not to key_press. (#343677, Tommi Komulainen)
|
|
|
|
|
2006-06-02 15:16:13 +00:00
|
|
|
2006-06-02 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
Add gtkprintoperationpreview.[ch]
|
|
|
|
Set default preview command. Hardcoded for now.
|
|
|
|
|
|
|
|
* gtk/gtkmarshalers.list:
|
|
|
|
Add BOOLEAN:OBJECT,OBJECT,OBJECT
|
|
|
|
|
|
|
|
* gtk/gtkprintbackend.c:
|
|
|
|
Add preview command property.
|
|
|
|
|
|
|
|
* gtk/gtkprintcontext.[ch]:
|
|
|
|
Make less dependent on PrintOperation for output settings
|
|
|
|
Externally set cairo_t and dpi. Resettable.
|
|
|
|
Create fontmap without metrics hinting (so that print preview
|
|
|
|
text layout doesn't depend on zoom level).
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintoperation.[ch]:
|
|
|
|
Initial work on print preview API and default implementation
|
|
|
|
using an external preview app.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
Some needed updates. Not done, needs more work.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperationpreview.[ch]:
|
|
|
|
New interface used in print preview api.
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c:
|
|
|
|
Add print preview dialog.
|
|
|
|
|
|
|
|
* tests/print-editor.c:
|
|
|
|
Test using an custom print preview widget.
|
|
|
|
|
2006-06-02 11:45:58 +00:00
|
|
|
2006-06-02 Emmanuele Bassi <ebassi@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c
|
|
|
|
(gtk_recent_info_get_application_info): Fix a typo (spotted by
|
|
|
|
Paolo Borelli and coverity).
|
|
|
|
|
2006-06-01 04:54:49 +00:00
|
|
|
2006-06-01 Matthias Clasen <mclasen@redhat.com>
|
2006-06-01 16:41:40 +00:00
|
|
|
|
|
|
|
* tests/testnotebookdnd.c: Small tweaks to test more things.
|
2006-06-01 04:54:49 +00:00
|
|
|
|
2006-06-01 13:42:14 +00:00
|
|
|
* gtk/gtktoolbutton.c (gtk_tool_button_class_init): Add
|
|
|
|
an icon-spacing style property for the same purpose.
|
|
|
|
|
|
|
|
* gtk/gtkbutton.c (gtk_button_class_init): Add an image-spacing
|
|
|
|
style property that allows to adjust the spacing between image
|
|
|
|
and label in button. (#320431, James Moger)
|
|
|
|
|
2006-06-01 20:05:09 +00:00
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation.c:
|
|
|
|
* gtk/gtkprintoperation-unix.c: Move the
|
2006-06-01 12:38:29 +00:00
|
|
|
PrintPagesData.wait flag to GtkPrintOperationPrivate.is_sync.
|
|
|
|
Also use a recursive mainloop instead of manually looping.
|
|
|
|
|
2006-06-01 05:19:16 +00:00
|
|
|
* gtk/gtkprintoperation.c: Add some examples to the docs.
|
|
|
|
|
2006-06-01 05:02:56 +00:00
|
|
|
* gtk/gtkprintbackend.c (gtk_print_backend_class_init):
|
|
|
|
Intern signal names.
|
|
|
|
|
2006-06-01 04:58:18 +00:00
|
|
|
* gtk/gtkprintunixdialog.c:
|
2006-06-01 04:54:49 +00:00
|
|
|
* gtk/gtkprintoperation-unix.c: Use canonical signal names.
|
|
|
|
|
2006-05-31 19:17:16 +00:00
|
|
|
2006-05-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-06-01 03:14:27 +00:00
|
|
|
* gtk/gtkpagesetupunixdialog.c: Add docs, cleanup some
|
|
|
|
formatting.
|
|
|
|
|
2006-05-31 19:46:02 +00:00
|
|
|
* gtk/gtkprintoperation.c (print_pages_idle): Don't
|
|
|
|
treat manual_scale like a percentage, its a factor.
|
|
|
|
|
2006-05-31 19:17:16 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Document
|
|
|
|
signals. (#302556, Stefan Kost)
|
|
|
|
|
2006-05-31 14:06:02 +00:00
|
|
|
2006-05-31 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* demos/gtk-demo/printing.c:
|
|
|
|
* tests/print-editor.c:
|
|
|
|
* tests/testnouiprint.c:
|
|
|
|
* tests/testprint.c:
|
|
|
|
* tests/testprintfileoperation.c:
|
|
|
|
Further updates from the GtkPrintContext functions rename.
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkcupsutils.c:
|
|
|
|
Always set requesting-user-name when doing cups requests.
|
|
|
|
|
2006-05-31 13:43:42 +00:00
|
|
|
2006-05-31 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkpagesetupunixdialog.c:
|
|
|
|
Remove request_details_tag with g_signal_handler_disconnect,
|
|
|
|
not g_source_remove. (#343475)
|
|
|
|
|
2006-05-31 04:06:12 +00:00
|
|
|
2006-05-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-31 13:38:10 +00:00
|
|
|
* gtk/gtkprintcontext.h:
|
|
|
|
* gtk/gtkprintcontext.c:
|
|
|
|
* gtk/gtkprintoperation.c:
|
|
|
|
* gtk/gtkprintoperation-unix.c: Change some function names to be
|
|
|
|
longer and better.
|
|
|
|
gtk_print_context_get_cairo -> gtk_print_context_get_cairo_context
|
|
|
|
gtk_print_context_get_fontmap -> gtk_print_context_get_pango_fontmap
|
|
|
|
gtk_print_context_create_context -> gtk_print_context_create_pango_context
|
|
|
|
gtk_print_context_create_layout -> gtk_print_context_create_pango_layout
|
|
|
|
Update all callers.
|
|
|
|
|
2006-05-31 04:45:37 +00:00
|
|
|
* gtk/gtkpagesetupunixdialog.c: Don't run the custom page
|
|
|
|
size dialog. (#340444, Christian Persch)
|
|
|
|
|
2006-05-31 04:13:01 +00:00
|
|
|
* demos/gtk-demo/main.c (main): Display comments in friendly
|
|
|
|
DodgerBlue instead of scary red. (#343444, Carol Spears)
|
|
|
|
|
2006-05-31 04:06:12 +00:00
|
|
|
* gtk/gtkfontbutton.c:
|
|
|
|
* gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
|
|
|
|
font-set signals. (#343438, Olexiy Avramchenko)
|
|
|
|
|
2006-05-31 00:22:19 +00:00
|
|
|
2006-05-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-31 03:55:55 +00:00
|
|
|
* gtk/gtkmain.c (gtk_grab_notify_foreach): Don't skip internal
|
|
|
|
children when emitting grab-notify. (#343425, Markku Vire)
|
|
|
|
|
2006-05-31 03:34:04 +00:00
|
|
|
* gdk/gdkpixmap.c:
|
|
|
|
* gdk/gdkwindow.c: Don't use G_DEFINE_TYPE, since the instance
|
|
|
|
struct name does not match the type name. (#343453, Ed Catmur)
|
|
|
|
|
2006-05-31 00:22:19 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkbutton.h:
|
|
|
|
* gtk/gtkbutton.c: Add a GtkButton::image-position property
|
|
|
|
with getter and setter, to allow constructing buttons with
|
|
|
|
the image stacked on top of the label. (#342930, Johan Dahlin)
|
|
|
|
|
|
|
|
2006-05-30 Johan Dahlin <jdahlin@async.com.br>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkbutton.c: (gtk_button_class_init), (gtk_button_init),
|
|
|
|
(gtk_button_set_property), (gtk_button_get_property),
|
|
|
|
(gtk_button_construct_child), (gtk_button_set_image_spacing),
|
|
|
|
(gtk_button_get_image_spacing):
|
|
|
|
* gtk/gtkbutton.h:
|
|
|
|
* gtk/gtktoolbutton.c: (gtk_tool_button_class_init),
|
|
|
|
(gtk_tool_button_construct_contents),
|
|
|
|
(gtk_tool_button_set_property), (gtk_tool_button_get_property),
|
|
|
|
(_gtk_tool_button_get_button), (gtk_tool_button_set_icon_spacing),
|
|
|
|
(gtk_tool_button_get_icon_spacing):
|
|
|
|
* gtk/gtktoolbutton.h:
|
|
|
|
Add GtkButton:image-spacing and GtkToolButton::icon-spacing.
|
|
|
|
(#320431, James Moger)
|
|
|
|
|
2006-05-30 09:29:49 +00:00
|
|
|
2006-05-30 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): only
|
|
|
|
check sort column id if connected to sortable model.
|
|
|
|
|
2006-05-30 04:19:29 +00:00
|
|
|
2006-05-30 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (draw_error_underline): Fix offset to center the
|
|
|
|
underline in requested rectangle. (Ported from pango fix.)
|
|
|
|
|
2006-05-29 15:07:35 +00:00
|
|
|
2006-05-29 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkdialog.h: removed forgotten declaration of
|
|
|
|
_gtk_dialog_get_response_for_widget(), the function has been made
|
|
|
|
public a long time ago.
|
|
|
|
|
2006-05-29 08:39:00 +00:00
|
|
|
2006-05-29 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (gtk_text_view_target_list_notify): applied
|
|
|
|
patch from Chris Wilson which replaces a useless loop with
|
|
|
|
built-in access to free'd memory by a simple integer comparison.
|
|
|
|
Fixes bug #342894.
|
|
|
|
|
2006-05-28 23:34:47 +00:00
|
|
|
2006-05-29 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): select
|
|
|
|
the current focus row if nothing is selected and ctrl is not pressed.
|
|
|
|
(Fixes #324480, Murray Cumming/Srirama Sharma).
|
|
|
|
|
2006-05-28 21:51:04 +00:00
|
|
|
2006-05-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_focus): refactor
|
|
|
|
to work correctly in RTL mode.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): make
|
|
|
|
cursor movement to left/right work correctly in RTL mode.
|
|
|
|
|
2006-05-28 20:24:43 +00:00
|
|
|
2006-05-28 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gdk/gdkrectangle.c (gdk_rectangle_union, gdk_rectangle_intersect):
|
|
|
|
Note in docs that @dest can be the same as @src1 or @src2. (#343233,
|
|
|
|
Christian Persch)
|
|
|
|
|
2006-05-28 12:56:26 +00:00
|
|
|
2006-05-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkstyle.c (gtk_default_draw_flat_box): handle
|
|
|
|
cell_even_ruled_sorted and cell_odd_ruled_sorted for the selected
|
|
|
|
state.
|
|
|
|
|
2006-05-28 12:37:21 +00:00
|
|
|
2006-05-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkenums.h: add GTK_ARROW_NONE.
|
|
|
|
|
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_column): always
|
|
|
|
"show" the arrow if sort_column_id >= 0, only set arrow type if
|
|
|
|
this column is the column we are currently sorting on. (#331338).
|
|
|
|
|
2006-05-28 02:55:51 +00:00
|
|
|
2006-05-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrecentchoosermenu.c: Avoid trivial differences
|
|
|
|
in translated strings. (#343088, Clytie Siddall)
|
|
|
|
|
2006-05-28 00:19:08 +00:00
|
|
|
2006-05-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_build_tree): emit test_expand_row
|
|
|
|
and test return value before expanding a branch. (Fixes #321523,
|
|
|
|
reported by Daniel Lindenaar).
|
|
|
|
|
2006-05-27 22:39:46 +00:00
|
|
|
2006-05-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_insert_column): set the sizing
|
|
|
|
type of the new column to FIXED,
|
|
|
|
(gtk_tree_view_insert_column_with_attributes): likewise. (#341898,
|
|
|
|
Dan Winship).
|
|
|
|
|
2006-05-27 21:48:46 +00:00
|
|
|
2006-05-27 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_remove_node):
|
|
|
|
only unref if elt->ref_count > 0,
|
|
|
|
(gtk_tree_model_filter_row_deleted): likewise. (Fixes #340839,
|
|
|
|
reported by Yevgen Muntyan).
|
|
|
|
|
2006-05-27 21:43:10 +00:00
|
|
|
2006-05-27 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
Small refactoring. (#340428, Paolo Borelli).
|
|
|
|
|
|
|
|
* gtk/gtkliststore.c (gtk_list_store_set_valist_internal),
|
|
|
|
(gtk_list_store_insert_with_valuesv): refactor code to determine
|
|
|
|
iter compare func into gtk_list_store_get_compare_func().
|
|
|
|
|
|
|
|
* gtk/gtktreestore.c (gtk_tree_store_set_valist_internal),
|
|
|
|
(gtk_tree_store_insert_with_valuesv): likewise.
|
|
|
|
|
2006-05-27 21:09:59 +00:00
|
|
|
2006-05-27 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_queue_draw_arrow): really fix
|
|
|
|
#333284.
|
|
|
|
|
2006-05-27 16:19:53 +00:00
|
|
|
2006-05-27 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
Editable cell window placement and RTL fixes.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_button_press),
|
|
|
|
(gtk_tree_view_bin_expose), (gtk_tree_view_get_cell_area),
|
|
|
|
(gtk_tree_view_create_row_drag_icon): Only add indentation to x
|
|
|
|
if !rtl,
|
|
|
|
(gtk_tree_view_create_row_drag_icon): Iterate over columns in reverse
|
|
|
|
direction if in rtl mode.
|
|
|
|
|
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
|
|
|
|
horizontal_separator is not part of the real background area width,
|
|
|
|
add 2 * focus_line_width to real_cell_area.x and not
|
|
|
|
real_background_area.x, fix up event coordinates check in the
|
|
|
|
PACK_END loop, also set depth to zero at the end of the PACK_END
|
|
|
|
loop,
|
|
|
|
(_gtk_tree_view_get_neighbor_sizes): also add column_spacing for each
|
|
|
|
visible cell.
|
|
|
|
|
2006-05-26 16:34:05 +00:00
|
|
|
2006-05-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* 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:
|
|
|
|
* gtk/stock-icons/24/gtk-orientation-reverse-portrait.png:
|
|
|
|
Cleaned up icons by Diana Fong.
|
|
|
|
|
2006-05-26 00:25:44 +00:00
|
|
|
2006-05-26 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_queue_draw_arrow): queue a redraw
|
|
|
|
for the full width of the row, not just the width we got allocated.
|
|
|
|
(Fixes #333284, reported by Benjamin Berg).
|
|
|
|
|
2006-05-26 00:00:50 +00:00
|
|
|
2006-05-26 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): set dy to
|
|
|
|
page_size + height in the event dy + page_size is about to become
|
|
|
|
bigger than height.
|
|
|
|
|
2006-05-25 05:53:42 +00:00
|
|
|
2006-05-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkstatusicon.h:
|
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_get_geometry):
|
|
|
|
New function that can be used to e.g. position
|
|
|
|
notification bubbles wrt to the status icon.
|
|
|
|
(#341450, Christian Persch, Havoc Pennington)
|
|
|
|
|
2006-05-25 05:30:14 +00:00
|
|
|
2006-05-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Make GTK+ work as an untrusted X client. (#136571,
|
|
|
|
Ed Catmur)
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.h:
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): When
|
|
|
|
opening a display, determine if we are untrusted.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_notify_startup_complete):
|
|
|
|
Just bail out when we are untrusted.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_new): Work around
|
|
|
|
a bug in the Xorg XSECURITY implementation by coercing
|
|
|
|
toplevel InputOnly windows to InputOutput.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_get_pointer):
|
|
|
|
(_gdk_windowing_window_get_pointer):
|
|
|
|
When untrusted, call XQueryPointer on an auxiliary
|
|
|
|
window, not on the root window.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer):
|
|
|
|
If untrusted, loop through all GDK-aware toplevels on all
|
|
|
|
screens in the hope we hit one containing the pointer;
|
|
|
|
then use that as the basis of the current XQueryPointer
|
|
|
|
child recursion.
|
|
|
|
|
|
|
|
* gdk/x11/gdkmain-x11.c (gdk_pointer_grab):
|
|
|
|
(gdk_keyboard_grab): Ignore failed grabs when untrusted.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Only
|
|
|
|
cache our own toplevels when untrusted.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdnd-x11.c (motif_send_enter): Don't try
|
|
|
|
to do Motif DND as untrusted client.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window):
|
|
|
|
(gdk_x11_screen_get_window_manager_name):
|
|
|
|
(gdk_x11_screen_supports_net_wm_hint):
|
|
|
|
Bail out early if untrusted.
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c (grab_color_at_mouse): If getting
|
|
|
|
the color under the pointer by screenshooting the root
|
|
|
|
window fails, it tries to get the color from our own
|
|
|
|
window.
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c (get_screen_color): Make the
|
|
|
|
dropper_grab_widget a child of the dialog, not a
|
|
|
|
toplevel.
|
|
|
|
|
|
|
|
* gtk/gtkinvisible.c (gtk_invisible_realize): Respect
|
|
|
|
a parent window that has been set before realizing.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_get_parent_window):
|
|
|
|
Always return a previously set parent window.
|
|
|
|
|
2006-05-24 18:03:19 +00:00
|
|
|
2006-05-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-24 19:44:20 +00:00
|
|
|
* gtk/gtkfontbutton.c (gtk_font_button_clicked):
|
|
|
|
* gtk/gtkcolorbutton.c (gtk_color_button_clicked):
|
|
|
|
Fix the handling of modality by copying what
|
|
|
|
GtkFileChooserButton does. (#342754, Yevgen Muntyan)
|
|
|
|
|
2006-05-24 19:03:52 +00:00
|
|
|
* gtk/gtkprintunixdialog.c (create_main_page): Make
|
|
|
|
the range entry insensitive if another range option
|
|
|
|
is selected. (#342783, Caolan McNamara)
|
|
|
|
(update_dialog_from_capabilities): Make the collate
|
|
|
|
check button insensitive unless multiple copies are
|
|
|
|
printed (#342781, Caolan McNamara)
|
|
|
|
|
2006-05-24 18:03:19 +00:00
|
|
|
* gtk/gtkwidget.c: Remove style properties when a widget
|
|
|
|
class gets finalized, to make style properties work in
|
|
|
|
dynamic types. (#342513, Christian Persch)
|
|
|
|
|
2006-05-24 17:01:28 +00:00
|
|
|
2006-05-24 Henrique Romano <henrique@async.com.br>
|
|
|
|
|
|
|
|
* gtk/gtkcellview.c: (gtk_cell_view_class_init),
|
|
|
|
(gtk_cell_view_get_property), (gtk_cell_view_set_property):
|
|
|
|
Add model property for GtkCellView, part of #172535.
|
|
|
|
|
2006-05-24 16:15:15 +00:00
|
|
|
2006-05-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.h:
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintoperation.c: Add a custom-tab-label property.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c (get_print_dialog): Use it
|
|
|
|
here. (#342752, Yevgen Muntyan)
|
|
|
|
|
2006-05-24 10:50:57 +00:00
|
|
|
2006-05-24 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintunixdialog.[ch]:
|
|
|
|
Add gtk_print_unix_dialog_set_manual_capabilities that controls
|
|
|
|
what widgets to enable in the dialog depending on the apps
|
|
|
|
capabilities.
|
|
|
|
|
|
|
|
* gtk/gtkprintbackend.[ch]:
|
|
|
|
* gtk/gtkprinter-private.h:
|
|
|
|
* gtk/gtkprinter.c:
|
|
|
|
* gtk/gtkprintjob.h:
|
|
|
|
Add printer_get_capabilities to backend.
|
|
|
|
Move some fallback calls to the printbackend base class.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
Set manual capabilities
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
Implement get_capabilities
|
|
|
|
|
|
|
|
* modules/printbackends/lpr/gtkprintbackendlpr.c:
|
|
|
|
* modules/printbackends/pdf/gtkprintbackendpdf.c:
|
|
|
|
Move some methods to baseclass.
|
|
|
|
|
2006-05-23 16:52:10 +00:00
|
|
|
2006-05-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c (print_pages): Do the begin-print
|
|
|
|
emission in the idle, so that the print dialog goes away
|
|
|
|
before begin-print.
|
|
|
|
|
2006-05-23 16:30:45 +00:00
|
|
|
2006-05-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintoperation.h:
|
|
|
|
* gtk/gtkprintoperation.c: Add a boolean show-progress
|
|
|
|
property, and show a progress dialog if it is set to TRUE.
|
2006-05-23 16:52:10 +00:00
|
|
|
|
2006-05-23 16:30:45 +00:00
|
|
|
* gtk/gtkprintoperation.c (pdf_end_run):
|
|
|
|
* gtk/gtkprintoperation-win32.c (win32_end_run):
|
|
|
|
* gtk/gtkprintoperation-unix.c (unix_end_run):
|
|
|
|
* gtk/gtkprintoperation-private.h: Add a cancelled
|
|
|
|
parameter to end_run, and call it even if the print
|
|
|
|
operation was cancelled.
|
|
|
|
|
2006-05-23 08:20:30 +00:00
|
|
|
2006-05-23 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprinteroptionwidget.c (filesave_changed_cb):
|
|
|
|
Allow absolute filenames in filename entry.
|
|
|
|
Patch from Yevgen Muntyan (#341679)
|
|
|
|
|
2006-05-23 08:09:08 +00:00
|
|
|
2006-05-23 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintunixdialog.[ch]:
|
|
|
|
Add gtk_print_unix_dialog_add_custom_tab
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
Implement custom widgets for unix.
|
|
|
|
Fix some warnings by including cairo-ps/pdf.h
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
Mark string for translation.
|
|
|
|
|
2006-05-22 19:39:23 +00:00
|
|
|
2006-05-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c (gtk_print_operation_class_init):
|
|
|
|
Fix docs.
|
|
|
|
|
2006-05-22 17:19:10 +00:00
|
|
|
2006-05-22 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmain.c:
|
|
|
|
Make sure grab-notify is emitted on toplevels as well as
|
|
|
|
child widgets.
|
|
|
|
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
* gtk/gtkwin32embedwidget.[ch]
|
|
|
|
Add new widget used for win32 port to embed gtk+
|
|
|
|
widgets in windows dialog.
|
|
|
|
|
|
|
|
* gtk/gtkmarshalers.list:
|
|
|
|
Add POINTER:VOID
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation.[ch]:
|
|
|
|
Generic support for custom widgets in print dialog.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
Implement custom widget support for win32.
|
|
|
|
|
|
|
|
* tests/print-editor.c:
|
|
|
|
Allow setting of font using custom widgets in the print dialog.
|
|
|
|
|
2006-05-22 17:08:13 +00:00
|
|
|
2006-05-22 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
Rollback the following changes, to fix it the proper way in Pango:
|
|
|
|
|
|
|
|
* gdk/gdkinternals.h:
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize),
|
|
|
|
(update_fontmap_resolution), (gdk_screen_set_resolution): Add new
|
|
|
|
function _gdk_screen_get_font_map() and have one fontmap per screen,
|
|
|
|
with the correct resolution set on it.
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use
|
|
|
|
_gdk_screen_get_font_map() instead of setting resolution on the
|
|
|
|
PangoCairoContext. (#342529)
|
|
|
|
|
2006-05-22 17:02:54 +00:00
|
|
|
2006-05-22 Emmanuele Bassi <ebassi@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.h:
|
|
|
|
* gtk/gtkrecentmanager.c
|
|
|
|
(gtk_recent_info_get_application_info): Don't mask "time" with
|
|
|
|
the "time" argument.
|
|
|
|
|
2006-05-22 04:11:42 +00:00
|
|
|
2006-05-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-22 12:58:00 +00:00
|
|
|
* gdk/gdkcolor.h: gdk_color_parse returns boolean, not int.
|
|
|
|
(#342569, Masatake Yamato)
|
|
|
|
|
2006-05-22 12:55:02 +00:00
|
|
|
* gtk/gtkprintunixdialog.c (dialog_set_scale): Don't return
|
|
|
|
a value from a void function.
|
|
|
|
|
2006-05-22 12:53:13 +00:00
|
|
|
* gtk/gtkprinter.c (_gtk_printer_prepare_for_print)
|
|
|
|
(_gtk_printer_get_settings_from_options)
|
|
|
|
(_gtk_printer_request_details): Don't return values from void
|
|
|
|
functions.
|
|
|
|
|
|
|
|
* gtk/gtkrecentchooserutils.c (delegate_unselect_uri): Don't
|
|
|
|
return a value from a void function.
|
|
|
|
|
|
|
|
* gtk/gtkfilesystem.c (gtk_file_system_cancel_operation): Don't
|
|
|
|
return a value from a void function. Also, don't put
|
|
|
|
semicolons behind G_DEFINE_TYPE. (#342543)
|
|
|
|
|
2006-05-22 12:39:54 +00:00
|
|
|
* gtk/gtkwidget.c (gtk_widget_class_init): Add docs
|
|
|
|
for new style properties. (#342535, Mart Raudsepp)
|
|
|
|
|
2006-05-22 04:11:42 +00:00
|
|
|
* gdk/x11/gdkscreen-x11.c: Remove _gdk_x11_screen_request_cm_notification
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Directly call
|
|
|
|
gdk_display_request_selection_notification.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c: Several cleanups.
|
|
|
|
|
2006-05-22 04:04:51 +00:00
|
|
|
2006-05-21 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gdk/gdkinternals.h:
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize),
|
|
|
|
(update_fontmap_resolution), (gdk_screen_set_resolution): Add new
|
|
|
|
function _gdk_screen_get_font_map() and have one fontmap per screen,
|
|
|
|
with the correct resolution set on it.
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use
|
|
|
|
_gdk_screen_get_font_map() instead of setting resolution on the
|
|
|
|
PangoCairoContext. (#342529)
|
|
|
|
|
2006-05-21 23:48:49 +00:00
|
|
|
2006-05-22 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemwin32.c: Make it compile again. Doesn't work
|
|
|
|
properly yet, though. There is lots of commonality between this
|
|
|
|
file and gtkfilesystemunix.c that should really be factored out.
|
|
|
|
|
2006-05-19 16:04:32 +00:00
|
|
|
2006-05-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-19 20:32:28 +00:00
|
|
|
* gtk/gtkpaned.c (gtk_paned_compute_position): Avoid warnings
|
|
|
|
if a child is NULL. (#342007, Patrick Monnerat)
|
|
|
|
|
2006-05-19 19:25:51 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintoperation.h:
|
|
|
|
* gtk/gtkprintoperation.c (gtk_print_operation_cancel): New function
|
|
|
|
to cancel a running print operation.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h (struct _GtkPrintOperationPrivate):
|
|
|
|
Add a cancelled flag, use g types, use bitfields.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c (print_pages): Clean up after the idle
|
|
|
|
in the synchronous case.
|
|
|
|
|
2006-05-19 16:04:32 +00:00
|
|
|
* gtk/gtknotebook.c (gtk_notebook_pages_allocate): Fix a
|
|
|
|
boundary case in scrolling where a tab was not shown. (#168105,
|
|
|
|
Hiroyuki Ikezoe, patch by Kouhei Sutou)
|
|
|
|
|
2006-05-19 14:04:47 +00:00
|
|
|
2006-05-19 Damon Chaplin <damon@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkfontsel.c (gtk_font_selection_init): use
|
|
|
|
atk_relation_add_target() to add the targets, since it sets up weak
|
|
|
|
references to avoid crashes. (#305530)
|
|
|
|
|
2006-05-18 16:42:56 +00:00
|
|
|
2006-05-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-18 20:09:05 +00:00
|
|
|
* gtk/gtkprintoperation.h:
|
|
|
|
* gtk/gtkprintoperation.c: Add a GtkPrintOperation:: paginate signal
|
|
|
|
that gets emitted to paginate a document in chunks.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkmarshalers.list: Add necessary glue.
|
|
|
|
|
2006-05-18 19:26:02 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_drag_motion): Don't produce
|
|
|
|
a stuck drag if shift is held. (#341734, Sebastien Bacher)
|
|
|
|
|
2006-05-18 18:13:27 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
|
|
|
|
Always set protocol. (#342003, Tommi Komulainen)
|
|
|
|
|
2006-05-18 16:50:49 +00:00
|
|
|
* gtk/gtkimage.c (icon_theme_changed): Only unref the pixbuf
|
|
|
|
if the image has the appropriate storage type. (#342096, Tommi
|
|
|
|
Komulainen)
|
|
|
|
|
2006-05-18 16:47:45 +00:00
|
|
|
* configure.in: Actually require GLib 2.11
|
|
|
|
|
2006-05-18 16:42:56 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_drag_data_received): Make drops
|
|
|
|
end up at the right spot. (#342072, Yevgen Muntyan)
|
|
|
|
|
2006-05-18 11:39:42 +00:00
|
|
|
2006-05-18 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c: canonicalize the name of the "activate-slider"
|
|
|
|
style property and use GTK_PARAM_READABLE instead of
|
|
|
|
G_PARAM_READABLE. Moved one "activate_slider" variable to the
|
|
|
|
local scope its used in.
|
|
|
|
|
2006-05-18 07:46:06 +00:00
|
|
|
2006-06-18 Michael Emmel <mike.emmel@gmail.com>
|
|
|
|
|
|
|
|
* gdk/directfb/gdkscreen-directfb.c:
|
|
|
|
* added gdk_screen_is_composited to compile
|
|
|
|
* Bug 342091
|
|
|
|
|
2006-05-17 07:36:59 +00:00
|
|
|
2006-05-17 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
Update to changed APIs.
|
|
|
|
|
2006-05-16 18:58:58 +00:00
|
|
|
2006-05-16 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-17 01:17:54 +00:00
|
|
|
* configure.in: Bump version
|
|
|
|
|
2006-05-17 00:33:57 +00:00
|
|
|
* === Released 2.9.1 ====
|
|
|
|
|
2006-05-16 18:58:58 +00:00
|
|
|
* configure.in: Reset interface age
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
2006-05-16 16:51:27 +00:00
|
|
|
Tue May 16 12:36:25 2006 Søren Sandmann <sandmann@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Move getting the
|
|
|
|
property out of the loop, and rename the variable 'max_expand'.
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (gtk_toolbar_class_init): Fix the decription
|
|
|
|
for the max-child-expand property.
|
|
|
|
|
2006-05-16 15:23:01 +00:00
|
|
|
2006-05-16 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-16 16:13:48 +00:00
|
|
|
* gtk/gtkprinter.c (gtk_printer_class_init):
|
|
|
|
* gtk/gtkprintjob.c (gtk_print_job_class_init):
|
2006-05-16 16:11:31 +00:00
|
|
|
* gtk/gtkprintoperation.c (gtk_print_operation_class_init):
|
|
|
|
Cosmetic cleanups.
|
|
|
|
|
2006-05-16 15:23:01 +00:00
|
|
|
* gtk/gtkpagesetupunixdialog.c (populate_dialog): Add labels
|
|
|
|
for page orientations, also add the fourth one. (#339589)
|
|
|
|
|
|
|
|
* gtk/stock-icons/24/gtk-orientation-reverse-portrait.png: New
|
|
|
|
icon.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Add it here.
|
|
|
|
|
|
|
|
* gtk/gtkstock.[hc]: Add stock items for the page orientations.
|
|
|
|
|
2006-05-16 13:51:30 +00:00
|
|
|
2006-05-16 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c: added "max-child-expand" style property which
|
|
|
|
limits the space taken by expanding tool items. Fixes bug #340722.
|
|
|
|
|
2006-05-16 12:36:07 +00:00
|
|
|
2006-05-16 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.c (gtk_path_bar_dispose): cancel all pending handles
|
|
|
|
in the button list. (Fixes #341035, reported by William Jon McCann).
|
|
|
|
|
2006-05-16 12:34:01 +00:00
|
|
|
2006-05-16 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(show_and_select_paths_finished_loading): put the newly selected
|
|
|
|
row(s) the in the middle of the view,
|
|
|
|
(update_current_folder_get_info_cb),
|
|
|
|
(gtk_file_chooser_default_update_current_folder): make sure reload
|
|
|
|
state is set to RELOAD_HAS_FOLDER while loading the new folder,
|
|
|
|
so _map() won't start loading the current working directory. (Fixes
|
|
|
|
#341028, reported by Michael Natterer).
|
|
|
|
|
2006-05-16 01:38:53 +00:00
|
|
|
2006-05-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): Fix
|
|
|
|
an RTL problem with toggles in expander columns.
|
|
|
|
(#341896, Roozbeh Pournader)
|
|
|
|
|
2006-05-15 19:17:30 +00:00
|
|
|
Mon May 15 15:12:05 2006 Søren Sandmann <sandmann@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklayout.c (gtk_layout_realize),
|
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_realize),
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_realize): Set the background of
|
|
|
|
the clip windows to NULL, since they are generally invisible and
|
|
|
|
don't have EXPOSURE set, which means they temp-unvlicker code
|
|
|
|
doesn't apply to them.
|
|
|
|
|
|
|
|
* gdk/x11/gdkgeometry-x11.c (_gdk_window_move_resize_child): Unset
|
|
|
|
the background of the parent window during resizing. Invalidate
|
|
|
|
the uncoered area of the parent window. Bug 341332.
|
|
|
|
|
2006-05-15 19:01:57 +00:00
|
|
|
2006-05-15 Richard Hult <richard@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkevents-quartz.c (_gdk_events_init): Remove obsolete
|
|
|
|
comment.
|
|
|
|
(poll_func): Remove assert and add a comment on how to fix properly.
|
|
|
|
(gdk_events_pending): Implement.
|
|
|
|
|
2006-05-15 18:33:41 +00:00
|
|
|
2006-05-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c: Reverse the order of
|
|
|
|
ranges when printing in reverse. (#341578)
|
|
|
|
|
2006-05-15 16:22:38 +00:00
|
|
|
2006-05-15 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintjob.[ch]:
|
|
|
|
Added gtk_print_job_set/get_track_print_status
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation.[ch]:
|
|
|
|
Add gtk_print_operation_set_track_print_status.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
Implement track_print_status on unix
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
Implement track_print_status on win32
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
Added symbols
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
Implement track_print_status for cups
|
|
|
|
|
|
|
|
* tests/print-editor.c:
|
|
|
|
Test track_print_status.
|
|
|
|
|
2006-05-15 15:27:18 +00:00
|
|
|
2006-05-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c: Do page rendering in an idle when
|
|
|
|
running asynchronous.
|
|
|
|
|
2006-05-15 15:24:12 +00:00
|
|
|
2006-05-15 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkprintbackend.[ch]: (_gtk_print_backend_create):
|
|
|
|
Never unload print backends.
|
|
|
|
Remove gtk_print_backend_unref_at_idle.
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
(cups_dispatch_watch_finalize):
|
|
|
|
Don't use the unref_at_idle hack since that caused
|
|
|
|
deadlocks. Instead we never unload print backends, which
|
|
|
|
is not really a big problem.
|
|
|
|
|
2006-05-14 17:35:53 +00:00
|
|
|
2006-05-14 Murray Cumming <murrayc@murray.com>
|
|
|
|
|
|
|
|
* gtk/gtkframe.c: Restored the / at the start of the comment
|
|
|
|
block, to fix the build.
|
|
|
|
|
2006-05-14 03:30:39 +00:00
|
|
|
2006-05-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-14 04:25:34 +00:00
|
|
|
* gtk/*.c:
|
2006-05-14 04:00:38 +00:00
|
|
|
* gdk-pixbuf/*.c:
|
2006-05-14 03:58:06 +00:00
|
|
|
* gdk/*.c: Remove erroneous ; after G_DEFINE_TYPE
|
|
|
|
macros. (#341692, Yevgen Muntyan)
|
|
|
|
|
2006-05-14 03:46:14 +00:00
|
|
|
* gtk/gtktextbtree.c:
|
|
|
|
* gtk/gtktextview.c: Move some asserts to the right
|
|
|
|
place. (#341661, #341665, Pascal Terjan)
|
2006-05-14 03:30:39 +00:00
|
|
|
|
2006-05-12 16:14:48 +00:00
|
|
|
2006-05-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-13 03:16:09 +00:00
|
|
|
* gtk/gtknotebook.c: Fix some corner cases in the size
|
|
|
|
allocation logic for tabs. (#341577, Carlos Garnacho Parro)
|
|
|
|
|
2006-05-13 03:05:16 +00:00
|
|
|
* gtk/gtkprintunixdialog.c: Some fixes to capitalization of
|
|
|
|
labels. (#341558, Dennis Cranston)
|
|
|
|
|
2006-05-13 02:56:04 +00:00
|
|
|
* gtk/gtknotebook.c: Handle tab_label being NULL better.
|
|
|
|
(#341455, William Jon McCann, patch by Carlos Garnacho Parro)
|
|
|
|
|
2006-05-12 16:14:48 +00:00
|
|
|
* gtk/gtkruler.c: Reinstate the ruler metrics strings, since
|
|
|
|
they are used by glade, pointed out by Damon Chaplin.
|
|
|
|
|
2006-05-12 16:06:53 +00:00
|
|
|
2006-05-12 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
Better handling of the window group on unsetting transient-for, since
|
|
|
|
the transient parent might have changed group.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c:
|
|
|
|
Combine the handling of transient for the attach-widget and the
|
|
|
|
window group handling by setting transient-to on popup/popdown only.
|
|
|
|
|
|
|
|
See bug #340401
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c:
|
|
|
|
Remove part of old fix no longer needed.
|
|
|
|
|
2006-05-12 13:24:12 +00:00
|
|
|
2006-05-12 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
|
|
|
|
Update g_object_notify to new property name.
|
|
|
|
|
2006-05-12 09:47:58 +00:00
|
|
|
2006-05-12 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c:
|
|
|
|
Fix build errors.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* demos/gtk-demo/printing.c:
|
|
|
|
* gtk/gtkprintoperation-win32.c:
|
|
|
|
* gtk/gtkprintoperation.[ch]:
|
|
|
|
* gtk/gtkprintsettings.[ch]:
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
* modules/printbackends/lpr/gtkprintbackendlpr.c:
|
|
|
|
* modules/printbackends/pdf/gtkprintbackendpdf.c:
|
|
|
|
* tests/print-editor.c:
|
|
|
|
* tests/testnouiprint.c:
|
|
|
|
* tests/testprint.c:
|
|
|
|
* tests/testprintfileoperation.c:
|
|
|
|
Rename functions from nr_of_pages to n_pages, and num_copies to
|
|
|
|
n_copies to match other gtk+ names.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c: (gtk_menu_popdown):
|
|
|
|
Only re-set window group on popdown if we set it on popup (i.e.
|
|
|
|
if there is a parent menu shell).
|
|
|
|
Fixed part of bug #340401
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
Add (contruct) property "transient-for" to GtkWindow. This
|
|
|
|
is needed for the fix to bug #340401.
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c:
|
|
|
|
Use the transient-for property on construction and populate the dialog
|
|
|
|
with widgets after that. This fixes bug #340401.
|
|
|
|
More n_pages renames.
|
|
|
|
|
2006-05-12 08:37:07 +00:00
|
|
|
2006-05-11 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.h: Remove the error parameter to the
|
|
|
|
gtk_recent_manager_add() and gtk_recent_manager_add_full()
|
|
|
|
functions; remove the unneeded error codes from the error
|
|
|
|
enumeration. (#336774).
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c: Make gtk_recent_manager_add() and
|
|
|
|
gtk_recent_manager_add_full() complain loudly about wrong or
|
|
|
|
missing meta-data, instead of using a GError. (#336774)
|
|
|
|
|
2006-05-11 19:02:05 +00:00
|
|
|
2006-05-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* demos/gtk-demo/Makefile.am (demos): Add it here.
|
|
|
|
|
|
|
|
* demos/gtk-demo/printing.c (do_printing): Add a GtkPrintOperation demo.
|
|
|
|
|
2006-05-11 17:54:20 +00:00
|
|
|
2006-05-11 Carlos Garcia Campos <carlosgc@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserembed.c: use I_() instead of _() when creating
|
|
|
|
response-requested signal. Fixes bug #341416
|
|
|
|
|
2006-05-11 17:07:15 +00:00
|
|
|
2006-05-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-11 17:15:40 +00:00
|
|
|
* gdk/gdkkeysyms.h: Regenerated from Xorg 7.1 keysyms.h, using
|
|
|
|
gdkkeysyms-update.pl.
|
|
|
|
|
|
|
|
* gdk/gdkkeysyms-update.pl: Script to sync gdkkeysyms.h
|
|
|
|
with Xorg. (#321896, Simos Xenitellis)
|
|
|
|
|
|
|
|
* gdk/Makefile.am (EXTRA_DIST): Add gdkkeysyms-update.pl
|
|
|
|
|
2006-05-11 17:07:15 +00:00
|
|
|
* gdk/gdkkeysyms.h: Consistently use lowercase in hex numbers.
|
|
|
|
|
2006-05-10 15:58:48 +00:00
|
|
|
2006-05-10 Carlos Garnacho <carlosg@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c: check that tab_label is not NULL before checking
|
|
|
|
that it's notebook's child. Closes #341247.
|
|
|
|
|
2006-05-10 14:02:20 +00:00
|
|
|
Wed May 10 15:57:53 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* applied unified patch for configurable scroll arrow sizes from
|
|
|
|
bug #333632 and bug #325282.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength
|
|
|
|
and ::scroll-arrow-vlength style properties. fixed upper limit for
|
|
|
|
::separator-width and ::separator-height to be MAXINT.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the
|
|
|
|
scroll arrow size, instead of using a hard coded constant.
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and
|
|
|
|
GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes.
|
|
|
|
added GtkNotebook::arrow-spacing style property to configure the
|
|
|
|
spacing between scroll arrows.
|
|
|
|
|
2006-05-10 12:21:01 +00:00
|
|
|
2006-05-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h
|
|
|
|
unconditionally. (#341217)
|
|
|
|
|
2006-05-10 00:42:23 +00:00
|
|
|
2006-05-10 John (J5) Palmieri <johnp@redhat.com>
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
make the _CUPS_MAP_ATTR_STR macro not dup the string so we don't
|
|
|
|
leak
|
|
|
|
|
2006-05-09 23:39:28 +00:00
|
|
|
2006-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
|
|
|
|
|
|
|
|
* gtk/paper_names.c: Correct #11 Envelope typo.
|
|
|
|
|
2006-05-09 15:54:22 +00:00
|
|
|
2006-05-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (doesnt_want_scroll): Look at both
|
|
|
|
GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628)
|
|
|
|
|
2006-05-09 04:36:43 +00:00
|
|
|
2006-05-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-09 04:44:53 +00:00
|
|
|
* gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add a :cursor-position
|
|
|
|
property. (#334412, Yevgen Muntyan)
|
|
|
|
|
2006-05-09 04:36:43 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkmessagedialog.[hc]: Add an image property. (#337306, Alex Graveley)
|
|
|
|
|
2006-05-09 02:36:08 +00:00
|
|
|
2006-05-09 Carlos Garnacho <carlosg@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c: create an independent GdkWindow to behave nicely
|
|
|
|
during reordering with tab_labels with their own window, also use
|
|
|
|
gtk_drag_set_icon_widget() for the DnD icon to avoid drawing garbage
|
|
|
|
from offscreen regions. Closes bug #335707.
|
|
|
|
(gtk_notebook_tab_space), (gtk_notebook_calculate_shown_tabs),
|
|
|
|
(gtk_notebook_calculate_tabs_allocation): new functions,
|
|
|
|
gtk_notebook_pages_allocate() functionality has been splitted into
|
|
|
|
these.
|
|
|
|
|
2006-05-08 14:50:33 +00:00
|
|
|
2006-05-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-09 02:25:46 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder):
|
|
|
|
* gtk/gtktextbufferserialize.c (parse_attr_element): Fix some typos in
|
|
|
|
messages. (#341091, Tino Meinen)
|
|
|
|
|
2006-05-08 18:57:06 +00:00
|
|
|
* gtk/gtkstatusicon.c: Some cleanups.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_get_property): Silently return
|
|
|
|
NULL if the storage type of the image does not match. (#340516, Christian
|
|
|
|
Persch)
|
|
|
|
|
2006-05-08 18:10:23 +00:00
|
|
|
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Elide (_x) in the middle
|
|
|
|
of the string, too. (#323956, Abel Cheung)
|
|
|
|
|
2006-05-08 18:25:35 +00:00
|
|
|
* gtk/gtkuimanager.c (update_node): Fix tooltips. (#340527, Jon-Kare Hellan)
|
2006-05-08 16:21:02 +00:00
|
|
|
|
2006-05-08 15:51:49 +00:00
|
|
|
* configure.in: Require Pango 1.13.0
|
|
|
|
|
2006-05-08 14:50:33 +00:00
|
|
|
* gtk/gtknotebook.c:
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
* gtk/gtkrange.c: Fix doc typos.
|
|
|
|
|
2006-05-08 00:03:14 +00:00
|
|
|
2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
|
|
|
|
|
2006-05-08 00:08:39 +00:00
|
|
|
* gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_class_init):
|
|
|
|
Corrected a duplicate word.
|
|
|
|
|
2006-05-08 00:03:14 +00:00
|
|
|
* gtk/gtkrecentmanager.c (gtk_recent_manager_add_full): Corrected
|
|
|
|
a typo.
|
|
|
|
|
2006-05-07 19:21:16 +00:00
|
|
|
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c (gtk_range_key_press): Chain up, to
|
|
|
|
make bindings work. Noticed by Al Puzzuoli.
|
|
|
|
|
2006-05-07 13:48:35 +00:00
|
|
|
2006-05-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-07 14:11:16 +00:00
|
|
|
* gtk/gtkseparator.c:
|
|
|
|
* gtk/gtkscrollbar.c:
|
|
|
|
* gtk/gtkpaned.c:
|
|
|
|
* gtk/gtkoldeditable.c:
|
|
|
|
* gtk/gtkmisc.c:
|
|
|
|
* gtk/gtkitem.c:
|
|
|
|
* gtk/gtkimcontext.c:
|
2006-05-07 13:51:46 +00:00
|
|
|
* gtk/gtkrange.c:
|
2006-05-07 14:11:16 +00:00
|
|
|
* gtk/gtkscale.c: Make types abstract again.
|
2006-05-07 13:48:35 +00:00
|
|
|
|
2006-05-07 03:28:22 +00:00
|
|
|
2006-05-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkwindow.c (gdk_window_get_toplevels): Fix a wrong
|
|
|
|
reference in the docs. (#340870, Ed Catmur)
|
|
|
|
|
2006-05-05 20:22:27 +00:00
|
|
|
2006-05-05 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
* modules/printbackends/lpr/gtkprintbackendlpr.c:
|
|
|
|
* modules/printbackends/pdf/gtkprintbackendpdf.c: Always register
|
|
|
|
the type with the type module, even if it had been registered
|
|
|
|
before. Fixes bug #340676.
|
|
|
|
|
2006-05-05 19:49:13 +00:00
|
|
|
2006-05-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c: Use theme colors for
|
|
|
|
the page layout indicator, and do RTL flipping for
|
|
|
|
the collate indicator.
|
|
|
|
|
|
|
|
2006-05-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Require GLib 1.11.0
|
2006-05-05 16:07:44 +00:00
|
|
|
|
2006-05-05 16:21:19 +00:00
|
|
|
* configure.in: Bump version
|
|
|
|
|
2006-05-05 16:07:44 +00:00
|
|
|
* === Released 2.9.0 ===
|
|
|
|
|
|
|
|
* configure.in: Require cairo 1.1.6
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Tweaks to make distcheck work.
|
|
|
|
|
2006-05-05 11:03:33 +00:00
|
|
|
2006-05-05 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
Implement per-page paper sizes.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c:
|
|
|
|
Implement per-page paper sizes for pdf output.
|
|
|
|
Make gtk_print_operation_set_pdf_target() work again
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testprint.c:
|
|
|
|
* tests/testprintfileoperation.[ch]:
|
|
|
|
Add more test code for printing support.
|
|
|
|
This tests per-page paper sizes & orientation and
|
|
|
|
deriving from GtkPrintOperation.
|
|
|
|
|
2006-05-04 23:00:10 +00:00
|
|
|
2006-05-04 Michael Emmel <mike.emmel@gmail.com>
|
|
|
|
|
|
|
|
* gdk/directfb/gdkkeys-directfb.c: DIKI_ALTGR to compile with
|
|
|
|
directfb 0.9.25.1
|
|
|
|
|
2006-05-04 14:39:15 +00:00
|
|
|
2006-05-04 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: remove gtk_printer_set_backend so it compiles
|
|
|
|
again.
|
|
|
|
|
2006-05-04 13:43:32 +00:00
|
|
|
2006-05-04 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
Added new symbols
|
|
|
|
|
|
|
|
* gtk/gtkpagesetupunixdialog.c:
|
|
|
|
* gtk/gtkprintunixdialog.c:
|
|
|
|
Destroy backends when finalizing dialogs.
|
|
|
|
Fix printer leak in selected_printer_changed.
|
|
|
|
|
|
|
|
* gtk/gtkprintbackend.[ch]:
|
|
|
|
Convert from interface to baseclass.
|
|
|
|
Move printer hashtable here so that the baseclass can handle
|
|
|
|
the slightly complicated ownership model.
|
|
|
|
Add gtk_print_backend_destroy which runs the dispose method,
|
|
|
|
causing the ref-cycles between the backend and its printers
|
|
|
|
to be broken.
|
|
|
|
Add gtk_print_backend_unref_at_idle().
|
|
|
|
|
|
|
|
* gtk/gtkprinter.[ch]:
|
|
|
|
GtkPrinter objects now ref their backend so that its always
|
|
|
|
availible, since its needed for the printer object to work.
|
|
|
|
This causes a reference-cycle that is broken using
|
|
|
|
gtk_print_backend_destroy.
|
|
|
|
Add gtk_printer_compare.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation-private.h:
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintoperation.c:
|
|
|
|
Implement !show_dialog for unix.
|
|
|
|
Make sure the print data is fully spooled before returning
|
|
|
|
from a sync run_dialog.
|
|
|
|
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkcupsutils.[ch]:
|
|
|
|
Add gtk_cups_request_ipp_add_strings
|
|
|
|
|
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
* modules/printbackends/cups/gtkprintercups.c:
|
|
|
|
* modules/printbackends/lpr/gtkprintbackendlpr.c:
|
|
|
|
* modules/printbackends/pdf/gtkprintbackendpdf.c:
|
|
|
|
Convert backends to derive instead of implementing interface.
|
|
|
|
Move common code into baseclass.
|
|
|
|
CUPS:
|
|
|
|
Remove the printer polling in dispose, not finalize.
|
|
|
|
In the cups watch, remove the backend at idle instead of
|
|
|
|
immediately, since the unref can cause the module to be unloaded.
|
|
|
|
Limit the number of printer attributes requested
|
|
|
|
Get printer uri in initial printer listing so that we can use
|
|
|
|
the printer object immediately.
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testnouiprint.c:
|
|
|
|
Add testcase for !show_dialog.
|
|
|
|
|
2006-05-04 13:36:30 +00:00
|
|
|
2006-05-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkfilesystem.c:
|
|
|
|
* gtk/gtkfilesystemunix.c:
|
|
|
|
* gtk/gtkprintbackend.h:
|
|
|
|
* gtk/gtkrecentchooserdefault.c:
|
|
|
|
* gtk/gtkrecentchooserdefault.h:
|
|
|
|
* gtk/paper_names_offsets.c: Make symbol list mstch reality.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Fix a typo.
|
|
|
|
|
|
|
|
* gdk/x11/Makefile.am (EXTRA_DIST): Add gdksettings.c
|
|
|
|
|
|
|
|
2006-05-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
2006-05-04 12:17:12 +00:00
|
|
|
2006-05-04 Murray Cumming <murrayc@murrayc.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodel.c: (gtk_tree_model_base_init): Changed the
|
|
|
|
language of the signals documentation slightly. Bug #340205.
|
|
|
|
|
Merged the federico-filename-entry branch, to fix bug #136541. Combined
2006-05-03 Federico Mena Quintero <federico@novell.com>
Merged the federico-filename-entry branch, to fix bug #136541.
Combined ChangeLogs:
2006-04-17 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c (pending_select_paths_process):
Oops, we *do* need to check that we are in OPEN mode before
selecting the first row in the file list. See
https://bugzilla.novell.com/show_bug.cgi?id=166906
(gtk_file_chooser_default_get_paths): If we are in the case for
the file list, and the list has no selected rows, jump to the case
for the filename entry. This is so that
1. The user types a filename in the SAVE filename entry
("foo.txt").
2. He then double-clicks on a folder ("bar") in the file
list.
will yield the expected "bar/foo.txt" selection.
2006-03-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtkpathbar.c (gtk_path_bar_init): Reduce the inter-button
spacing to 0.
* gtk/gtkfilechooserdefault.c (browse_widgets_create): Make the
location label bold.
2006-03-29 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserdefault.c (location_mode_set): Just change the
location_mode field if we are in SAVE/CREATE_FOLDER modes.
(gtk_file_chooser_default_get_paths): Get the path based on the
currently focused widget, or the last-focused widget. This is
what we should have been doing in the beginning, but it worked out
fine because we didn't have the possibility of a filename entry in
OPEN mode.
(gtk_file_chooser_default_should_respond): Handle the case where
the last focused widget is the location_entry.
2006-03-28 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechoosersettings.[ch]: New files with a simple
framework for saving/loading settings from the file chooser in
$XDG_CONFIG_HOME/gtk-2.0/gtkfilechooser.
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_unmap):
Save the current settings.
(settings_save): New helper function. We save the location_mode
and show_hidden flags.
(gtk_file_chooser_default_map): Load the settings.
(settings_load): New helper function.
* gtk/gtkfilechooserentry.c
(_gtk_file_chooser_entry_set_file_part): Oops, don't modify
in_change. Our handlers are what set the file_part, so they
*must* be run when we modify the text.
2006-03-27 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
Removed the save_file_name_entry. We'll make this be the same as
the location_entry widget.
(struct _GtkFileChooserDefault): Leave only location_button,
location_entry_box, location_label, location_entry. We'll use a
single toggle button for the location entry, which will appear
below the path bar.
(struct _GtkFileChooserDefault): Added a
processing_pending_selections flag.
* gtk/gtkfilechooserdefault.c (save_widgets_create): Destroy the
old location_entry if necessary, and hide the location toggle
widgets.
(update_chooser_entry): In multiple selection mode, just clear the
location_entry.
(check_save_entry): Allow running in OPEN or SELECT_FOLDER modes
if we are in LOCATION_MODE_FILENAME_ENTRY.
(gtk_file_chooser_default_should_respond): Switch to a folder if
the location_entry contains a folder name in OPEN and SAVE mode,
not just SAVE mode. If the entry doesn't contain a folder name,
but is otherwise well-formed, and we are in OPEN mode, return that
we should respond with that filename.
(gtk_file_chooser_default_initial_focus): Focus the location_entry
if appropriate.
(browse_widgets_create): Create the location_entry_box and the
location_label here.
(update_appearance): Call location_mode_set() when switching back
to OPEN/SELECT_FOLDER mode. Hide the location_button when
switching to SAVE/CREATE_FOLDER mode.
(pending_select_paths_process): Turn the
processing_pending_selections flag on and off around changes to
the current selection. Don't special-case OPEN mode anymore,
since the new flag will take care of things in
update_chooser_entry().
(update_chooser_entry): Don't do anything if
processing_pending_selections is TRUE. This keeps the entry from
being polluted when changing folders.
(location_popup_handler): In OPEN/SELECT_FOLDER modes, toggle
between the path bar and the entry. In SAVE/CREATE_FOLDER modes, simply focus the
location_entry.
(update_from_entry): Removed.
(location_entry_create): Removed.
(open_location_cb): Removed.
(file_list_build_popup_menu): Don't add an "Open _Location" menu item.
(location_entry_set_initial_text): Don't do anything if
current_folder is NULL.
* gtk/gtkfilechooserentry.c
(_gtk_file_chooser_entry_set_file_part): Turn in_change on and off
around the call to gtk_entry_set_text(). This makes completion
not happen when the caller has explicitly set a name.
2006-03-24 Federico Mena Quintero <federico@novell.com>
* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
Added fields location_mode_box, location_pathbar_radio,
location_filename_radio, location_widget_box, location_label,
location_entry. The radio buttons will switch between the pathbar
and the location entry; the other boxes are for layout purposes.
(enum LocationMode): New enum.
(struct _GtkFileChooserDefault): Added a location_mode field.
* gtk/gtkfilechooserdefault.c (browse_widgets_create): Create the
location radio buttons to switch between the pathbar and the
location entry. Pack the browse_path_bar in the new
location_widget_box instead of a generic hbox.
(location_buttons_create): New function.
(gtk_file_chooser_default_init): Initialize impl->location_mode.
(location_switch_to_path_bar): New function.
(location_switch_to_filename_entry): New function.
* gtk/gtkfilechooserbutton.c (model_add_special): The display_name
should not be const.
2006-05-03 22:30:52 +00:00
|
|
|
2006-05-03 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
Merged the federico-filename-entry branch, to fix bug #136541.
|
|
|
|
Combined ChangeLogs:
|
|
|
|
|
|
|
|
2006-04-17 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (pending_select_paths_process):
|
|
|
|
Oops, we *do* need to check that we are in OPEN mode before
|
|
|
|
selecting the first row in the file list. See
|
|
|
|
https://bugzilla.novell.com/show_bug.cgi?id=166906
|
|
|
|
(gtk_file_chooser_default_get_paths): If we are in the case for
|
|
|
|
the file list, and the list has no selected rows, jump to the case
|
|
|
|
for the filename entry. This is so that
|
|
|
|
|
|
|
|
1. The user types a filename in the SAVE filename entry
|
|
|
|
("foo.txt").
|
|
|
|
|
|
|
|
2. He then double-clicks on a folder ("bar") in the file
|
|
|
|
list.
|
|
|
|
|
|
|
|
will yield the expected "bar/foo.txt" selection.
|
|
|
|
|
|
|
|
2006-03-29 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.c (gtk_path_bar_init): Reduce the inter-button
|
|
|
|
spacing to 0.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (browse_widgets_create): Make the
|
|
|
|
location label bold.
|
|
|
|
|
|
|
|
2006-03-29 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (location_mode_set): Just change the
|
|
|
|
location_mode field if we are in SAVE/CREATE_FOLDER modes.
|
|
|
|
(gtk_file_chooser_default_get_paths): Get the path based on the
|
|
|
|
currently focused widget, or the last-focused widget. This is
|
|
|
|
what we should have been doing in the beginning, but it worked out
|
|
|
|
fine because we didn't have the possibility of a filename entry in
|
|
|
|
OPEN mode.
|
|
|
|
(gtk_file_chooser_default_should_respond): Handle the case where
|
|
|
|
the last focused widget is the location_entry.
|
|
|
|
|
|
|
|
2006-03-28 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechoosersettings.[ch]: New files with a simple
|
|
|
|
framework for saving/loading settings from the file chooser in
|
|
|
|
$XDG_CONFIG_HOME/gtk-2.0/gtkfilechooser.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_unmap):
|
|
|
|
Save the current settings.
|
|
|
|
(settings_save): New helper function. We save the location_mode
|
|
|
|
and show_hidden flags.
|
|
|
|
(gtk_file_chooser_default_map): Load the settings.
|
|
|
|
(settings_load): New helper function.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserentry.c
|
|
|
|
(_gtk_file_chooser_entry_set_file_part): Oops, don't modify
|
|
|
|
in_change. Our handlers are what set the file_part, so they
|
|
|
|
*must* be run when we modify the text.
|
|
|
|
|
|
|
|
2006-03-27 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
|
|
|
|
Removed the save_file_name_entry. We'll make this be the same as
|
|
|
|
the location_entry widget.
|
|
|
|
(struct _GtkFileChooserDefault): Leave only location_button,
|
|
|
|
location_entry_box, location_label, location_entry. We'll use a
|
|
|
|
single toggle button for the location entry, which will appear
|
|
|
|
below the path bar.
|
|
|
|
(struct _GtkFileChooserDefault): Added a
|
|
|
|
processing_pending_selections flag.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (save_widgets_create): Destroy the
|
|
|
|
old location_entry if necessary, and hide the location toggle
|
|
|
|
widgets.
|
|
|
|
(update_chooser_entry): In multiple selection mode, just clear the
|
|
|
|
location_entry.
|
|
|
|
(check_save_entry): Allow running in OPEN or SELECT_FOLDER modes
|
|
|
|
if we are in LOCATION_MODE_FILENAME_ENTRY.
|
|
|
|
(gtk_file_chooser_default_should_respond): Switch to a folder if
|
|
|
|
the location_entry contains a folder name in OPEN and SAVE mode,
|
|
|
|
not just SAVE mode. If the entry doesn't contain a folder name,
|
|
|
|
but is otherwise well-formed, and we are in OPEN mode, return that
|
|
|
|
we should respond with that filename.
|
|
|
|
(gtk_file_chooser_default_initial_focus): Focus the location_entry
|
|
|
|
if appropriate.
|
|
|
|
(browse_widgets_create): Create the location_entry_box and the
|
|
|
|
location_label here.
|
|
|
|
(update_appearance): Call location_mode_set() when switching back
|
|
|
|
to OPEN/SELECT_FOLDER mode. Hide the location_button when
|
|
|
|
switching to SAVE/CREATE_FOLDER mode.
|
|
|
|
(pending_select_paths_process): Turn the
|
|
|
|
processing_pending_selections flag on and off around changes to
|
|
|
|
the current selection. Don't special-case OPEN mode anymore,
|
|
|
|
since the new flag will take care of things in
|
|
|
|
update_chooser_entry().
|
|
|
|
(update_chooser_entry): Don't do anything if
|
|
|
|
processing_pending_selections is TRUE. This keeps the entry from
|
|
|
|
being polluted when changing folders.
|
|
|
|
(location_popup_handler): In OPEN/SELECT_FOLDER modes, toggle
|
|
|
|
between the path bar and the entry. In SAVE/CREATE_FOLDER modes, simply focus the
|
|
|
|
location_entry.
|
|
|
|
(update_from_entry): Removed.
|
|
|
|
(location_entry_create): Removed.
|
|
|
|
(open_location_cb): Removed.
|
|
|
|
(file_list_build_popup_menu): Don't add an "Open _Location" menu item.
|
|
|
|
(location_entry_set_initial_text): Don't do anything if
|
|
|
|
current_folder is NULL.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserentry.c
|
|
|
|
(_gtk_file_chooser_entry_set_file_part): Turn in_change on and off
|
|
|
|
around the call to gtk_entry_set_text(). This makes completion
|
|
|
|
not happen when the caller has explicitly set a name.
|
|
|
|
|
|
|
|
2006-03-24 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
|
|
|
|
Added fields location_mode_box, location_pathbar_radio,
|
|
|
|
location_filename_radio, location_widget_box, location_label,
|
|
|
|
location_entry. The radio buttons will switch between the pathbar
|
|
|
|
and the location entry; the other boxes are for layout purposes.
|
|
|
|
(enum LocationMode): New enum.
|
|
|
|
(struct _GtkFileChooserDefault): Added a location_mode field.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (browse_widgets_create): Create the
|
|
|
|
location radio buttons to switch between the pathbar and the
|
|
|
|
location entry. Pack the browse_path_bar in the new
|
|
|
|
location_widget_box instead of a generic hbox.
|
|
|
|
(location_buttons_create): New function.
|
|
|
|
(gtk_file_chooser_default_init): Initialize impl->location_mode.
|
|
|
|
(location_switch_to_path_bar): New function.
|
|
|
|
(location_switch_to_filename_entry): New function.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserbutton.c (model_add_special): The display_name
|
|
|
|
should not be const.
|
|
|
|
|
2006-05-03 16:04:07 +00:00
|
|
|
2006-05-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-05-03 20:18:38 +00:00
|
|
|
* gtk/gtkprintunixdialog.c: Replace the xpm collate icons
|
|
|
|
by cairo drawing that respects themes.
|
|
|
|
|
2006-05-03 17:59:39 +00:00
|
|
|
* gdk/quartz/Makefile.am (libgdk_quartz_la_SOURCES): Add
|
|
|
|
missing files. (#340533, Ludovic Rousseau)
|
|
|
|
|
2006-05-03 17:52:41 +00:00
|
|
|
* gtk/gtkprintunixdialog.c (draw_page_cb): Don't leak the
|
|
|
|
cairo context here. (#340522, Christian Persch)
|
|
|
|
|
2006-05-03 17:34:55 +00:00
|
|
|
* gtk/gtkprintoperation-unix.c (unix_finish_send): Don't
|
|
|
|
use gtk_dialog_run for the error dialog, and improve the
|
|
|
|
dialog in other ways. (#340510, Christian Persch)
|
|
|
|
|
2006-05-03 17:09:39 +00:00
|
|
|
* gtk/gtkpagesetupunixdialog.c: Beautify the custom
|
|
|
|
paper size dialog. (#339590, patch by Christian Persch)
|
|
|
|
|
2006-05-03 17:07:09 +00:00
|
|
|
* gtk/gtkaccessible.c:
|
|
|
|
* gtk/gtkclipboard.c:
|
|
|
|
* gtk/gtkfilefilter.c:
|
|
|
|
* gtk/gtkimmodule.c:
|
|
|
|
* gtk/gtkmenubar.c: More G_DEFINE_TYPE conversion.
|
|
|
|
|
2006-05-03 16:04:07 +00:00
|
|
|
* gtk/gtkwidget.c: Make GtkWidget abstract again.
|
|
|
|
|
2006-05-02 23:56:43 +00:00
|
|
|
2006-05-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/*.c: Use G_DEFINE_TYPE and g_type_register_static_simple()
|
|
|
|
where applicable, for ~5000 lines of code reduction. This also
|
|
|
|
reduces the size of the data section by ~9k. The overall library
|
|
|
|
sizes shrinks a bit less, since the text section gets a bit
|
|
|
|
larger.
|
|
|
|
|
2006-05-02 15:50:58 +00:00
|
|
|
2006-05-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_row_inserted): set tmpnode to
|
|
|
|
the return value of the _gtk_rbtree_insert* functions, since that
|
|
|
|
is the node we really want to check for visibilty.
|
|
|
|
|
2006-05-02 13:11:58 +00:00
|
|
|
2006-05-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprinter.[hc]: Don't use virtual as a parameter name.
|
|
|
|
(#340394, Christian Persch)
|
|
|
|
|
2006-05-02 12:48:52 +00:00
|
|
|
2006-05-02 Christian Persch <chpe@cvs.gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkpagesetupunixdialog.c:
|
|
|
|
* gtk/gtkprintcontext.c:
|
|
|
|
* gtk/gtkprinter.c:
|
|
|
|
* gtk/gtkprinteroptionwidget.c:
|
|
|
|
* gtk/gtkprintjob.c:
|
|
|
|
* gtk/gtkprintoperation-unix.c:
|
|
|
|
* gtk/gtkprintoperation.c:
|
|
|
|
* gtk/gtkprintunixdialog.c: Use a priv variable when accessing priv
|
|
|
|
multiple times in the same function. Bug #340288.
|
|
|
|
|
2006-05-02 12:17:29 +00:00
|
|
|
2006-05-02 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (gtk_label_set_line_wrap): added note about the
|
|
|
|
inablity to do height-for-width text layout and suggest to use
|
|
|
|
gtk_widget_set_size_request() for getting a label that wraps at
|
|
|
|
some specific position.
|
|
|
|
|
2006-05-02 09:58:08 +00:00
|
|
|
2006-05-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* ChangeLog.gtk-async-file-chooser: added ChangeLog entries from
|
|
|
|
the kris-async-branch.
|
|
|
|
|
|
|
|
* Makefile.am: updated EXTRA_DIST
|
|
|
|
|
2006-05-02 09:15:34 +00:00
|
|
|
2006-05-02 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* ChangeLog.gtk-printing:
|
|
|
|
* Makefile.am (EXTRA_DIST):
|
|
|
|
Add ChangeLog.gtk-printing
|
|
|
|
|
2006-05-01 23:12:41 +00:00
|
|
|
2006-05-01 Matthias Clasen <mclasen@localhost.localdomain>
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
2006-05-01 22:26:42 +00:00
|
|
|
2006-05-02 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
2006-05-02 13:11:58 +00:00
|
|
|
|
2006-05-01 22:26:42 +00:00
|
|
|
* configure.in: Up ABI version to 2.10.0 (by Matthias' request).
|
|
|
|
|
2006-05-01 21:41:12 +00:00
|
|
|
2006-05-01 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
Merge of the GTK+ asynchronous file chooser branch. Please see
|
|
|
|
the kris-asynch-branch for more detailed ChangeLog entries.
|
|
|
|
|
|
|
|
* configure.in: increase binary version to 2.9.0.
|
|
|
|
|
2006-05-01 22:27:22 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkfilechooser.c:
|
|
|
|
* gtk/gtkfilechooserbutton.c:
|
|
|
|
* gtk/gtkfilechooserdefault.c:
|
|
|
|
* gtk/gtkfilechooserdialog.c:
|
|
|
|
* gtk/gtkfilechooserembed.c:
|
|
|
|
* gtk/gtkfilechooserembed.h:
|
|
|
|
* gtk/gtkfilechooserentry.c:
|
|
|
|
* gtk/gtkfilechooserentry.h:
|
|
|
|
* gtk/gtkfilechooserprivate.h:
|
|
|
|
* gtk/gtkfilesystem.c:
|
|
|
|
* gtk/gtkfilesystem.h:
|
|
|
|
* gtk/gtkfilesystemmodel.c:
|
|
|
|
* gtk/gtkfilesystemmodel.h:
|
|
|
|
* gtk/gtkfilesystemunix.c:
|
|
|
|
* gtk/gtkpathbar.c:
|
|
|
|
* gtk/gtkpathbar.h:
|
2006-05-01 21:41:12 +00:00
|
|
|
Merge from kris-async-branch.
|
|
|
|
|
2006-05-02 13:11:58 +00:00
|
|
|
2006-05-01 Matthias Clasen <mclasen@redhat.com>
|
2006-05-01 18:35:25 +00:00
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
2006-05-02 13:11:58 +00:00
|
|
|
2006-04-30 Matthias Clasen <mclasen@redhat.com>
|
2006-05-01 02:05:20 +00:00
|
|
|
|
|
|
|
* gtk/gtktreemodel.c (gtk_tree_model_base_init): Document
|
|
|
|
GtkTreeModel signals.
|
|
|
|
|
2006-04-30 17:19:38 +00:00
|
|
|
2006-04-19 Michael Emmel <mike.emmel@gmail.com>
|
|
|
|
|
|
|
|
* gdk/directfb/gdkdrawable-directfb.c: removed all subtracting one on
|
|
|
|
clipping
|
|
|
|
|
2006-04-30 15:49:25 +00:00
|
|
|
2006-04-30 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
Fix for #340200, spotted by Torsten Schoenfeld.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_cell_area): fix up logic
|
|
|
|
calculating the level indentation,
|
|
|
|
(gtk_tree_view_start_editing): remove code calculating the
|
|
|
|
level indentation, since _get_cell_area() takes care of this for us.
|
|
|
|
|
2006-05-02 13:11:58 +00:00
|
|
|
2006-04-30 Matthias Clasen <mclasen@redhat.com>
|
2006-04-30 04:53:40 +00:00
|
|
|
|
2006-04-30 06:10:37 +00:00
|
|
|
Fix problems with setting symbolic colors from rc files.
|
|
|
|
(#338345, Benjamin Berg)
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_settings_changed, gtk_rc_font_name_changed)
|
|
|
|
(gtk_rc_color_hash_changed, gtk_rc_reparse_all_for_settings): Don't
|
|
|
|
freeze notification for settings changes while parsing; instead
|
|
|
|
manually avoid recursion, and update the color hashes.
|
|
|
|
|
2006-05-02 13:11:58 +00:00
|
|
|
2006-04-30 Matthias Clasen <mclasen@redhat.com>
|
2006-04-30 06:10:37 +00:00
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Change the default
|
|
|
|
value of the gtk-color-scheme setting to "".
|
|
|
|
|
2006-04-30 05:31:14 +00:00
|
|
|
* gtk/gtkprinteroption.c:
|
|
|
|
* gtk/gtkprinteroptionwidget.c:
|
|
|
|
* gtk/gtkprintunixdialog.c: Improve the print dialog layout,
|
|
|
|
mark some more strings for translation. (#340139, Christian Persch)
|
|
|
|
|
2006-04-30 04:53:40 +00:00
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Fix the definition
|
|
|
|
of the ::size-changed signal, and improve its documentation.
|
|
|
|
(#340112, Christian Persch)
|
|
|
|
|
2006-04-29 06:57:29 +00:00
|
|
|
2006-04-29 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_create_pango_layout)
|
|
|
|
(gtk_widget_get/create_pango_context): Change colormap to font map in
|
|
|
|
docs. (#340093)
|
|
|
|
|
2006-04-29 04:36:28 +00:00
|
|
|
2006-04-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-29 06:34:14 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkstatusicon.h:
|
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_position_menu): Add a menu
|
|
|
|
position function for use with popups on status icons. (#334573,
|
|
|
|
Christian Persch)
|
|
|
|
|
2006-04-29 04:36:28 +00:00
|
|
|
* gtk/gtkwidget.c (gtk_widget_is_composited): Fix a C99ism. (#340055,
|
|
|
|
Kazuki Iwamoto)
|
|
|
|
|
2006-04-29 03:53:25 +00:00
|
|
|
2006-04-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertext.c (get_size): Use _static variants when
|
|
|
|
copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
|
|
|
|
|
2006-04-28 21:43:44 +00:00
|
|
|
2006-04-28 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
|
|
|
|
docs. (#340063)
|
|
|
|
|
2006-04-28 14:32:09 +00:00
|
|
|
2006-04-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
|
|
|
|
the standard DND icon if the user has a custom DND source.
|
|
|
|
(#339522, Joe Wreschnig)
|
|
|
|
|
2006-04-28 12:13:04 +00:00
|
|
|
2006-04-28 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktextbuffer.c (create_clipboard_contents_buffer): keep a
|
|
|
|
reference to the source buffer while the clipboard contents buffer
|
|
|
|
exists, because it is needed for serializing the contents buffer.
|
|
|
|
Makes copying from the contents buffer possible even after the
|
|
|
|
resp. text view is destroyed (for example when there is a
|
|
|
|
clipboard manager running on app exit) (bug #339195).
|
|
|
|
|
2006-04-28 07:02:04 +00:00
|
|
|
2006-04-27 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double
|
|
|
|
before dividing by PANGO_SCALE. (#334582)
|
|
|
|
|
2006-04-27 05:04:49 +00:00
|
|
|
2006-04-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-27 18:50:39 +00:00
|
|
|
* gtk/gtkentry.c (popup_position_func): Improve positioning
|
|
|
|
of the menu when popped up by keynav. (#334987, Christian
|
|
|
|
Persch)
|
|
|
|
|
2006-04-27 05:16:43 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_set_icon_window): Handle the case
|
|
|
|
of being called after the drag is cancelled. (#339224,
|
|
|
|
Benjamin Otte)
|
|
|
|
|
2006-04-27 05:04:49 +00:00
|
|
|
* gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
|
|
|
|
Use XFixes only if it is available. (#339839, Marko Anastasov)
|
|
|
|
|
2006-04-26 20:33:18 +00:00
|
|
|
2006-04-26 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkdialog.c (gtk_dialog_close): Don't make this conditional
|
|
|
|
on having a GTK_RESPONSE_CANCEL button -> end the idiocy. Fixes
|
|
|
|
bug #101293.
|
|
|
|
|
new function, (validate_visible_area): when a node is validated, only
2006-04-26 Kristian Rietveld <kris@imendio.com>
* gtk/gtktreeview.c (node_is_visible): new function,
(validate_visible_area): when a node is validated, only queue a
redraw for that node, not for the entire widget (a redraw for the
entire widget is only needed when the sizes change, and
_queue_resize() will take care of that),
(do_validate_rows): do not queue a redraw, redraws are only needed
for changes in the visible area and validate_visible_area() takes
care of that,
(gtk_tree_view_row_inserted): for fixed height mode, only queue
a resize and redraw if the node is visible, else no redraw is needed.
2006-04-26 14:10:01 +00:00
|
|
|
2006-04-26 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (node_is_visible): new function,
|
|
|
|
(validate_visible_area): when a node is validated, only queue a
|
|
|
|
redraw for that node, not for the entire widget (a redraw for the
|
|
|
|
entire widget is only needed when the sizes change, and
|
|
|
|
_queue_resize() will take care of that),
|
|
|
|
(do_validate_rows): do not queue a redraw, redraws are only needed
|
|
|
|
for changes in the visible area and validate_visible_area() takes
|
|
|
|
care of that,
|
|
|
|
(gtk_tree_view_row_inserted): for fixed height mode, only queue
|
|
|
|
a resize and redraw if the node is visible, else no redraw is needed.
|
|
|
|
|
2006-04-26 12:48:03 +00:00
|
|
|
2006-04-26 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
If this new "row-ending-details" property is turned on, more
|
|
|
|
detailed "details" will be passed to the theme engine for drawing
|
|
|
|
the background, drop indicator and focus rectangle. Requirement is
|
|
|
|
that the theme engine supports these details. (#333760).
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): add row-ending-details
|
|
|
|
style property,
|
|
|
|
(gtk_tree_view_bin_expose): pass more detailed detail to
|
|
|
|
gtk_paint_flat_box() if the property is turned on,
|
|
|
|
(gtk_tree_view_bin_expose): likewise for the drop indicator,
|
|
|
|
(gtk_tree_view_bin_expose): likewise for the focus rectangle.
|
|
|
|
|
New "show-expanders" and "level-indentation" properties, which can be used
2006-04-26 Kristian Rietveld <kris@imendio.com>
New "show-expanders" and "level-indentation" properties, which can
be used for customizing the tree view. (For example to do
grouping as demonstrated in the test application).
Discussion in #80869.
* gtk/gtktreeprivate.h: add level_indentation field.
* gtk/gtktreeview.c (gtk_tree_view_class_init),
(gtk_tree_view_init), (gtk_tree_view_set_property),
(gtk_tree_view_get_property): add the properties to the object,
(gtk_tree_view_button_press), (do_prelight),
(gtk_tree_view_bin_expose), (validate_row),
(gtk_tree_view_discover_dirty_iter), (gtk_tree_view_get_cell_area),
(gtk_tree_view_create_row_drag_icon): take the new properties
into account,
(gtk_tree_view_start_editing): fix cell placement code.
* tests/testgrouping.c: new test application, showing how to
implement grouping.
* tests/Makefile.am: updated.
2006-04-26 12:39:12 +00:00
|
|
|
2006-04-26 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
New "show-expanders" and "level-indentation" properties, which can
|
|
|
|
be used for customizing the tree view. (For example to do
|
|
|
|
grouping as demonstrated in the test application).
|
|
|
|
Discussion in #80869.
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h: add level_indentation field.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_class_init),
|
|
|
|
(gtk_tree_view_init), (gtk_tree_view_set_property),
|
|
|
|
(gtk_tree_view_get_property): add the properties to the object,
|
|
|
|
(gtk_tree_view_button_press), (do_prelight),
|
|
|
|
(gtk_tree_view_bin_expose), (validate_row),
|
|
|
|
(gtk_tree_view_discover_dirty_iter), (gtk_tree_view_get_cell_area),
|
|
|
|
(gtk_tree_view_create_row_drag_icon): take the new properties
|
|
|
|
into account,
|
|
|
|
(gtk_tree_view_start_editing): fix cell placement code.
|
|
|
|
|
|
|
|
* tests/testgrouping.c: new test application, showing how to
|
|
|
|
implement grouping.
|
|
|
|
|
|
|
|
* tests/Makefile.am: updated.
|
|
|
|
|
2006-04-25 15:36:54 +00:00
|
|
|
2006-04-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-25 16:45:22 +00:00
|
|
|
* gdk/gdk.symbols: Add gdk_screen_is_composited
|
|
|
|
|
2006-04-25 15:36:54 +00:00
|
|
|
* gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add docs.
|
|
|
|
|
|
|
|
* gtk/gtkprintoperation.c: Add docs.
|
|
|
|
|
2006-04-25 14:27:32 +00:00
|
|
|
Tue Apr 25 10:25:28 2006 Søren Sandmann <sandmann@redhat.com>
|
|
|
|
|
|
|
|
* tests/testgtk.c (create_alpha_window): Create 'composited' label.
|
|
|
|
|
|
|
|
* tests/testgtk.c (on_composited_changed): New function, change
|
|
|
|
the label to say whether the screen is composited or not.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_on_composited_changed): When
|
|
|
|
composited status change, invalidate the window and propagate the signal;.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_map): Set the appropriate type hint
|
|
|
|
if reset_type_hint is TRUE.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_set_type_hint): If hint is one of
|
|
|
|
the old hints, store a shadow copy in the public window->type_hint
|
|
|
|
bitfield, otherwise set this field to normal. Set the private
|
|
|
|
field to the type hint.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_init): Initialize priv->type_hint.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (struct _GtkWindowPrivate): New field
|
|
|
|
"reset_type_hint" indicating whether the type hint needs to be
|
|
|
|
reset. New field type_hint containing a GdkWindowTypeHint.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (propagate_composited_changed): New function to
|
|
|
|
propagate changes in composited status.
|
|
|
|
(gtk_widget_class_init): Add composited_changed signal.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.h (struct _GtkWidgetClass): New signal composited-changed.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_is_composited): New function.
|
|
|
|
|
|
|
|
* gtk/gtktooltips.c (gtk_tooltips_draw_tips): Set transient for.
|
|
|
|
|
|
|
|
* gtk/gtktooltips.c (gtk_tooltips_force_window): Set the type hint
|
|
|
|
|
|
|
|
* gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Compute whether
|
|
|
|
the item belongs to a menubar. Set the type_hint appropriately
|
|
|
|
depending on the outcome.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c (gtk_menu_position): Set the default type hint here.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c (gtk_menu_attach_to_widget): connect to hierarchy
|
|
|
|
changed on the attach widget.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c (attach_widget_hierarchy_changed): New function to
|
|
|
|
set the transient_for property for menus.
|
|
|
|
|
|
|
|
* gtk/gtkdnd.c (set_icon_stock_pixbuf): Set the appropriate type hint.
|
|
|
|
|
|
|
|
* gtk/gtkcombo.c (gtk_combo_popup_list): Make the popup window
|
|
|
|
transient for the toplevel.
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Set
|
|
|
|
transient-for, for the popup window.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_get_type_hint): Support for
|
|
|
|
new window types.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_type_hint): Add support
|
|
|
|
for new window types.
|
|
|
|
|
|
|
|
* gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
|
|
|
|
New function called whenever the compositing manager comes and goes.
|
|
|
|
|
|
|
|
* gdk/x11/gdkscreen-x11.c (gdk_screen_is_composited): New function.
|
|
|
|
|
|
|
|
* gdk/x11/gdkscreen-x11.c
|
|
|
|
(_gdk_x11_screen_request_cm_notification, make_cm_atom,
|
|
|
|
check_is_composited): New functions
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
|
|
|
|
_gdk_x11_screen_process_owner_change when an
|
|
|
|
XFixesSelectionNotifyEvent is received.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Call
|
|
|
|
_gdk_x11_screen_request_cm_notification() on all screens.
|
|
|
|
|
|
|
|
* gdk/quartz/gdkscreen-quartz.c (gdk_screen_is_composited): Dummy
|
|
|
|
implementation.
|
|
|
|
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_class_init): New signal,
|
|
|
|
'composited-changed'.
|
|
|
|
|
|
|
|
* gdk/gdkwindow.h: Add new EWMH window types.
|
|
|
|
|
|
|
|
* gdk/win32/gdkscreen-win32.c (gdk_screen_is_composited)
|
|
|
|
|
2006-04-25 04:38:07 +00:00
|
|
|
2006-04-25 Matthias Clasen <mclasen@redhat.com>
|
2006-04-25 15:36:54 +00:00
|
|
|
|
2006-04-25 04:38:07 +00:00
|
|
|
* modules/printbackends/cups/gtkprintbackendcups.c:
|
|
|
|
Add some more translatable PPD option names.
|
|
|
|
|
2006-04-25 03:44:57 +00:00
|
|
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-25 03:53:49 +00:00
|
|
|
* po/POTFILES.in:
|
|
|
|
* po-properties/POTFILES.in: Updates
|
|
|
|
|
2006-04-25 03:44:57 +00:00
|
|
|
* gtk/paper_names.c: Declare PaperInfo here.
|
|
|
|
|
|
|
|
* gtk/gen-paper-names.c: Add a prefix to gettext msgids.
|
|
|
|
|
|
|
|
* gtk/paper_names_offsets.c: Regenerated.
|
|
|
|
|
|
|
|
* gtk/gtkpapersize.c (gtk_paper_size_get_display_name):
|
|
|
|
Use g_strip_context() to strip the prefix.
|
|
|
|
|
2006-04-24 17:51:51 +00:00
|
|
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
2006-04-25 02:12:21 +00:00
|
|
|
|
|
|
|
* gtk/gtkfontbutton.c: Small doc fixes.
|
2006-04-24 17:51:51 +00:00
|
|
|
|
2006-04-24 19:08:47 +00:00
|
|
|
* gtk/gtkprintunixdialog.h:
|
|
|
|
* gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
|
|
|
|
|
2006-04-24 18:31:48 +00:00
|
|
|
* gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
|
|
|
|
|
2006-04-24 18:23:55 +00:00
|
|
|
* gdk/gdkregion-generic.c: Documentation fixes.
|
|
|
|
|
|
|
|
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
|
|
|
a doc comment.
|
|
|
|
|
2006-04-24 17:51:51 +00:00
|
|
|
* gtk/gtkprintunixdialog.c: Add docs.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
|
|
|
|
|
2006-04-24 16:18:05 +00:00
|
|
|
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 15:53:47 +00:00
|
|
|
2006-04-24 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkpagesetupunixdialog.c (update_combo_sensitivity_from_printers):
|
|
|
|
Remove spew.
|
|
|
|
|
2006-04-24 15:52:28 +00:00
|
|
|
2006-04-24 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkprintunixdialog.c (create_page_setup_page):
|
|
|
|
Even/Odd Pages -> Even/Odd Sheets
|
|
|
|
|
2006-04-24 14:37:45 +00:00
|
|
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-24 17:00:44 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-04-24 15:23:24 +00:00
|
|
|
* gtk/gtkprintoperation-unix.c: Cleanups.
|
|
|
|
|
2006-04-24 15:08:18 +00:00
|
|
|
* gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_get_page_setup):
|
|
|
|
Remove redundant code.
|
|
|
|
|
2006-04-24 15:01:16 +00:00
|
|
|
* gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
|
|
|
|
|
2006-04-24 14:37:45 +00:00
|
|
|
* 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 09:27:40 +00:00
|
|
|
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 07:34:11 +00:00
|
|
|
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 04:38:08 +00:00
|
|
|
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-24 05:42:12 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-04-24 04:38:08 +00:00
|
|
|
* gtk/gtkprinter.h: Don't declare GtkPrintJob here.
|
|
|
|
* gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
|
|
|
|
|
2006-04-23 05:03:59 +00:00
|
|
|
2006-04-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-24 03:47:22 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-04-23 06:26:10 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-04-23 05:48:04 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-04-23 05:03:59 +00:00
|
|
|
* gtk/gtkprintsettings.c: More documentation
|
|
|
|
|
2006-04-22 07:58:37 +00:00
|
|
|
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 15:09:32 +00:00
|
|
|
2006-04-21 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
Merge the gtk-printing branch.
|
2006-05-02 09:15:34 +00:00
|
|
|
For more detailed ChangeLog entries, see the ChangeLog.gtk-printing.
|
2006-04-21 15:09:32 +00:00
|
|
|
|
|
|
|
* .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 15:00:01 +00:00
|
|
|
2006-04-20 Paolo Borelli <pborelli@katamail.com>
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c: plug small leak (#339132)
|
|
|
|
* tests/testcombo.c: ditto
|
|
|
|
|
2006-04-20 02:50:21 +00:00
|
|
|
2006-04-19 Michael Emmel <mike.emmel@gmail.com>
|
2006-04-20 15:00:01 +00:00
|
|
|
|
|
|
|
* gdk/directfb/gdkdrawable-directfb.c: fixed off by one error in
|
2006-04-20 02:50:21 +00:00
|
|
|
clip patch from (#330824)
|
2006-04-20 15:00:01 +00:00
|
|
|
|
2006-04-19 17:21:55 +00:00
|
|
|
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 09:42:06 +00:00
|
|
|
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 13:58:30 +00:00
|
|
|
2006-04-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-18 17:46:15 +00:00
|
|
|
* gtk/gtkrc.c: Allocate pixmap_path dynamically, rather than
|
|
|
|
using a fixed array of size 128.
|
|
|
|
|
2006-04-18 13:58:30 +00:00
|
|
|
* gtk/gtkiconcache.c: Apply a patch by Paolo Borelli to factor
|
|
|
|
out a strip_suffix() function and save some memory. (#338307)
|
|
|
|
|
2006-04-18 09:55:51 +00:00
|
|
|
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-18 05:58:57 +00:00
|
|
|
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 15:08:04 +00:00
|
|
|
2006-04-17 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
|
|
|
|
fix.
|
|
|
|
|
2006-04-17 13:43:23 +00:00
|
|
|
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 12:59:01 +00:00
|
|
|
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 20:13:13 +00:00
|
|
|
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 19:33:11 +00:00
|
|
|
2006-04-16 Richard Hult <richard@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.
|
|
|
|
|
2006-04-16 04:45:02 +00:00
|
|
|
2006-04-16 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-16 05:05:49 +00:00
|
|
|
* 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)
|
|
|
|
|
2006-04-16 04:45:02 +00:00
|
|
|
* gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
|
|
|
|
Avoid a NULL dereference. (Coverity)
|
|
|
|
|
2006-04-16 03:55:07 +00:00
|
|
|
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 08:51:33 +00:00
|
|
|
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 04:31:51 +00:00
|
|
|
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 13:32:47 +00:00
|
|
|
2006-04-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-13 03:40:48 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't
|
|
|
|
allow passing NULL for x1 or x2, adjust callers.
|
|
|
|
|
2006-04-13 03:20:43 +00:00
|
|
|
* gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes):
|
|
|
|
Reorganize to avoid a possible NULL pointer dereference. (Coverity)
|
|
|
|
|
2006-04-12 21:22:42 +00:00
|
|
|
* gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
|
|
|
|
to avoid a possible NULL dereference. (Coverity)
|
|
|
|
|
2006-04-12 20:43:52 +00:00
|
|
|
* gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Handle
|
|
|
|
closed displays correctly. (Coverity)
|
|
|
|
|
2006-04-12 19:48:27 +00:00
|
|
|
* contrib/gdk-pixbuf-xlib/Makefile.am:
|
|
|
|
* modules/engines/pixbuf/Makefile.am
|
|
|
|
* gdk-pixbuf/Makefile.am: Build fixes for Cygwin. (#338262)
|
|
|
|
|
2006-04-12 18:38:40 +00:00
|
|
|
* gdk/x11/gdkselection-x11.c (make_list): Make this work
|
|
|
|
for list == NULL. (Coverity)
|
|
|
|
|
2006-04-12 17:57:30 +00:00
|
|
|
* gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode):
|
|
|
|
Rearrange the code a bit.
|
|
|
|
|
2006-04-12 16:28:54 +00:00
|
|
|
* gtk/gtktextlayout.c (gtk_text_layout_validate_yrange):
|
|
|
|
Handle _gtk_text_line_get_data() returning NULL in all
|
|
|
|
cases. (Coverity)
|
|
|
|
|
2006-04-12 13:32:47 +00:00
|
|
|
* gtk/gtkuimanager.c: Make find_menu_position and
|
|
|
|
find_toolbar_position void. (#338100)
|
|
|
|
|
2006-04-12 09:35:34 +00:00
|
|
|
2006-04-12 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkkeys-quartz.c:
|
|
|
|
Handle page up and page down.
|
|
|
|
|
2006-04-12 08:23:01 +00:00
|
|
|
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 04:13:06 +00:00
|
|
|
2006-04-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-12 04:49:18 +00:00
|
|
|
* gtk/gtkuimanager.c (start_element_handler): Don't pass
|
|
|
|
a negative value as string length to get_child_node(). (Coverity)
|
|
|
|
|
2006-04-12 04:20:28 +00:00
|
|
|
* gtk/gtkicontheme.c (insert_theme): Handle dirs == NULL
|
|
|
|
gracefully. (Coverity)
|
|
|
|
|
2006-04-12 04:13:06 +00:00
|
|
|
* gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
|
|
|
|
if the widget is not a child. (Coverity)
|
|
|
|
|
2006-04-12 02:48:43 +00:00
|
|
|
2006-04-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-12 03:52:40 +00:00
|
|
|
* gdk/x11/gdkkeys-x11.c (get_xkb): Return early in error
|
|
|
|
cases. (Coverity)
|
|
|
|
|
2006-04-12 02:48:43 +00:00
|
|
|
* 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 21:04:15 +00:00
|
|
|
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 16:26:26 +00:00
|
|
|
2006-04-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-11 16:41:25 +00:00
|
|
|
* gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
|
|
|
|
compiler warnings.
|
|
|
|
|
2006-04-11 16:26:26 +00:00
|
|
|
* gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
|
|
|
|
dereference info before checking it for NULL. (Coverity)
|
|
|
|
|
2006-04-10 23:17:26 +00:00
|
|
|
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 20:18:31 +00:00
|
|
|
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-10 19:43:08 +00:00
|
|
|
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 00:29:44 +00:00
|
|
|
2006-04-10 Vladimer Sichinava <vlsichinava@gmail.com>
|
|
|
|
|
|
|
|
* configure.in: Added "ka" (Georgian) to ALL_LINGUAS
|
|
|
|
|
2006-04-07 17:18:08 +00:00
|
|
|
2006-04-07 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gtk/makefile.msc.in tests/makefile.msc : updated
|
|
|
|
|
2006-04-06 10:34:15 +00:00
|
|
|
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-06 01:58:38 +00:00
|
|
|
2006-04-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-06 02:48:40 +00:00
|
|
|
* gtk/gtktextview.c (text_window_realize): Lower the window, to
|
|
|
|
prevent late-constructed text windows from covering child
|
|
|
|
widgets. (#336796, Yevgen Muntyan)
|
|
|
|
|
2006-04-06 01:58:38 +00:00
|
|
|
* 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 18:30:46 +00:00
|
|
|
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.
|
|
|
|
|
2006-04-04 17:51:15 +00:00
|
|
|
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 14:02:03 +00:00
|
|
|
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 04:17:10 +00:00
|
|
|
2006-04-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-04 04:14:17 +00:00
|
|
|
* gdk/gdkrgb.c: Get rid of a duplicate copy of the visual names.
|
|
|
|
|
2006-04-04 03:52:36 +00:00
|
|
|
* gtk/gtkmain.c: Make gtk_args const.
|
|
|
|
|
2006-04-04 03:37:18 +00:00
|
|
|
* gtk/gtkicontheme.c (pixbuf_supports_svg): Save one static.
|
|
|
|
|
2006-04-04 03:25:16 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-04-04 03:06:39 +00:00
|
|
|
* gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
|
|
|
|
|
2006-04-03 20:38:09 +00:00
|
|
|
* gdk/gdk.c: Here too.
|
|
|
|
|
2006-04-03 20:36:52 +00:00
|
|
|
* 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,
|
2006-04-03 18:12:04 +00:00
|
|
|
Kazuki IWAMOTO)
|
|
|
|
|
2006-04-03 18:09:05 +00:00
|
|
|
* gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
|
|
|
|
that %NULL is allowed. (#336937, Christian Neumair)
|
|
|
|
|
2006-04-03 16:21:41 +00:00
|
|
|
* gtk/gtkmain.c: Get rid of an unnecessary static variable.
|
|
|
|
|
2006-04-03 15:50:30 +00:00
|
|
|
* gtk/gtktextlayout.c: Fix a warning.
|
|
|
|
|
|
|
|
* gtk/gtktextsegment.h:
|
|
|
|
* gtk/gtktextsegment.c:
|
2006-04-03 16:21:41 +00:00
|
|
|
* gtk/gtktextchild.c:
|
|
|
|
* gtk/gtktextbtree.c:
|
2006-04-03 15:50:30 +00:00
|
|
|
* gtk/gtktextmark.c:
|
|
|
|
* gtk/gtktexttypes.h: Make the segment class pointers const.
|
|
|
|
|
|
|
|
* gtk/gtktextbufferserialize.c: Make parser struct const.
|
|
|
|
|
|
|
|
* gtk/gtkuimanager.c: Make parser struct const.
|
|
|
|
|
2006-04-03 15:06:41 +00:00
|
|
|
* gtk/gtklinkbutton.c: Make the default colors const.
|
|
|
|
|
2006-04-03 05:19:42 +00:00
|
|
|
* gtk/gtkuimanager.c: Avoid relocations.
|
|
|
|
|
2006-04-03 04:50:18 +00:00
|
|
|
* gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
|
|
|
|
buffer.
|
|
|
|
|
2006-04-03 04:41:05 +00:00
|
|
|
* gtk/gtktext.c (gtk_text_key_press): Avoid relocations.
|
|
|
|
|
2006-04-03 04:17:10 +00:00
|
|
|
* gtk/gtkrc.c (gtk_rc_add_initial_default_files)
|
|
|
|
(gtk_rc_add_default_file): Allocate the gtk_rc_default_files array
|
|
|
|
dynamically.
|
|
|
|
|
2006-04-03 01:41:38 +00:00
|
|
|
2006-04-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-04-03 03:57:29 +00:00
|
|
|
* gtk/gtkrc.c: Avoid relocations for the array of symbol names.
|
|
|
|
|
2006-04-03 01:41:38 +00:00
|
|
|
* gtk/gtkruler.c: Remove unused strings from the ruler_metrics
|
|
|
|
structs, to avoid relocations. (#336917, Stephane Chauveau)
|
|
|
|
|
2006-04-02 21:33:43 +00:00
|
|
|
2006-04-02 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
|
|
|
|
the items list after setting the storage file.
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c (display_closed): Use the right string
|
|
|
|
for unsetting the default manager object from the screen.
|
|
|
|
|
2006-04-02 01:40:26 +00:00
|
|
|
2006-04-01 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkfilesel.c (gtk_file_selection_get_filename): Oops. (#336784)
|
|
|
|
|
2006-04-01 20:06:15 +00:00
|
|
|
2006-04-01 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
|
|
|
|
instead of static buffer to reduce .bss by 8kb. (#336784)
|
|
|
|
|
2006-04-01 16:28:00 +00:00
|
|
|
2006-04-01 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's
|
|
|
|
drawing of menu separators
|
|
|
|
|
2006-04-01 04:48:31 +00:00
|
|
|
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c: Convert filenames to UTF-8 before printing
|
|
|
|
them out in warning messages. (#336770, Morten Welinder)
|
|
|
|
|
2006-04-01 00:44:55 +00:00
|
|
|
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c (gtk_recent_info_last_application): Update
|
|
|
|
last_stamp inside the look. (#336771, Morten Welinder)
|
|
|
|
|
2006-04-01 00:28:27 +00:00
|
|
|
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_get_property):
|
|
|
|
Add missing break. (#336769, Morten Welinder)
|
|
|
|
|
2006-04-01 00:25:00 +00:00
|
|
|
2006-03-31 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystem.c (gtk_file_system_get_bookmark_label):
|
|
|
|
* gtk/gtklinkbutton.c (gtk_link_button_new_with_label): Return NULL
|
|
|
|
instead of FALSE in g_return_val_if_fail in a pointer-returning
|
|
|
|
function. (#336764, Morten Welinder)
|
|
|
|
|
2006-03-31 21:33:23 +00:00
|
|
|
2006-04-01 Gora Mohanty <gmohanty@cvs.gnome.org>
|
|
|
|
|
2006-04-01 00:25:00 +00:00
|
|
|
* configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
|
2006-03-31 21:33:23 +00:00
|
|
|
|
2006-03-31 21:20:14 +00:00
|
|
|
2006-03-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c (gtk_recent_info_get_age): Don't
|
|
|
|
assert that the age is positive. (#336773, Morten Welinder)
|
|
|
|
|
2006-03-31 05:17:56 +00:00
|
|
|
2006-03-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (load_icon_data): Don't leak the keyfile
|
|
|
|
parser in the error case.
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (load_icon_data, free_unthemed_icon)
|
|
|
|
(icon_data_free, load_themes):
|
|
|
|
* gtk/gtkiconcache.c (_gtk_icon_cache_get_icon_data): Use the slice
|
|
|
|
allocator for GtkIconData and UnthemedIcon structs.
|
|
|
|
|
2006-03-30 22:56:09 +00:00
|
|
|
2006-03-30 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c: Fix translation comments for localizable
|
|
|
|
digit formats. (fixes bug #336650)
|
|
|
|
|
2006-03-30 18:22:39 +00:00
|
|
|
2006-03-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-30 21:30:37 +00:00
|
|
|
* gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
|
|
|
|
comment format.
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.c (gtk_recent_manager_has_item)
|
|
|
|
(gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item)
|
|
|
|
(gtk_recent_manager_get_limit, gtk_recent_manager_add_full)
|
|
|
|
(gtk_recent_manager_get_items, gtk_recent_manager_remove_item):
|
|
|
|
|
|
|
|
* gtk/gtkrecentfilter.c (gtk_recent_filter_add_age):
|
|
|
|
* gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers)
|
|
|
|
(gtk_recent_chooser_set_sort_func):
|
|
|
|
* gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync
|
|
|
|
parameter names between .c and .h files to help gtk-doc.
|
|
|
|
|
2006-03-30 20:56:03 +00:00
|
|
|
* gdk/gdkregion-generic.c (gdk_region_get_clipbox): Reword
|
|
|
|
docs to help gtk-doc.
|
|
|
|
|
2006-03-30 18:52:52 +00:00
|
|
|
* docs/tools/widgets.c (get_all_widgets): Add
|
|
|
|
GtkRecentChooserDialog.
|
|
|
|
|
2006-03-30 18:22:39 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_get_icon): Make sure to get an
|
|
|
|
icon window when constructing the fallback_icon. This
|
|
|
|
fixes a crash when dragging icons between screens in
|
|
|
|
nautilus. (#325751, Hylke van der Schaaf)
|
|
|
|
|
2006-03-30 16:14:18 +00:00
|
|
|
2006-03-30 Michael Emmel <mike.emmel@gmail.com>
|
|
|
|
|
2006-03-30 18:22:39 +00:00
|
|
|
* gdk/directfb/gdkpixmap-directfb.c implement
|
2006-03-30 16:14:18 +00:00
|
|
|
(gdk_pixmap_foreign_new_for_screen)
|
|
|
|
|
2006-03-30 15:49:22 +00:00
|
|
|
2006-03-30 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
Add documentation for the GtkLinkButton (#336592)
|
|
|
|
|
|
|
|
* docs/reference/tmpl/gtklinkbutton.sgml: Add description
|
|
|
|
of the GtkLinkButton.
|
|
|
|
|
|
|
|
* docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
|
|
|
|
for migrating code from GnomeHRef to the GtkLinkButton.
|
|
|
|
|
|
|
|
* docs/reference/gtk/gtk-docs.sgml:
|
|
|
|
* docs/reference/gtk/Makefile.am: Build glue for the porting
|
|
|
|
guide.
|
|
|
|
|
2006-03-29 21:08:06 +00:00
|
|
|
2006-03-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-30 04:08:51 +00:00
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkpixmap.h:
|
|
|
|
* gdk/win32/gdkpixmap-win32.c:
|
|
|
|
* gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_screen):
|
|
|
|
New function to allow wrapping a native pixmap without
|
|
|
|
a server roundtrip. (#334954, David Baron)
|
|
|
|
|
2006-03-29 21:08:06 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
|
|
|
|
|
2006-03-29 21:01:36 +00:00
|
|
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
|
|
|
|
|
2006-03-29 20:48:56 +00:00
|
|
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Fix a typo that broke aliasing rules.
|
|
|
|
|
2006-03-29 20:34:33 +00:00
|
|
|
2006-03-29 Richard Hult <richard@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
|
|
|
|
|
2006-03-29 20:19:01 +00:00
|
|
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
* docs/reference/gtk/migrating-GtkRecentChooser.sgml: Add a migration
|
|
|
|
guide for porting to the new GtkRecent stuff from the old EggRecent
|
|
|
|
code.
|
|
|
|
|
|
|
|
* docs/reference/gtk/tmpl/gtkrecentchooser.sgml:
|
|
|
|
* docs/reference/gtk/tmpl/gtkrecentchooserdialog.sgml:
|
|
|
|
* docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml:
|
|
|
|
* docs/reference/gtk/tmpl/gtkrecentchooserwidget.sgml:
|
|
|
|
* docs/reference/gtk/tmpl/gtkrecentfilter.sgml:
|
|
|
|
* docs/reference/gtk/tmpl/gtkrecentmanager.sgml: Add template files
|
|
|
|
for the reference guide.
|
|
|
|
|
|
|
|
* docs/reference/gtk/gtk-docs.sgml:
|
|
|
|
* docs/reference/gtk/gtk-sections.txt:
|
|
|
|
* docs/reference/gtk/Makefile.am: Build glue for add GtkRecent to
|
|
|
|
the reference guide.
|
|
|
|
|
2006-03-29 20:08:23 +00:00
|
|
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testrecentchooser.c: Add a test suite for GtkRecentChooser.
|
|
|
|
|
2006-03-29 20:05:08 +00:00
|
|
|
2006-03-29 Emmanuele Bassi <ebassi@cvs.gnome.org>
|
|
|
|
|
|
|
|
Import GtkRecent* from libegg.
|
|
|
|
|
|
|
|
* gtk/gtkrecentmanager.[ch]: Add GtkRecentManager, an object
|
|
|
|
for managing a list of recently used resources.
|
|
|
|
|
|
|
|
* gtk/gtkrecentchooser.[ch]:
|
|
|
|
* gtk/gtkrecentchooserdefault.[ch]:
|
|
|
|
* gtk/gtkrecentchooserdialog.[ch]:
|
|
|
|
* gtk/gtkrecentchoosermenu.[ch]:
|
|
|
|
* gtk/gtkrecentchooserprivate.h:
|
|
|
|
* gtk/gtkrecentchooserutils.[ch]:
|
|
|
|
* gtk/gtkrecentchooserwidget.[ch]: Add GtkRecentChooser, a
|
|
|
|
GTypeInterface for widgets implementing viewers for recently
|
|
|
|
used resources.
|
|
|
|
|
|
|
|
* gtk/gtkrecentfilter.[ch]: GtkRecentFilter, a filter object
|
|
|
|
for GtkRecentChooser implementations.
|
|
|
|
|
|
|
|
* gtk/gtk.h:
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/Makefile.am: Build glue for GtkRecent*.
|
|
|
|
|
2006-03-29 15:20:21 +00:00
|
|
|
2006-03-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c (gtk_notebook_real_insert_page): Emit
|
|
|
|
page-added before switch-page. (#335691, Christian Persch)
|
|
|
|
|
2006-03-29 05:35:00 +00:00
|
|
|
2006-03-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (queue_edited_idle): Handle
|
|
|
|
double queuing, rather than asserting that it does not
|
|
|
|
happen. (#330617)
|
|
|
|
|
2006-03-28 17:28:19 +00:00
|
|
|
2006-03-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-28 18:58:05 +00:00
|
|
|
* gtk/gtknotebook.c (gtk_notebook_set_tab_detachable): Fix
|
2006-03-29 03:49:11 +00:00
|
|
|
docs syntax, also commit a patch from #335707 to improve
|
|
|
|
notebook DND with window widgets.
|
2006-03-28 18:58:05 +00:00
|
|
|
|
2006-03-28 17:28:19 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_start_selection_drag):
|
|
|
|
(selection_motion_event_handler): Fix drag-selection after
|
|
|
|
double-click. (#323862, Benjamin Berg)
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (get_iter_at_pointer): Factor this out
|
|
|
|
into a function and use it in move_mark_to_pointer_and_scroll,
|
|
|
|
drag_scan_timeout and selection_motion_event_handler.
|
|
|
|
(Paolo Borelli)
|
|
|
|
|
2006-03-28 16:01:11 +00:00
|
|
|
2006-03-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (gtk_text_view_do_popup)
|
|
|
|
(gtk_text_view_grab_notify): Move the call to
|
|
|
|
gtk_text_view_end_selection_drag() from gtk_text_view_do_popup
|
|
|
|
to gtk_text_view_grab_notify, so that it works not only
|
|
|
|
for the text views own popup, but also for other ways in which
|
|
|
|
we might become grab-shadowed during a selection drag.
|
|
|
|
(#74620, Li Yuan)
|
2006-03-28 17:28:19 +00:00
|
|
|
|
2006-03-27 23:01:59 +00:00
|
|
|
2006-03-28 Sven Herzberg <herzi@gnome-de.org>
|
|
|
|
|
|
|
|
reviewed by: Tim Janik
|
|
|
|
|
|
|
|
* gtk/gtkpixmap.c: (gtk_pixmap_set): only check for equal colormaps if
|
|
|
|
the new pixmap is not NULL; fixes a warning when gtk_pixmap_set is
|
|
|
|
called from gtk_pixmap_finalize (bug 336254)
|
|
|
|
|
2006-03-27 18:46:38 +00:00
|
|
|
2006-03-27 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkevents-quartz.c:
|
|
|
|
(select_thread_func):
|
|
|
|
(got_fd_activity):
|
|
|
|
(poll_func):
|
|
|
|
(gdk_event_translate):
|
|
|
|
Make the poll func work with real file descriptors.
|
|
|
|
We do this by creating a thread which calls poll and then
|
|
|
|
signals the main thread using a run loop source.
|
|
|
|
|
|
|
|
* gtk/gtkclipboard-quartz.c:
|
|
|
|
(-[GtkClipboardOwner pasteboard:provideDataForType:]):
|
|
|
|
Remove debugging output
|
|
|
|
|
2006-03-27 18:30:22 +00:00
|
|
|
2006-03-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmnemonichash.c (_gtk_mnemonic_hash_activate): Check that
|
|
|
|
the widget is viewable. (#336200, Bastian Nocera)
|
|
|
|
|
2006-03-27 17:00:01 +00:00
|
|
|
2006-03-27 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c (gtk_menu_scroll_by): bail out if there is no need
|
|
|
|
for scrolling (more obvious than adding additional conditions to
|
|
|
|
the scroll offset calculation). Fixes bug #335912.
|
|
|
|
|
2006-03-27 11:34:43 +00:00
|
|
|
2006-03-27 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
Add -xobjective-c to cflags.
|
|
|
|
(#335956, Lllian Angel)
|
|
|
|
|
|
|
|
* gtk/gtkdnd-quartz.c:
|
|
|
|
(gtk_drag_dest_set_track_motion):
|
|
|
|
(gtk_drag_dest_get_track_motion):
|
|
|
|
Add stubs for new functions.
|
|
|
|
(#335955, Lillian Angel)
|
|
|
|
|
2006-03-27 10:47:29 +00:00
|
|
|
2006-03-27 Richard Hult <richard@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz: Add more stubs.
|
|
|
|
|
2006-03-27 10:17:31 +00:00
|
|
|
2006-03-27 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
|
|
|
|
add missing ')'.
|
|
|
|
|
2006-03-26 06:03:31 +00:00
|
|
|
2006-03-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-26 06:20:54 +00:00
|
|
|
* gtk/Makefile.am: Fix a srcdir != builddir build problem.
|
|
|
|
(#335915, Yevgen Muntyan)
|
|
|
|
|
2006-03-26 06:15:51 +00:00
|
|
|
* gtk/gtktextbuffer.c (gtk_text_buffer_get_property):
|
2006-03-26 06:13:17 +00:00
|
|
|
* gtk/gtksettings.c (gtk_settings_get_property):
|
|
|
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_property): Fix leaks.
|
2006-03-26 06:10:15 +00:00
|
|
|
|
2006-03-26 06:05:57 +00:00
|
|
|
* gtk/gtktexttag.c (gtk_text_tag_get_property):
|
2006-03-26 06:03:31 +00:00
|
|
|
* gtk/gtkcellrenderertext.c (gtk_cell_render_text_get_property):
|
|
|
|
Avoid an unnecessary strdup. (#336013)
|
|
|
|
|
2006-03-24 15:06:11 +00:00
|
|
|
2006-03-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (gtk_text_view_value_changed): Don't call
|
|
|
|
gdk_window_invalidate_rect() on unrealized widgets. (#335717,
|
|
|
|
Nicolas Setton)
|
|
|
|
|
2006-03-24 14:03:45 +00:00
|
|
|
Fri Mar 24 14:53:20 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodel.h:
|
|
|
|
* gtk/gtktextbtree.h: back out G_GNUC_WARN_UNUSED_RESULT on iterator
|
|
|
|
functions which turned out to cause too much trouble.
|
|
|
|
|
2006-03-24 03:09:08 +00:00
|
|
|
2006-03-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* AUTHORS: small update
|
|
|
|
|
2006-03-23 23:21:30 +00:00
|
|
|
2006-03-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Support subclasses in RC files. (#142417, Todd Berman, patch
|
|
|
|
based on a patch by Benjamin Berg)
|
|
|
|
|
|
|
|
* gtk/gtkrc.h:
|
|
|
|
* gtk/gtkrc.c: Support <classname> elements in widget_class paths
|
|
|
|
in rc files which match any classes derived from named class.
|
|
|
|
|
|
|
|
(_gtk_rc_init): Use the new syntax in the default rc string.
|
|
|
|
|
|
|
|
* gtk/gtkbindings.c: Support the new syntax for bindings too.
|
|
|
|
|
|
|
|
* tests/testrc.c: Tests for widget_class path matching
|
|
|
|
|
2006-03-23 14:39:56 +00:00
|
|
|
2006-03-23 Carlos Garnacho <carlosg@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkdnd.c (gtk_drag_dest_motion): make sure that gdk_drag_event()
|
|
|
|
is called when track_motion is TRUE to receive drag_motion and
|
|
|
|
drag_leave events properly.
|
|
|
|
|
2006-03-22 21:11:40 +00:00
|
|
|
2006-03-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c (gtk_notebook_remove): Emit the ::page-removed
|
|
|
|
signal after removing the page. (#335238, Christian Persch)
|
|
|
|
|
2006-03-22 21:09:01 +00:00
|
|
|
2006-03-22 Carlos Garnacho <carlosg@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkexpander.c: Make it to expand when hovering during DnD
|
|
|
|
|
2006-03-22 20:17:23 +00:00
|
|
|
2006-03-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Improved DND support for GtkNotebook (#332991, Carlos Garnacho)
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkdnd.h:
|
|
|
|
* gtk/gtkdnd.c: Add a track_motion flag on GtkDragDest
|
|
|
|
with getter and setter, for cases where the drag destination
|
|
|
|
is interested in drag motion events independent of targets.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Add a setting
|
|
|
|
for the timeout used when expanding during DND.
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c: Use the track_motion flag to switch
|
|
|
|
notebook tabs when hovering over tabs during DND.
|
|
|
|
|
2006-03-22 18:46:08 +00:00
|
|
|
2006-03-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Use fg_gc to
|
|
|
|
draw the inter-row drop highlight. Also draw the line all the
|
|
|
|
way across, and flip it in RTL mode. (#334906, Ian McDonald)
|
|
|
|
|
2006-03-22 18:38:47 +00:00
|
|
|
2006-03-22 Johan Dahlin <jdahlin@async.com.br>
|
|
|
|
|
|
|
|
* tests/testtreeview.c: Add a column that demonstrates how to use
|
|
|
|
the new spinbutton cellrenderer.
|
|
|
|
|
2006-03-22 18:10:39 +00:00
|
|
|
2006-03-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* tests/prop-editor.c:
|
|
|
|
* tests/testtreeview.c: Remove pointless includes of config.h,
|
|
|
|
to make it easier compilable against system GTK+.
|
|
|
|
|
2006-03-22 16:17:52 +00:00
|
|
|
2006-03-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c: renamed last-char-timeout to
|
|
|
|
password-hint-timeout and store all its data in a struct attached
|
|
|
|
as QData.
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererspin.c: fix typo in #include.
|
|
|
|
|
2006-03-22 16:11:48 +00:00
|
|
|
2006-03-22 Carlos Garnacho <carlosg@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage*
|
|
|
|
when doing tabs DnD, this allows DnD interaction with other widgets,
|
|
|
|
added some docs for this too.
|
|
|
|
* tests/testnotebookdnd.c: add some code to test it.
|
|
|
|
|
2006-03-22 15:28:16 +00:00
|
|
|
2006-03-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkcellrendererspin.h:
|
|
|
|
* gtk/gtkcellrendererspin.c: Add a cell renderer which
|
|
|
|
uses a spinbutton to edit the value of a cell. (#156023,
|
|
|
|
Daniel Kasak, Lorenzo Gil Sanchez, Carlos Garnacho)
|
|
|
|
|
|
|
|
* gtk/gtk.h:
|
|
|
|
* gtk/Makefile.am: Glue it in.
|
|
|
|
|
|
|
|
2006-03-21 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* tests/testtreeview.c (drag_begin_cb): Test setting up
|
|
|
|
drag icons for tree dnd.
|
|
|
|
|
2006-03-22 14:06:40 +00:00
|
|
|
2006-03-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c: applied modified patch from maemo-gtk which
|
|
|
|
allows the most recently entered character in a hidden entry to be
|
|
|
|
shown for a configurable period of time. Fixes bug #334560.
|
|
|
|
|
2006-03-22 10:39:51 +00:00
|
|
|
2006-03-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): count down
|
|
|
|
from G_MAXUINT to avoid clashes with application-added DND
|
|
|
|
targets.
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (gtk_text_view_init): set an empty
|
|
|
|
GtkTargetList on the drag_dest so it is not NULL when a derived
|
|
|
|
class' init() function is called.
|
|
|
|
|
|
|
|
(gtk_text_view_target_list_notify): copy the text buffer's paste
|
|
|
|
targets into the view's destinstion target list (preserving
|
|
|
|
application-added DND targets), instead of replacing the view's
|
|
|
|
target list. Fixes bug #334399.
|
|
|
|
|
2006-03-21 16:50:47 +00:00
|
|
|
2006-03-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
Add new files.
|
|
|
|
|
|
|
|
* gtk/gtkclipboard-quartz.c: Added.
|
|
|
|
* gtk/gtkdnd-quartz.c: Added.
|
|
|
|
* gtk/gtkquartz.c: Added.
|
|
|
|
* gtk/gtkquartz.h: Added.
|
|
|
|
Add dnd and clipboard implementations.
|
|
|
|
|
2006-03-21 11:52:28 +00:00
|
|
|
2006-03-21 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/Makefile.am: removing trailing \ fixes the build.
|
|
|
|
|
2006-03-21 09:36:46 +00:00
|
|
|
2006-03-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkgeometry-quartz.c:
|
|
|
|
(gdk_window_scroll):
|
|
|
|
Implement gdk_window_scroll.
|
|
|
|
|
2006-03-21 08:02:17 +00:00
|
|
|
2006-03-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/GdkQuartzWindow.c:
|
|
|
|
(drag_operation_to_drag_action):
|
|
|
|
(drag_action_to_drag_operation):
|
|
|
|
(update_context_from_dragging_info):
|
|
|
|
(-[GdkQuartzWindow draggingEntered:]):
|
|
|
|
(-[GdkQuartzWindow draggingEnded:]):
|
|
|
|
(-[GdkQuartzWindow draggingExited:]):
|
|
|
|
(-[GdkQuartzWindow draggingUpdated:]):
|
|
|
|
(-[GdkQuartzWindow performDragOperation:]):
|
|
|
|
(-[GdkQuartzWindow wantsPeriodicDraggingUpdates]):
|
|
|
|
(-[GdkQuartzWindow draggedImage:endedAt:operation:]):
|
|
|
|
* gdk/quartz/gdkdnd-quartz.c:
|
|
|
|
(gdk_drag_context_finalize):
|
|
|
|
(gdk_drag_context_init):
|
|
|
|
(gdk_drag_context_class_init):
|
|
|
|
(gdk_drag_begin):
|
|
|
|
(gdk_drag_status):
|
|
|
|
Add the GDK part of the DND implementation.
|
|
|
|
|
|
|
|
* gdk/quartz/Makefile.am:
|
|
|
|
Add some missing headers.
|
|
|
|
|
|
|
|
* gdk/quartz/gdkdrawable-quartz.h:
|
|
|
|
* gdk/quartz/gdkprivate-quartz.h:
|
|
|
|
* gdk/quartz/gdkquartz.h:
|
|
|
|
* gdk/quartz/gdkwindow-quartz.c:
|
|
|
|
(gdk_quartz_window_get_nsview):
|
|
|
|
New function, for use by the GTK part of the DND implementation
|
|
|
|
|
2006-03-21 07:49:05 +00:00
|
|
|
2006-03-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkdrawable-quartz.c:
|
|
|
|
(gdk_quartz_ref_cairo_surface):
|
|
|
|
(gdk_quartz_draw_rectangle):
|
|
|
|
(gdk_quartz_draw_arc):
|
|
|
|
(gdk_quartz_draw_polygon):
|
|
|
|
(gdk_quartz_draw_drawable):
|
|
|
|
(gdk_quartz_draw_segments):
|
|
|
|
(gdk_quartz_draw_lines):
|
|
|
|
(gdk_quartz_draw_pixbuf):
|
|
|
|
(gdk_quartz_draw_image):
|
|
|
|
(_gdk_quartz_drawable_get_context):
|
|
|
|
* gdk/quartz/gdkdrawable-quartz.h:
|
|
|
|
Offset coordinates by 0.5 pixels to get consistant results for both
|
|
|
|
image contexts and screen contexts.
|
|
|
|
|
2006-03-21 07:36:54 +00:00
|
|
|
2006-03-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/GdkQuartzWindow.c
|
|
|
|
([GdkQuartzWindow -windowDidMove:]): Synthesize GDK_CONFIGURE events
|
|
|
|
when the window position changes.
|
|
|
|
|
2006-03-20 19:17:59 +00:00
|
|
|
2006-03-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-21 03:59:44 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
|
|
|
|
|
2006-03-21 00:12:48 +00:00
|
|
|
* gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
|
|
|
|
page->tab_label dangling.
|
2006-03-21 00:21:03 +00:00
|
|
|
(gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine
|
|
|
|
if we are being called during destruction of the notebook, rather
|
|
|
|
than maintaining that information as a passed-in parameter.
|
2006-03-21 00:12:48 +00:00
|
|
|
(gtk_notebook_destroy): Leave the removal of the children
|
|
|
|
to the container destroy method. (#319032, Yevgen Muntyan)
|
|
|
|
|
|
|
|
2006-03-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_remove): Use the existing
|
|
|
|
GTK_IN_DESTRUCTION flag, rather than roll our own.
|
|
|
|
|
|
|
|
2006-03-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-20 19:17:59 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkscrolledwindow.h:
|
|
|
|
* gtk/gtkscrolledwindow.c: Add a window-placement-set property
|
|
|
|
and a gtk-scrolled-window-placement setting. (#157025, Christian
|
|
|
|
Neumair)
|
|
|
|
|
2006-03-20 05:38:37 +00:00
|
|
|
2006-03-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
|
|
|
|
is initialized before using it. (#335129, Christian Persch)
|
|
|
|
|
2006-03-20 03:16:43 +00:00
|
|
|
2006-03-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-20 03:52:27 +00:00
|
|
|
* MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
|
|
|
|
|
2006-03-20 03:39:05 +00:00
|
|
|
* AUTHORS: Updates, typo fix
|
|
|
|
|
2006-03-20 03:16:43 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_set_cursor): Document that
|
|
|
|
@cell must be one of the renderers of the icon view, warn if
|
|
|
|
it is not, and ignore @start_editing if @cell is not set.
|
|
|
|
(#335001, Emmanuel Rodriguez)
|
|
|
|
|
2006-03-16 13:31:11 +00:00
|
|
|
2006-03-16 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-16 16:37:26 +00:00
|
|
|
* configure.in: Add a missing comma. (#334774, Peter Breitenlohner)
|
|
|
|
|
2006-03-16 15:38:55 +00:00
|
|
|
* gtk/gtkactiongroup.c (gtk_action_group_add_actions_full)
|
|
|
|
(gtk_action_group_add_toggle_actions_full)
|
|
|
|
(gtk_action_group_add_radio_actions_full): Check for a stock
|
|
|
|
icon, not a stock item, when deciding whether to use stock-id
|
|
|
|
or icon-name. (#334760, Jody Goldberg)
|
|
|
|
|
2006-03-16 13:59:24 +00:00
|
|
|
* gtk/gtkimage.c (gtk_image_clear): Update the size of the image,
|
|
|
|
by swapping the implementations of gtk_image_clear and
|
|
|
|
gtk_image_reset. (#334657)
|
|
|
|
|
2006-03-16 13:31:11 +00:00
|
|
|
* README.in: Add a note about GtkNotebook signals.
|
|
|
|
|
|
|
|
2006-03-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_list_button_released)
|
|
|
|
(gtk_combo_box_list_key_press): Popdown the list before changing
|
|
|
|
the active iter, otherwise people will be surprised by the
|
|
|
|
grabs that are still in place when their ::changed handler
|
|
|
|
runs.
|
|
|
|
|
2006-03-15 17:37:19 +00:00
|
|
|
2006-03-15 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c: Override style->realize/
|
|
|
|
style->unrealize, so that GTK+ doesn't automatically attempt to apply
|
|
|
|
shading to the GC colors, causing a mismatch with the Win32 native
|
|
|
|
colors. Problem found by (and suggested solution by) "Cosmic Integer"
|
2006-03-15 19:19:33 +00:00
|
|
|
|
|
|
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Make expander-size
|
|
|
|
a bit closer to Microsoft's values (bug 325699, Brad Taylor)
|
2006-03-15 17:37:19 +00:00
|
|
|
|
2006-03-14 16:42:59 +00:00
|
|
|
2006-03-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-14 19:44:59 +00:00
|
|
|
* tests/testcellrenderertext.c: Add test cases for alignment.
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertext.c: Add an alignment property,
|
|
|
|
and fix some cases where ellipsize_set was being used to
|
|
|
|
mean "we're ellipsizing" even when ellipsize was set to NONE.
|
|
|
|
(#318761, Ross Burton)
|
|
|
|
|
2006-03-14 16:42:59 +00:00
|
|
|
* gtk/gtkimcontextsimple.c: Make return and release work again
|
|
|
|
to commit a hex sequence. Additionally, make escape reset the
|
|
|
|
im context when in a hex sequence. (#334423, Behdad Esfahbod)
|
|
|
|
|
2006-03-13 05:11:23 +00:00
|
|
|
2006-03-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Make actions work with named icons. (#323484, Jorn Baayen)
|
|
|
|
|
|
|
|
* gtk/gtkactiongroup.c: If the stock-id field of a GtkActionEntry
|
|
|
|
does not contain a registered stock id, interpret it as an
|
|
|
|
icon name.
|
|
|
|
|
|
|
|
* gtk/gtkaction.c: Add an icon-name property to actions and
|
|
|
|
use it for icons if a stock-id is not specified.
|
|
|
|
|
2006-03-13 03:32:11 +00:00
|
|
|
2006-03-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_compute_configure_request): Don't
|
|
|
|
for the creation of geometry info here. (#114533)
|
|
|
|
|
2006-03-11 20:34:37 +00:00
|
|
|
2006-03-11 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for
|
|
|
|
outlined polygons, too. Same idea as in draw_rectangle(): Set pen
|
|
|
|
to NULL_PEN if drawing a filled polygon, set brush to HOLLOW_BRUSH
|
|
|
|
if drawing a polygon outline. (#332662)
|
|
|
|
(gdk_win32_draw_polygon): Corresponding simplification: no need to
|
|
|
|
add an extra final copy of the starting point.
|
|
|
|
|
2006-03-11 18:04:36 +00:00
|
|
|
2006-03-11 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows: Speed up the Windows theme
|
|
|
|
considerably (#163724, John Ehresman)
|
|
|
|
Be more careful about setting Pango font descriptions (#333372)
|
|
|
|
|
2006-03-11 05:47:09 +00:00
|
|
|
2006-03-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c (gtk_range_key_press): Allow to cancel
|
|
|
|
a drag with ESC. (#58389, Søren Sandmann)
|
|
|
|
|
2006-03-11 02:24:52 +00:00
|
|
|
2006-03-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-11 04:09:38 +00:00
|
|
|
* gtk/gtkrange.c: Add a style property ::activate_slider that
|
|
|
|
allows themes to draw the slider active while dragged. (#311992,
|
|
|
|
Benjamin Berg)
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c (gtk_color_selection_init): Fix two labels.
|
|
|
|
|
2006-03-11 02:24:52 +00:00
|
|
|
* gtk-engine-check-abi.sh: Add a script to check that theme
|
|
|
|
engines don't export any extra functions.
|
|
|
|
|
2006-03-10 22:05:36 +00:00
|
|
|
2006-03-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-10 22:56:15 +00:00
|
|
|
* gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic
|
|
|
|
conflict. (#163850, Dennis Cranston)
|
|
|
|
|
2006-03-10 22:05:36 +00:00
|
|
|
* gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour
|
|
|
|
of the about dialog consistent with other dialogs in gtk. If the
|
|
|
|
dialog is constructed with gtk_about_dialog_new(), the creator
|
|
|
|
is reponsible for handling the response by hiding or closing the
|
|
|
|
dialog. gtk_show_about_dialog() handles it by hiding the dialog.
|
|
|
|
(#333360, Daniel Drake)
|
|
|
|
|
|
|
|
* README.in: Mention this change.
|
|
|
|
|
2006-03-10 21:37:43 +00:00
|
|
|
2006-03-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Apply a patch from Dennis Cranston to make dialogs more
|
|
|
|
consistent (#163850)
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c (make_label_spinbutton): Left-align labels.
|
|
|
|
|
|
|
|
* gtk/gtkfontsel.c (gtk_font_selection_init):
|
|
|
|
* gtk/gtkfontsel.c (gtk_font_selection_dialog_init):
|
|
|
|
* gtk/gtkcolorsel.c (gtk_color_selection_init):
|
|
|
|
* gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init):
|
|
|
|
* gtk/gtkinputdialog.c (gtk_input_dialog_init): Update the layout
|
|
|
|
of the dialog to follow HIG recommendations. Also update labels.
|
|
|
|
|
|
|
|
* gtk/gtkmessagedialog.c (gtk_message_dialog_init): HIG-compatible
|
|
|
|
spacing.
|
|
|
|
(gtk_message_dialog_font_size_change): Merged into
|
|
|
|
gtk_message_dialog_style_set.
|
|
|
|
|
2006-03-10 19:13:37 +00:00
|
|
|
2006-03-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkstyle.c: Remove g_return_if_fail() checks
|
|
|
|
from static functions.
|
|
|
|
|
2006-03-10 17:16:50 +00:00
|
|
|
2006-03-10 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
Make Shift-P and Shift-N activate typeahead in GtkTreeView
|
|
|
|
(i.e. they are just normal capital letters). Fixes bug #334098.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
|
|
|
|
"add_shifted_binding" argument which determines whether we'll add
|
|
|
|
the same binding with GDK_SHIFT_MASK.
|
|
|
|
(gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
|
|
|
|
and GDK_n; use TRUE for all the rest.
|
|
|
|
|
2006-03-10 10:44:18 +00:00
|
|
|
2006-03-10 Michael Natterer <mitch@imendio.com>
|
2006-03-10 10:30:36 +00:00
|
|
|
|
|
|
|
* gtk/gtkentry.[ch]: applied refactored patch from maemo-gtk that
|
|
|
|
replaces the INNER_BORDER define by an "inner-border" style
|
|
|
|
property of type GtkBorder. Additionally, add an "inner-border"
|
|
|
|
object property plus API which allows to override any theme
|
|
|
|
border, to allow pixel-perfect positioning of entries for inline
|
|
|
|
editing. Fixes bug #333922.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: add the new public functions.
|
|
|
|
|
2006-03-09 20:20:30 +00:00
|
|
|
2006-03-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Replace the
|
2006-03-10 19:13:37 +00:00
|
|
|
popup-show and popup-hide signals with a readonly popup-shown
|
2006-03-09 20:20:30 +00:00
|
|
|
property. (#162531, Christian Persch)
|
|
|
|
|
2006-03-09 18:48:38 +00:00
|
|
|
2006-03-09 Ross Burton <ross@openedhand.com>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c:
|
|
|
|
* gtk/gtkrange.c:
|
|
|
|
* gtk/gtktogglebutton.c:
|
|
|
|
Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)
|
|
|
|
|
2006-03-09 13:33:46 +00:00
|
|
|
Thu Mar 9 14:29:43 2006 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkobject.c (gtk_object_init): move the floating flag from
|
|
|
|
the GInitiallyUnowned bit to GTK_FLOATING. fixes tests/floatingcheck.
|
|
|
|
kudos to mitch for debugging this.
|
|
|
|
|
2006-03-09 05:30:30 +00:00
|
|
|
2006-03-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST.
|
|
|
|
|
2006-03-09 01:44:19 +00:00
|
|
|
2006-03-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: No gtk_tray_icon_get_type on Win32.
|
|
|
|
|
2006-03-08 17:22:14 +00:00
|
|
|
2006-03-08 Carlos Garnacho <carlosg@gnome.org>
|
|
|
|
|
|
|
|
Rename ::tab-added and ::tab-removed signals to ::page-added and
|
|
|
|
::page-removed for not conflicting with other tab reordering
|
|
|
|
implementations. Fixes bug #333743.
|
|
|
|
|
|
|
|
Also rename ::tab-reordered to ::page-reordered, and emit it in
|
|
|
|
gtk_notebook_reorder_child () to make it behave consistently with the
|
|
|
|
other two signals.
|
|
|
|
|
|
|
|
* gtk/gtknotebook.c (gtk_notebook_class_init): rename signals.
|
|
|
|
(gtk_notebook_reorder_tab)
|
|
|
|
(gtk_notebook_button_release)
|
|
|
|
(gtk_notebook_remove)
|
|
|
|
(gtk_notebook_real_insert_page): emit respectively renamed signals
|
|
|
|
(gtk_notebook_reorder_child): also emit ::page-reordered here
|
|
|
|
|
|
|
|
* tests/testnotebookdnd.c: use renamed signals
|
|
|
|
|
2006-03-08 17:02:34 +00:00
|
|
|
2006-03-08 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/gdkscreen.h
|
|
|
|
* gdk/x11/gdkscreen-x11.c
|
|
|
|
* gdk/gdk.symbols: added gdk_screen_get_active_window() and
|
|
|
|
gdk_screen_get_window_stack() (patch from maemo-gtk).
|
|
|
|
Fixes bug #320881.
|
|
|
|
|
|
|
|
* gdk/directfb/gdkscreen-directfb.c
|
|
|
|
* gdk/quartz/gdkscreen-quartz.c
|
|
|
|
* gdk/win32/gdkscreen-win32.c: added the functions as stubs.
|
|
|
|
|
2006-03-08 15:37:07 +00:00
|
|
|
2006-03-08 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* tests/prop-editor.c (unichar_changed): zero-initialize the
|
|
|
|
GValue before calling g_value_init().
|
|
|
|
|
2006-03-08 14:04:53 +00:00
|
|
|
2006-03-08 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_adjust_scroll): make sure that the
|
|
|
|
text_area_width is always >= 0. Fixes bug #316712 (Dan Winship).
|
|
|
|
|
2006-03-07 17:48:07 +00:00
|
|
|
2006-03-07 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
Cancel drags when the grabs get broken. Fixes bug #333056:
|
|
|
|
|
|
|
|
* gtk/gtkdnd.c (gtk_drag_selection_received): The time argument is
|
|
|
|
a guint, not guint32.
|
|
|
|
(gtk_drag_source_event_cb): Return gboolean, not gint.
|
|
|
|
(gtk_drag_anim_timeout): Likewise.
|
|
|
|
(gtk_drag_motion_cb): Likewise.
|
|
|
|
(gtk_drag_key_cb): Likewise.
|
|
|
|
(gtk_drag_button_release_cb): Likewise.
|
|
|
|
(gtk_drag_abort_timeout): Likewise.
|
|
|
|
(gtk_drag_begin_internal): Connect to "grab-broken-event" on the
|
|
|
|
ipc_widget.
|
|
|
|
(gtk_drag_source_info_destroy): Disconnect from the
|
|
|
|
"grab-broken-event" callback.
|
|
|
|
(gtk_drag_end): Likewise.
|
|
|
|
(gtk_drag_grab_broken_event_cb): New callback. We cancel the drag
|
|
|
|
if the grab was broken and not regrabbed by the DnD code.
|
|
|
|
|
|
|
|
2006-03-07 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_button_press_event_cb):
|
|
|
|
Hack to let the treeview's button-press-event handler run before
|
|
|
|
ours. This lets the selection be updated before we pop up a
|
|
|
|
context menu.
|
|
|
|
|
2006-03-07 16:18:25 +00:00
|
|
|
Tue Mar 7 17:16:34 2006 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* configure.in: depend on glib-2.10.1.
|
|
|
|
|
|
|
|
* gtk/gtkobject.c: fixed up messing with non-GtkObject floating flags.
|
|
|
|
this requires glib-2.10.1.
|
|
|
|
|
2006-03-07 13:46:11 +00:00
|
|
|
2006-03-07 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Add infrastructure for copy/paste and DND of rich text for
|
|
|
|
GtkTextBuffer. Fixes bug #324177.
|
|
|
|
|
|
|
|
* gtk/gtktextbufferrichtext.[ch]: new files implementing a
|
|
|
|
per-buffer registry of rich text formats.
|
|
|
|
|
|
|
|
* gtk/gtk.h: #include gtktextbufferrichtext.h
|
|
|
|
|
|
|
|
* gtk/gtktextbufferserialize.[ch]: new files implementing an
|
|
|
|
internal serialization format that can handle all of a text
|
|
|
|
buffer's tags and pixbufs. It's not useful for anything except
|
|
|
|
tranfer between instances of GtkTextBuffer (Anders Carlsson).
|
|
|
|
|
|
|
|
* gtk/Makefile.am: build the new files.
|
|
|
|
|
|
|
|
* gtk/gtkclipboard.[ch]: added convenience APIs for rich text,
|
|
|
|
just as they exist for plain text and pixbufs.
|
|
|
|
|
|
|
|
* gtk/gtkselection.[ch]: added rich text convenience APIs here
|
|
|
|
too. Return the target list from gtk_target_list_ref(). Register
|
|
|
|
GtkTargetList as boxed type. Added
|
|
|
|
gtk_target_table_new_from_list() and gtk_target_table_free(),
|
|
|
|
which make converting between GtkTargetList and arrays of
|
|
|
|
GtkTargetEntry considerably easier.
|
|
|
|
|
|
|
|
* gtk/gtktextutil.[ch]: added _gtk_text_util_create_rich_drag_icon()
|
|
|
|
which creates a fancy rich text icon (Matthias Clasen).
|
|
|
|
|
|
|
|
* gtk/gtktextbuffer.[ch]: use all the new stuff above and
|
|
|
|
implement copy and paste of rich text. Added APIs for getting the
|
|
|
|
target lists used for copy and paste. Added public enum
|
|
|
|
GtkTextBufferTargetInfo which contains the "info" IDs associated
|
|
|
|
with the entries of the target lists.
|
|
|
|
|
|
|
|
* gtk/gtktextview.c: use the new rich text APIs and
|
|
|
|
GtkTextBuffer's new target list API to enable DND of rich text
|
|
|
|
chunks.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: export all the new symbols added.
|
|
|
|
|
|
|
|
* tests/testtext.c: added rich text testing stuff.
|
|
|
|
|
2006-03-06 17:17:50 +00:00
|
|
|
2006-03-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-07 02:05:02 +00:00
|
|
|
* gtk/gtktextview.c (text_window_invalidate_cursors): Take
|
|
|
|
cursor width into account when calculating the area to
|
|
|
|
be invalidated. (#333377, #323401 Steve Frécinaux)
|
|
|
|
|
2006-03-06 17:34:35 +00:00
|
|
|
* gtk/gtkmain.c (post_parse_hook): Set error when returning
|
|
|
|
FALSE. (#333268, Paolo Maggi, Christian Persch)
|
|
|
|
|
2006-03-06 17:17:50 +00:00
|
|
|
* gtk/gtkpixmap.c (gtk_pixmap_set): Check that the pixmap
|
|
|
|
has the right depth. (#333363, Ed Catmur)
|
|
|
|
|
2006-03-06 04:55:53 +00:00
|
|
|
2006-03-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c (adjust_wrap_width): Apply some
|
|
|
|
arbitrary lower limit for the guessed wrap width. (#332466,
|
|
|
|
Donald Straney)
|
|
|
|
|
|
|
|
2006-03-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Fix handling of image-only buttons. (#332985, Kalle
|
|
|
|
Vahlmann, #333555)
|
|
|
|
|
|
|
|
* gtk/gtkbutton.c (gtk_button_construct_child): Don't
|
|
|
|
return early if there an image to show.
|
|
|
|
(show_image): Always return TRUE if there is no text.
|
|
|
|
|
2006-03-04 05:17:40 +00:00
|
|
|
2006-03-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-04 05:26:29 +00:00
|
|
|
* gdk/x11/gdkinput-x11 (gdk_input_translate_coordinates):
|
|
|
|
Adjust the handling of min values for the x and y axes of
|
|
|
|
extended input devices (#324562, #142536, Denis Auroux and
|
|
|
|
Robert Ögren)
|
|
|
|
|
2006-03-04 05:17:40 +00:00
|
|
|
* gtk/gtkexpander.c (gtk_expander_paint_focus): Position
|
|
|
|
the focus rectangle correctly in RTL mode. (#333291,
|
|
|
|
Benjamin Berg)
|
|
|
|
|
2006-03-03 14:16:45 +00:00
|
|
|
2006-03-03 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_commit_char)
|
|
|
|
(gtk_im_context_simple_reset): Avoid emitting superfluous
|
|
|
|
preedit_changed signals. Thanks to Matthias. (#319407)
|
|
|
|
|
2006-03-03 12:38:42 +00:00
|
|
|
2006-03-03 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Applied modified patch from maemo-gtk which makes separators more
|
|
|
|
themeable. Fixes bug #332022.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c: added style properties "wide-separators",
|
|
|
|
"separator-width" and "separator-height".
|
|
|
|
|
|
|
|
* gtk/gtkhseparator.c
|
|
|
|
* gtk/gtkvseparator.c
|
|
|
|
* gtk/gtkmenuitem.c
|
|
|
|
* gtk/gtktoolbar.c: honor the new settings and paint separators
|
|
|
|
using gtk_paint_box() if wide-separators is true.
|
|
|
|
|
2006-03-03 03:32:39 +00:00
|
|
|
2006-03-02 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c: Fix combobox theming
|
|
|
|
regression noted in bug 321301
|
|
|
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
|
|
|
|
|
2006-03-02 15:46:10 +00:00
|
|
|
2006-03-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-03-02 19:52:26 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_layout)
|
|
|
|
(gtk_icon_view_row_inserted, gtk_icon_view_scroll_to_path):
|
|
|
|
Make scroll_to_path work for newly inserted items, by delaying
|
|
|
|
the scroll until layout is done. (#332923, Cory Dodt)
|
|
|
|
|
2006-03-02 15:46:10 +00:00
|
|
|
* gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
|
|
|
|
not GTK_WIDGET_SENSITIVE. (#333133, Christian Persch)
|
|
|
|
|
2006-03-02 14:24:54 +00:00
|
|
|
2006-03-02 Ross Burton <ross@openedhand.com>
|
|
|
|
|
|
|
|
* gtk/gtktooltips.c:
|
|
|
|
Disable tooltips if gtk-touchscreen-mode is activated (#315112).
|
|
|
|
|
2006-03-01 12:18:57 +00:00
|
|
|
2006-03-01 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeselection.c (row_is_selectable): rename to
|
|
|
|
_gtk_tree_selection_row_is_selectable and export internally,
|
|
|
|
(gtk_tree_selection_real_select_node): changed so it is always
|
|
|
|
possible to unselect insensitive nodes, changed the logic a bit to
|
|
|
|
be more clear.
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h: add _gtk_tree_selection_row_is_selectable.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_row_changed): Unselect a row if
|
|
|
|
it became insensitive.
|
|
|
|
|
2006-02-27 18:18:57 +00:00
|
|
|
2006-02-27 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Check that
|
|
|
|
the fontsel has a screen assigned before doing anything. This
|
|
|
|
will at least warn the caller of what is wrong, since we only
|
|
|
|
populate the family_list until we get a screen. Also, put the
|
|
|
|
reference docs here. Fixes bug #332756.
|
|
|
|
(gtk_font_selection_dialog_get_font_name): Document this here.
|
|
|
|
(gtk_font_selection_get_font_name): Document this here; mention
|
|
|
|
that the font names get normalized, so the result of this function
|
|
|
|
may not be the same as what you set with
|
|
|
|
gtk_font_selection_set_font_name().
|
|
|
|
|
2006-02-27 16:48:34 +00:00
|
|
|
2006-02-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
|
|
|
|
|
2006-02-27 14:08:06 +00:00
|
|
|
2006-02-27 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
|
|
|
|
"Gtk/TouchscreenMode" XSettings property, remove trailing
|
|
|
|
whitespace.
|
|
|
|
|
|
|
|
* gdk/x11/checksettings.c: #include <string.h> and sprinkled some
|
|
|
|
newlines.
|
|
|
|
|
2006-02-27 13:56:30 +00:00
|
|
|
Mon Feb 27 14:52:50 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gdkevents-x11.c:
|
|
|
|
* gdksettings.c: moved and renamed the gdk_settings_names and
|
|
|
|
gdk_settings_map.
|
|
|
|
|
|
|
|
* gdk/x11/checksettings.c: test program for the gdk_settings_map array.
|
|
|
|
|
|
|
|
* gdk/x11/Makefile.am: run checksettings as part of make check.
|
|
|
|
|
2006-02-27 06:42:20 +00:00
|
|
|
2006-02-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused
|
|
|
|
code, and fix the reference point of composited drag cursors.
|
|
|
|
(#320132, Christian Neumair)
|
2006-02-26 18:24:53 +00:00
|
|
|
|
|
|
|
Sun Feb 26 10:24:10 PST 2006 Michael Emmel <mike.emmel@gmail.com>
|
2006-02-27 06:42:20 +00:00
|
|
|
|
2006-02-26 18:24:53 +00:00
|
|
|
*gdk/directfb/README
|
|
|
|
Updated README to remove old build instructions
|
|
|
|
|
2006-02-25 18:37:53 +00:00
|
|
|
Sat Feb 25 10:35:23 PST 2006 Michael Emmel <mike.emmel@gmail.com>
|
2006-02-27 06:42:20 +00:00
|
|
|
|
2006-02-25 18:37:53 +00:00
|
|
|
*gdk/directfb/gdkdisplay-directfb.c
|
|
|
|
*gdk/directfb/gdkwindow-directfb.c
|
|
|
|
Added stubs for shape window functions to fix compile problems
|
|
|
|
|
2006-02-25 02:45:57 +00:00
|
|
|
2006-02-24 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_list_create): Make the
|
|
|
|
column header visible, and make it be "_Places". Changed the
|
|
|
|
accessible object name to Places as well. Fixes bug #331306.
|
|
|
|
(file_pane_create): Do not create the path bar and "create folder"
|
|
|
|
button here...
|
|
|
|
(browse_widgets_create): ... but create them here instead. This
|
|
|
|
moves the path bar to be above both the hpaned, giving it the full
|
|
|
|
width of the dialog. Fixes bug #327733.
|
|
|
|
|
2006-02-24 12:28:33 +00:00
|
|
|
Thu Feb 23 13:28:21 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional
|
|
|
|
warnings about missing X locale support. Gdk properly handles this
|
|
|
|
situation anyway.
|
|
|
|
|
2006-02-24 11:02:25 +00:00
|
|
|
Fri Feb 17 14:20:29 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodel.h:
|
|
|
|
* gtk/gtktextbtree.h: added G_GNUC_WARN_UNUSED_RESULT warnings for
|
|
|
|
iterator functions, to avoid invalid iterators go unnoticed,
|
|
|
|
suggested by Markku Vire <markku.vire@movial.fi>.
|
|
|
|
|
2006-02-23 17:59:33 +00:00
|
|
|
2006-02-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-02-23 18:43:15 +00:00
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testnotebookdnd.c: Add notebook DND tests.
|
|
|
|
|
2006-02-23 17:59:33 +00:00
|
|
|
* gtk/gtknotebook.h: Add a reorder_tab keynav signal and an
|
|
|
|
insert_page vfunc to GtkNotebook.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtknotebook.c: Support notebook DND. New API includes
|
|
|
|
gtk_notebook_set_window_creation_hook,
|
|
|
|
gtk_notebook_[gs]et_group_id,
|
|
|
|
gtk_notebook_[gs]et_tab_reorderable,
|
|
|
|
gtk_notebook_[gs]et_tab_detachable (#73240, Carlos Garnacho)
|
|
|
|
|
2006-02-23 14:02:54 +00:00
|
|
|
2006-02-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktextiter.c: Fix macro declaration
|
|
|
|
|
|
|
|
* gtk/gtkaboutdialog.c: Remove an accidentally included function.
|
|
|
|
|
2006-02-22 16:35:09 +00:00
|
|
|
2006-02-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-02-22 17:52:29 +00:00
|
|
|
* gtk/gtktextbtree.c:
|
|
|
|
* gtk/gtktextiter.c: Minor optimizations. (#332059, Arnaud Charlet)
|
|
|
|
|
2006-02-22 17:29:07 +00:00
|
|
|
* gtk/gtkradiobutton.c (gtk_radio_button_clicked): Emit notify::active
|
|
|
|
here, when changing the value of this property. (#331651)
|
|
|
|
|
2006-02-22 16:35:09 +00:00
|
|
|
* gtk/gtknotebook.c: Apply a patch by Paolo Borelli to
|
|
|
|
make the tab menu keynavigatable. (#331440)
|
|
|
|
|
2006-02-22 16:10:47 +00:00
|
|
|
2006-02-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkaboutdialog.c: Change Close buttons to GTK_RESPONSE_CANCEL
|
|
|
|
so Escape works. (#331940, Daniel Drake)
|
|
|
|
|
2006-02-22 10:10:23 +00:00
|
|
|
2006-02-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added boolean property gtk-touchscreen-mode,
|
|
|
|
which essentially means "there are no motion notify events", so
|
|
|
|
widgets can't use the pointer hovering them for anything.
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c: if gtk-touchscreen-mode is TRUE, scroll menus
|
|
|
|
when clicking the scroll arrows, since hovering goes undetected.
|
|
|
|
Fixes bug #323028.
|
|
|
|
|
|
|
|
Added boolean style property "double-arrows" which always makes
|
|
|
|
both scroll arrows visible when the menu is too long.
|
|
|
|
For pushed-in popup menus, both arrows are always shown
|
|
|
|
(regardless of double-arrows), in order to fix user confusion
|
|
|
|
about the blank area. Fixes bug #129463.
|
|
|
|
|
2006-02-21 09:06:09 +00:00
|
|
|
2006-02-21 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
|
|
|
|
Make sure we always update the virtual root, also when ->priv->root
|
|
|
|
is still NULL. (Markku Vire)
|
|
|
|
|
2006-02-21 08:32:28 +00:00
|
|
|
2006-02-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkselection-quartz.c:
|
|
|
|
(make_list):
|
|
|
|
(gdk_text_property_to_utf8_list_for_display):
|
|
|
|
Add these from the win32 backend.
|
|
|
|
|
2006-02-20 17:57:09 +00:00
|
|
|
2006-02-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-02-20 23:11:55 +00:00
|
|
|
* gtk/gtknotebook.c: Properly update internal state
|
|
|
|
when child visibility changes. (#331785, Sebastien Bacher)
|
|
|
|
|
2006-02-20 17:57:09 +00:00
|
|
|
* gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
|
|
|
|
background color from the gc when it is needed. (#331820)
|
|
|
|
|
2006-02-20 17:17:09 +00:00
|
|
|
2006-02-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
|
|
|
|
argument, and avoid setting the clip region if the gc
|
|
|
|
has not changed.
|
|
|
|
|
|
|
|
* gdk/gdkgc.c: Update all callers.
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (get_cairo_context): Avoid updating the
|
|
|
|
context if nothing changed.
|
|
|
|
|
2006-02-20 11:57:12 +00:00
|
|
|
2006-02-20 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkdisplay-quartz.c:
|
|
|
|
(gdk_display_supports_shapes):
|
|
|
|
(gdk_display_supports_input_shapes):
|
|
|
|
* gdk/quartz/gdkwindow-quartz.c:
|
|
|
|
(gdk_display_warp_pointer):
|
|
|
|
(gdk_window_input_shape_combine_mask):
|
|
|
|
(gdk_window_input_shape_combine_region):
|
|
|
|
(gdk_window_set_child_input_shapes):
|
|
|
|
(gdk_window_set_accept_focus):
|
|
|
|
(gdk_window_merge_child_input_shapes):
|
|
|
|
Add stubs for input shape functions.
|
|
|
|
|
|
|
|
2006-02-20 Anders Carlsson <andersca@imendio.com>
|
2006-02-20 11:07:25 +00:00
|
|
|
|
|
|
|
* gdk/quartz/gdkevents-quartz.c:
|
|
|
|
(get_keyboard_modifiers_from_nsevent):
|
|
|
|
Fix typo so ctrl gets passed on to the gdk event.
|
|
|
|
|
|
|
|
* gdk/quartz/gdkproperty-quartz.c:
|
|
|
|
(gdk_atom_name):
|
|
|
|
g_strdup the atom name.
|
|
|
|
|
2006-02-20 10:08:37 +00:00
|
|
|
2006-02-20 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2006-02-20 10:10:27 +00:00
|
|
|
* gdk/win32/gdkdisplay-win32.c (gdk_display_supports_shapes):
|
|
|
|
New function, return TRUE.
|
|
|
|
(gdk_display_supports_input_shapes): New function, return FALSE.
|
|
|
|
|
2006-02-20 10:08:37 +00:00
|
|
|
* gdk/win32/gdkwindow-win32.c (do_shape_combine_region): New
|
|
|
|
function. Factor out code from gdk_window_shape_combine_mask().
|
|
|
|
(gdk_window_shape_combine_region): Actually do something. Convert
|
|
|
|
region to a HRGN and call do_shape_combine_region().
|
|
|
|
(gdk_window_input_shape_combine_mask)
|
|
|
|
(gdk_window_input_shape_combine_region)
|
|
|
|
(gdk_window_set_child_input_shapes)
|
|
|
|
(gdk_window_merge_child_input_shapes): New functions, dummy
|
|
|
|
implementations.
|
|
|
|
|
2006-02-20 09:49:49 +00:00
|
|
|
2006-02-20 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): adding boolean
|
|
|
|
have_shapes and have_input_shapes members fixes the build.
|
|
|
|
|
2006-02-20 08:52:19 +00:00
|
|
|
2006-02-20 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
|
|
|
|
with g_ascii_strcasecmp().
|
|
|
|
|
2006-02-20 01:36:50 +00:00
|
|
|
2006-02-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Support input shapes: (#331070)
|
|
|
|
|
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkdisplay.h:
|
|
|
|
* gdk/gdkwindow.h:
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_supports_shapes)
|
|
|
|
(gdk_display_supports_input_shapes): Functions to determine
|
|
|
|
if a display supports shaped windows or input shapes.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_input_shape_combine_region):
|
|
|
|
(gdk_window_input_shape_combine_mask):
|
|
|
|
(gdk_window_set_child_input_shapes):
|
|
|
|
(gdk_window_merge_child_input_shapes): Input shape versions
|
|
|
|
of the window shape API.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkwidget.h:
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_input_shape_combine_mask):
|
|
|
|
New function to set an input shape on a widget.
|
|
|
|
|
2006-02-20 00:42:39 +00:00
|
|
|
2006-02-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklinkbutton.c (gtk_link_button_class_init): Fix
|
|
|
|
a cast.
|
|
|
|
|
2006-02-17 16:47:29 +00:00
|
|
|
2006-02-17 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
DND keynav support:
|
|
|
|
|
|
|
|
* gtk/gtkdnd.c (gtk_drag_update_idle): Protect against
|
|
|
|
info->last_event being NULL.
|
|
|
|
(gtk_drag_key_cb): Handle arrow keys to move the drag icon
|
|
|
|
and space or enter to drop.
|
|
|
|
|
2006-02-17 15:41:27 +00:00
|
|
|
2006-02-17 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkregion-generic.c (gdk_region_union_with_rect):
|
|
|
|
Be robust and reject rectangles with negative width or
|
|
|
|
height. (#331467, Benjamin Berg)
|
|
|
|
|
|
|
|
|
2006-02-17 15:00:47 +00:00
|
|
|
2006-02-17 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
|
|
|
|
Only update the virtual root if the child path is an ancestor
|
|
|
|
of the virtual root. (Patch from Markku Vire).
|
|
|
|
|
2006-02-16 18:34:10 +00:00
|
|
|
2006-02-16 Federico Mena Quintero <federico@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_map): Call
|
|
|
|
::initial_focus() on the child before calling ::map() on our
|
|
|
|
parent class. This will prevent the shortcuts treeview from
|
|
|
|
highlighting its first row as a result of getting assigned focus
|
|
|
|
by gtk_dialog_map().
|
|
|
|
|
2006-02-14 13:50:03 +00:00
|
|
|
2006-02-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-02-14 14:35:07 +00:00
|
|
|
* gtk/gtkwidget.c (gtk_widget_send_expose): Remove redundant
|
|
|
|
check. Pointed out by Bodo-Merle Sandor.
|
|
|
|
|
2006-02-14 13:50:03 +00:00
|
|
|
* gtk/gtkcolorbutton.c (gtk_color_button_[un]realize):
|
|
|
|
Remove unnecessary checks.
|
|
|
|
|
2006-02-13 02:31:28 +00:00
|
|
|
2006-02-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working
|
|
|
|
examples in the docs. (#330944, John Spray)
|
|
|
|
|
2006-02-11 23:25:25 +00:00
|
|
|
2006-02-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
|
|
|
|
row_spacing/column_spacing confusion. (#330732, Donald Straney)
|
|
|
|
|
2006-02-10 19:19:54 +00:00
|
|
|
2006-02-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-02-11 15:09:10 +00:00
|
|
|
* gtk/gtkstyle.c: Add some docs. (#330073, Mart Raudsepp)
|
2006-02-10 19:45:14 +00:00
|
|
|
|
2006-02-10 19:19:54 +00:00
|
|
|
* gtk/gtkentrycompletion.c (gtk_entry_completion_match_selected):
|
|
|
|
Guard against NULL. (#330177, Raphael Slinckx)
|
|
|
|
|
2006-02-10 18:53:35 +00:00
|
|
|
2006-02-10 Murray Cumming <murrayc@murrayc.com>
|
|
|
|
|
2006-02-11 15:09:10 +00:00
|
|
|
* docs/reference/gtk/tmpl/gtkcomboboxentry.sgml: Mention that
|
|
|
|
the changed signal is emitted when typing - not just when
|
|
|
|
selecting from the list. Suggest use of GtkEntry::action to
|
|
|
|
etect end of typing.
|
|
|
|
gtk/gtkcombobox.c: (gtk_combo_box_class_init): changed signal
|
|
|
|
ocumentation: Mention that the GtkComboBoxEntry emits it when
|
|
|
|
he users types, not just when he selects from the list.
|
2006-02-10 18:53:35 +00:00
|
|
|
|
2006-02-10 12:59:19 +00:00
|
|
|
2006-02-10 Murray Cumming <murrayc@murrayc.com
|
|
|
|
|
|
|
|
* gtk/gtkassistant.h: Correct the declaration of the prepare
|
|
|
|
default signal handler to match its registration and use.
|
|
|
|
|
2006-02-09 17:53:46 +00:00
|
|
|
2006-02-09 Ross Burton <ross@burtonini.com>
|
|
|
|
|
|
|
|
* gtk/gtkfontbutton.c:
|
|
|
|
Work out the font size in floating point, and display the font
|
|
|
|
size with %g instead of %d (#317590)
|
|
|
|
|
2006-02-09 05:49:55 +00:00
|
|
|
2006-02-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate)
|
|
|
|
<WM_MOUSELEAVE>: If we don't know where we went, and have
|
|
|
|
generated a leave event, set current_window to the root
|
|
|
|
window. This assures we will generate proper enter and leave
|
|
|
|
events for popup windows. (#325521)
|
|
|
|
|
2006-02-09 03:20:56 +00:00
|
|
|
2006-02-08 John Ehresman <jpe@wingware.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate)
|
|
|
|
<WM_MOUSEACTIVATE>
|
|
|
|
* gdk/win32/gdkwindow-win32.c (show_window_internal)
|
|
|
|
(gdk_window_raise): Call SetWindowPos() instead of
|
|
|
|
SetForegroundWindow() or BringWindowToTop() if the window
|
|
|
|
shouldn't accept focus. (#327375)
|
|
|
|
|
2006-02-09 02:58:45 +00:00
|
|
|
2006-02-08 John Ehresman <jpe@wingware.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c: Let gdk_window_set_decorations()
|
|
|
|
take precedence over anything derived from hints. Restructure
|
|
|
|
related code and logic, add some new helper functions. (#327217)
|
|
|
|
|
2006-02-08 19:35:08 +00:00
|
|
|
2006-02-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserbutton.c: Don't put relevant callss
|
|
|
|
in g_assert(). (#329876, Kristian Rietveld)
|
|
|
|
|
2006-02-08 17:32:50 +00:00
|
|
|
2006-02-08 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_pointer_grab)
|
|
|
|
(gdk_display_pointer_ungrab, gdk_keyboard_grab)
|
|
|
|
(gdk_display_keyboard_ungrab): Consistenly use assign_object()
|
|
|
|
when assigning GdkWindow pointers so that the ref counting doesn't
|
|
|
|
get off whack.
|
|
|
|
|
|
|
|
(handle_stuff_while_moving_or_resizing): Don't use deprecated API.
|
|
|
|
|
|
|
|
(gdk_event_translate) <WM_MOUSEMOVE>: When the pointer is grabbed
|
|
|
|
with owner_events FALSE, generate enter and leave events only for
|
|
|
|
the grab window. (#321054)
|
|
|
|
|
2006-02-08 15:20:43 +00:00
|
|
|
2006-02-08 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_ref_path),
|
|
|
|
(gtk_tree_model_filter_unref_path): free temporary paths after
|
|
|
|
usage (patch from maemo-gtk),
|
|
|
|
(gtk_tree_model_filter_clear_cache): fix little typo in the docs
|
|
|
|
(patch from maemo-gtk).
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): remove
|
|
|
|
stale FIXME.
|
|
|
|
|
2006-02-08 15:19:07 +00:00
|
|
|
2006-02-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystem.c (gtk_file_info_copy): Copy the display_key
|
|
|
|
as well. (#330389, Markku Vire)
|
|
|
|
|
2006-02-07 22:58:04 +00:00
|
|
|
2006-02-08 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk-zip.sh.in: Drop the timestamp from the zipfile names.
|
|
|
|
|
2006-02-07 11:58:49 +00:00
|
|
|
2006-02-07 Sven Neumann <sven@gimp.org>
|
|
|
|
|
|
|
|
* gdk/directfb/AUTHORS: updated mine and Dok's email address.
|
|
|
|
|
2006-02-06 18:32:59 +00:00
|
|
|
2006-02-06 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_search_entry): fix compiler
|
|
|
|
warning.
|
|
|
|
|
2006-02-05 20:34:43 +00:00
|
|
|
2006-02-05 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022
|
|
|
|
Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
|
|
|
|
|
2006-02-05 04:38:30 +00:00
|
|
|
2006-02-04 Michael Emmel <mike.emmel@gmail.com>
|
|
|
|
Added new directfb backend located in gdk/directfb
|
|
|
|
plus patches to compile new backend
|
|
|
|
compile with --with-gdktarget=directfb
|
|
|
|
|
Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320, which used
2006-02-03 Federico Mena Quintero <federico@ximian.com>
Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
which used to be our own
http://bugzilla.gnome.org/show_bug.cgi?id=314616. If one uses a
pixmap for a pattern in Cairo, and sets the pattern to
CAIRO_EXTEND_REPEAT; and if the destination surface is also a
pixmap, Cairo does a slow copy instead of using XCopyArea(). So,
we use the same code that we used in GTK+ 2.6 (pre-cairo), by
filling the double-buffer pixmap with a tiled GC and
XFillRectangle().
* gdk/gdkwindow.c (BackingRectMethod): New structure with a
cairo_t and a GdkGC field. Depending on which of these fields
gets filled in, we'll use Cairo or GDK to clear the double-buffer
pixmap when painting a window.
(setup_backing_rect_method): Fill a BackingRectMethod as
appropriate, depending on the window's configuration and our
knowledge of whether Cairo is fast or slow when doing repeating
patterns.
(gdk_window_clear_backing_rect): Call
setup_backing_rect_method(). Depending on what it returns, use
Cairo to clear the double-buffer pixmap, or plain GDK.
2006-02-03 21:17:34 +00:00
|
|
|
2006-02-03 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
|
|
|
|
which used to be our own
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=314616. If one uses a
|
|
|
|
pixmap for a pattern in Cairo, and sets the pattern to
|
|
|
|
CAIRO_EXTEND_REPEAT; and if the destination surface is also a
|
|
|
|
pixmap, Cairo does a slow copy instead of using XCopyArea(). So,
|
|
|
|
we use the same code that we used in GTK+ 2.6 (pre-cairo), by
|
|
|
|
filling the double-buffer pixmap with a tiled GC and
|
|
|
|
XFillRectangle().
|
|
|
|
|
|
|
|
* gdk/gdkwindow.c (BackingRectMethod): New structure with a
|
|
|
|
cairo_t and a GdkGC field. Depending on which of these fields
|
|
|
|
gets filled in, we'll use Cairo or GDK to clear the double-buffer
|
|
|
|
pixmap when painting a window.
|
|
|
|
(setup_backing_rect_method): Fill a BackingRectMethod as
|
|
|
|
appropriate, depending on the window's configuration and our
|
|
|
|
knowledge of whether Cairo is fast or slow when doing repeating
|
|
|
|
patterns.
|
|
|
|
(gdk_window_clear_backing_rect): Call
|
|
|
|
setup_backing_rect_method(). Depending on what it returns, use
|
|
|
|
Cairo to clear the double-buffer pixmap, or plain GDK.
|
|
|
|
|
2006-02-03 05:37:06 +00:00
|
|
|
2006-02-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (get_layout_location): Fix handling
|
|
|
|
of padding in RTL. (#329099, Hooman Mesgary)
|
|
|
|
|
2006-02-02 20:51:49 +00:00
|
|
|
2006-02-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
|
|
|
|
Make drops on the root window work again. (#145243, Andrew S. Dixon)
|
|
|
|
|
2006-02-01 15:46:05 +00:00
|
|
|
2006-02-01 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_class_init): Wrap dnd signal
|
|
|
|
docs to 80 columns.
|
|
|
|
|
2006-01-31 17:38:43 +00:00
|
|
|
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* autogen.sh: Touch README and INSTALL here to pacify
|
|
|
|
automake. (#329124, Kjartan Maraas, Tim Janik)
|
|
|
|
|
2006-01-31 16:57:18 +00:00
|
|
|
2006-01-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkassistant.h:
|
|
|
|
* gtk/gtkassistant.c: Actually implement visibility handling,
|
|
|
|
and add gtk_assistant_update_buttons_state.
|
|
|
|
|
|
|
|
* tests/testassistant.c: Test visibility handling.
|
|
|
|
|
2006-01-31 15:58:23 +00:00
|
|
|
2006-01-31 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row
|
|
|
|
hinting for the selected state.
|
|
|
|
|
2006-01-30 05:05:07 +00:00
|
|
|
2006-01-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-30 18:24:26 +00:00
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
|
|
|
Make sure the tree view is realized, since we grab the
|
|
|
|
focus to it. (#329144, Wouter Bolsterlee)
|
|
|
|
|
2006-01-30 17:35:49 +00:00
|
|
|
* gtk/gtkspinbutton.h:
|
|
|
|
* gtk/gtkspinbutton.c: Add a wrapped signal. (#322933,
|
|
|
|
Carlos Garnacho Parro)
|
|
|
|
|
2006-01-30 15:51:54 +00:00
|
|
|
* gtk/gtkassistant.c: More generous spacing. (#328082,
|
|
|
|
Christian Persch, patch by Carlos Garnacho)
|
|
|
|
|
2006-01-30 15:30:25 +00:00
|
|
|
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property):
|
|
|
|
Use the setter for active. (#329208, Guillaume Cottenceau)
|
|
|
|
|
|
|
|
* docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
|
|
|
|
|
2006-01-30 05:05:07 +00:00
|
|
|
* gtk/gtkassistant.c (gtk_assistant_init): Move the
|
|
|
|
last button to the left where it does not affect
|
|
|
|
the positioning of forward/back.
|
|
|
|
|
2006-01-30 04:53:53 +00:00
|
|
|
2006-01-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
More GtkAssistant work, by Carlos Garnacho.
|
|
|
|
|
|
|
|
* tests/testassistant.c: Additions.
|
|
|
|
|
|
|
|
* gtk/gtkassistant.c: Handle page visibility, other
|
|
|
|
small fixes.
|
|
|
|
|
|
|
|
* docs/tools/widgets.c: Add GtkAssistant.
|
|
|
|
|
2006-01-29 04:00:45 +00:00
|
|
|
2006-01-28 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* configure.in: If major.minor of required and available glib versions
|
|
|
|
are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
|
|
|
|
|
|
|
|
* */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
|
|
|
|
|
2006-01-29 03:28:25 +00:00
|
|
|
2006-01-28 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp
|
|
|
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
|
|
|
|
|
2006-01-28 06:03:50 +00:00
|
|
|
2006-01-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-28 06:20:30 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtklinkbutton.h:
|
|
|
|
* gtk/gtklinkbutton.c: Allow to set a global hook function
|
|
|
|
thats called whenever a link button is clicked.
|
|
|
|
|
2006-01-28 06:03:50 +00:00
|
|
|
More work on GtkAssistant by Carlos Garnacho:
|
|
|
|
|
|
|
|
* demos/gtk-demo/Makefile.am:
|
|
|
|
* demos/gtk-demo/assistant.c: Add a GtkAssistant demo.
|
|
|
|
|
|
|
|
* gtk/gtkassistant.c: Handle focus, several small fixes to the
|
|
|
|
flow computations.
|
|
|
|
|
2006-01-27 17:22:17 +00:00
|
|
|
2006-01-27 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes bug #328820:
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up
|
|
|
|
the location dialog populated to "/".
|
|
|
|
(tree_view_keybinding_cb): Likewise.
|
|
|
|
(trap_activate_cb): Likewise.
|
|
|
|
|
2006-01-26 20:40:18 +00:00
|
|
|
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_size_request): Use translated format
|
|
|
|
strings for L10n in size calculation too.
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (calendar_paint_week_numbers): Expand buffer to
|
|
|
|
accomodate localized digits.
|
|
|
|
|
2006-01-26 18:51:37 +00:00
|
|
|
2006-01-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* tests/prop-editor.c: Introspect child properties. too.
|
|
|
|
|
2006-01-25 16:42:37 +00:00
|
|
|
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
|
2006-01-25 17:08:51 +00:00
|
|
|
Use contexed translated strings calendar:week:digits|%d and
|
2006-01-25 16:26:41 +00:00
|
|
|
calendar:day:digits|%d to let translators choose localized digits for
|
|
|
|
week and day numbers. (bug #317171, Hamed Malek)
|
|
|
|
|
2006-01-25 16:23:33 +00:00
|
|
|
2006-01-25 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (get_layout_location): Use logical extents of the
|
|
|
|
layout instead of ink extents. According to Pango docs, that's what
|
|
|
|
should be used for placement. Moreover, simply use
|
|
|
|
pango_layout_get_pixel_size instead of getting the extents and
|
|
|
|
dividing ourselves.
|
|
|
|
|
2006-01-25 15:41:40 +00:00
|
|
|
2006-01-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-26 18:51:37 +00:00
|
|
|
* gtk/gtkentrycompletion.c:
|
|
|
|
* gtk/gtkentry.c: Be more careful when blocking signals.
|
|
|
|
|
2006-01-25 15:41:40 +00:00
|
|
|
* gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Only
|
|
|
|
set the cursor size if it is != 0.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Change the default value
|
|
|
|
of gtk-cursor-theme-size to 0, meaning "use default".
|
|
|
|
|
2006-01-24 10:49:29 +00:00
|
|
|
2006-01-24 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
#322591, Jonathan Blandford.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.[ch] (gtk_tree_view_get_search_entry),
|
|
|
|
(gtk_tree_view_set_search_entry),
|
|
|
|
(gtk_tree_view_get_search_position_func),
|
|
|
|
(gtk_tree_view_set_search_position_func): New functions,
|
|
|
|
and small adaptions to the tree view code to allow for setting
|
|
|
|
the entry and search position function.
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h: Removed GtkTreeViewSearchDialogPositionFunc
|
|
|
|
typedef, which is now in gtktreeview.h as
|
|
|
|
GtkTreeViewSearchPositionFunc. Add/update fields.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Add new functions.
|
|
|
|
|
|
|
|
* tests/testtreesort.c: Add a little test for _set_search_entry().
|
|
|
|
|
2006-01-24 00:20:06 +00:00
|
|
|
2006-01-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-24 03:35:53 +00:00
|
|
|
Add GtkLinkButton, a port of GnomeHRef. (#314808, Emmanuele Bassi)
|
|
|
|
|
|
|
|
* gtk/gtklinkbutton.h:
|
|
|
|
* gtk/gtklinkbutton.c: New files.
|
|
|
|
|
|
|
|
* gtk/gtk.h:
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/Makefile.am: Glue.
|
|
|
|
|
|
|
|
* gtk/gtkaboutdialog.c: Use GtkLinkButton.
|
|
|
|
|
2006-01-24 00:20:06 +00:00
|
|
|
* gtk/gtkwidget.c: Add link-color and visited-link-color style
|
|
|
|
properties. (#113649, Leena Gunda)
|
|
|
|
|
|
|
|
* gtk/gtkaboutdialog.c: Use the new style properties here instead
|
|
|
|
of the about dialogs own link-color property.
|
|
|
|
|
2006-01-23 22:16:41 +00:00
|
|
|
2006-01-23 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodel.c (gtk_tree_model_base_init): don't copy
|
|
|
|
tree paths when emitting signals. (#325041, Matthias Clasen).
|
|
|
|
|
2006-01-23 20:00:02 +00:00
|
|
|
2006-01-23 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (get_layout_location): Fix misalignment of RTL
|
|
|
|
text in ellipsized GtkLabel: use layout width if set, otherwise
|
|
|
|
fallback to ink extents width. (#322042)
|
|
|
|
|
2006-01-23 15:48:26 +00:00
|
|
|
2006-01-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-23 19:11:40 +00:00
|
|
|
* gtk/gtkassistant.c (compute_last_button_state): Only show the
|
|
|
|
last button if we can jump to the end.
|
|
|
|
(gtk_assistant_init): Make the spacing and button order more
|
|
|
|
HIG compliant.
|
|
|
|
|
2006-01-23 15:48:26 +00:00
|
|
|
Fix drawing issues in progress bars. (#328081, Christian Persch)
|
|
|
|
|
|
|
|
* gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Always
|
|
|
|
request enough space.
|
|
|
|
(gtk_progress_bar_paint_activity)
|
|
|
|
(gtk_progress_bar_paint_continuous)
|
|
|
|
(gtk_progress_bar_paint_discrete): Clip when drawing the bar.
|
|
|
|
|
2006-01-23 10:46:02 +00:00
|
|
|
2006-01-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkcolorbutton.c: move destruction of the private GdkGC
|
|
|
|
from finalize() to unrealize(). Fixes BadMatch on display change
|
|
|
|
(bug #85715).
|
|
|
|
|
2006-01-22 16:04:02 +00:00
|
|
|
2006-01-22 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
|
|
|
|
commit after more searching in the bugzilla archives (see #309221).
|
|
|
|
|
2006-01-22 15:50:31 +00:00
|
|
|
2006-01-22 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
|
|
|
|
to gtk_tree_view_column_cell_set_cell_data, since we also set the
|
|
|
|
cell data before iterating over the columns for exposure. (Fixes
|
|
|
|
#322471, Duncan Coutts).
|
|
|
|
|
2006-01-21 06:25:33 +00:00
|
|
|
2006-01-21 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* tests/testassistant.c: Add some tests for GtkAssistant
|
|
|
|
|
|
|
|
* tests/Makefile.am: Glue
|
|
|
|
|
2006-01-21 04:03:28 +00:00
|
|
|
2006-01-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-21 06:15:30 +00:00
|
|
|
* gtk/gtkassistant.c: Fix the docs to reflect the actual signal
|
|
|
|
signatures.
|
|
|
|
|
2006-01-21 04:03:28 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
|
|
|
|
crash if layout is NULL. (#327934, Christian Kirbach)
|
|
|
|
|
2006-01-20 19:11:08 +00:00
|
|
|
2006-01-20 Dan Winship <danw@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init,
|
|
|
|
tree_view_keybinding_cb, trap_activate_cb): On "unix", pop up the
|
|
|
|
"Open Location" window on "~" as well as "/". #153213
|
|
|
|
(location_entry_create): Fix this so autocompletion still works
|
|
|
|
correctly in that case.
|
|
|
|
|
2006-01-20 04:37:47 +00:00
|
|
|
2006-01-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-20 04:57:45 +00:00
|
|
|
* configure.in: Explicitly link against Xrender.
|
|
|
|
(#327538, Christophe Belle)
|
|
|
|
|
2006-01-20 04:37:47 +00:00
|
|
|
* gdk/x11/gdkprivate-x11.h (XID_FONT_BIT):
|
|
|
|
* gdk/x11/gdkfont-x11.c:
|
|
|
|
* gdk/x11/gdkxid.c: Use an unused high bit in the
|
|
|
|
XID to mark fonts in the global xid hash table.
|
|
|
|
|
|
|
|
* gdk/x11/gdkcursor-x11.c (update_cursor): Skip fonts
|
|
|
|
when iterating over the xid hash table, since calling
|
|
|
|
GDK_IS_WINDOW () on an GdkFont can cause a segfault.
|
2006-01-20 04:40:41 +00:00
|
|
|
(#327751, Ryan Lovett)
|
2006-01-20 04:37:47 +00:00
|
|
|
|
2006-01-19 13:38:50 +00:00
|
|
|
2006-01-19 Matthias Clasen <mclasen@redhat.com>
|
2006-01-19 16:51:21 +00:00
|
|
|
|
|
|
|
* gtk/gtkassistant.[hc]: Use a priv pointer for
|
|
|
|
cheap access to the priv struct. (#327725, Christian
|
|
|
|
Persch)
|
2006-01-19 13:38:50 +00:00
|
|
|
|
|
|
|
* gtk/gtkassistant.h: Fix line endings.
|
|
|
|
|
2006-01-18 22:39:14 +00:00
|
|
|
2006-01-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to
|
|
|
|
construct multi-step wizards. (#115348, Martyn Russell,
|
|
|
|
Matthias Clasen, Carlos Garnacho Parro)
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
* gtk/gtk.h: Necessary glue.
|
|
|
|
|
2006-01-18 10:06:00 +00:00
|
|
|
2006-01-18 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkevents-quartz.c:
|
|
|
|
(get_mm_from_pixels):
|
|
|
|
(gdk_screen_get_width_mm):
|
|
|
|
(gdk_screen_get_height_mm):
|
|
|
|
Implement these functions.
|
|
|
|
(#327228, Thomas Broyer).
|
|
|
|
|
2006-01-18 09:47:56 +00:00
|
|
|
2006-01-18 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkdrawable-quartz.c:
|
|
|
|
(gdk_quartz_draw_polygon):
|
|
|
|
(gdk_quartz_draw_lines):
|
|
|
|
Implement these functions.
|
|
|
|
(#327226, Thomas Broyer)
|
|
|
|
|
2006-01-18 09:30:00 +00:00
|
|
|
2006-01-18 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkkeys-quartz.c:
|
2006-01-18 09:47:56 +00:00
|
|
|
(maybe_update_keymap):
|
|
|
|
Support non-MacRoman keyboard layouts.
|
|
|
|
(#322585, Wolfgang Thaller)
|
2006-01-18 09:30:00 +00:00
|
|
|
|
2006-01-18 09:17:39 +00:00
|
|
|
2006-01-18 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkmain-quartz.c:
|
|
|
|
(_gdk_windowing_init):
|
|
|
|
Make the process a foreground application.
|
|
|
|
(#322481, Wolfgang Thaller)
|
|
|
|
|
2006-01-18 05:23:24 +00:00
|
|
|
2006-01-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrbtree.c:
|
|
|
|
* gtk/gtktreemodel.c: Fix several g_new() calls which
|
|
|
|
were using extra indirections or pointless casts.
|
|
|
|
(#327423, Morten Welinder)
|
|
|
|
|
2006-01-17 18:28:27 +00:00
|
|
|
Tue Jan 17 19:27:59 2006 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkprogress.c: fix adopted from maemo-gtk.
|
|
|
|
gtk_progress_create_pixmap(): clear out the newly created offscreen
|
|
|
|
pixmap, so themes making use of transparency don't draw onto garbage.
|
|
|
|
|
2006-01-17 15:49:18 +00:00
|
|
|
2006-01-17 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkbutton.c: remove the "child-spacing" style property again
|
|
|
|
and add "inner-border" instead. That's far more flexible and
|
|
|
|
"child-spacing" was a bad name anyway.
|
|
|
|
|
2006-01-17 10:18:53 +00:00
|
|
|
2006-01-17 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* configure.in (ALL_LINGUAS): remove "ang" again until all po
|
|
|
|
files are there.
|
|
|
|
|
2006-01-16 23:48:51 +00:00
|
|
|
2006-01-16 Abel Cheung <maddog@linuxhall.org>
|
|
|
|
|
|
|
|
* configure.in: Added "ang" "zh_HK" to ALL_LINGUAS.
|
|
|
|
|
2006-01-16 19:07:13 +00:00
|
|
|
2006-01-16 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-16 19:58:27 +00:00
|
|
|
* README.in: Mention new pixbuf engine features.
|
|
|
|
|
2006-01-16 19:07:13 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkradioaction.[hc]: Add a current-value property and a
|
|
|
|
setter for it. (#322735, Jorn Baayen)
|
|
|
|
|
2006-01-16 14:49:36 +00:00
|
|
|
2006-01-16 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkbutton.c: applied patch from maemo-gtk which adds a
|
|
|
|
child-spacing style property. Fixes bug #327202.
|
|
|
|
|
2006-01-16 11:11:20 +00:00
|
|
|
2006-01-16 Anders Carlsson <andersca@imendio.com>
|
2006-01-16 10:52:40 +00:00
|
|
|
|
|
|
|
* gdk/quartz/gdkdisplay-quartz.c:
|
|
|
|
* gdk/quartz/gdkevents-quartz.c:
|
|
|
|
(gdk_keyboard_grab):
|
|
|
|
(gdk_display_keyboard_ungrab):
|
|
|
|
(gdk_keyboard_grab_info_libgtk_only):
|
|
|
|
(find_window_for_event):
|
2006-01-16 11:11:20 +00:00
|
|
|
Implement keyboard grabs.
|
|
|
|
|
|
|
|
(_gdk_quartz_send_map_events):
|
2006-01-16 10:52:40 +00:00
|
|
|
* gdk/quartz/gdkmain-quartz.c:
|
|
|
|
* gdk/quartz/gdkprivate-quartz.h:
|
2006-01-16 11:11:20 +00:00
|
|
|
New function that synthesizes map events.
|
|
|
|
|
2006-01-16 10:52:40 +00:00
|
|
|
* gdk/quartz/gdkwindow-quartz.c:
|
|
|
|
(_gdk_windowing_window_init):
|
2006-01-16 11:11:20 +00:00
|
|
|
The root window is always visible.
|
|
|
|
|
2006-01-16 10:52:40 +00:00
|
|
|
(all_parents_shown):
|
|
|
|
(show_window_internal):
|
2006-01-16 11:11:20 +00:00
|
|
|
Send map events.
|
|
|
|
|
2006-01-16 10:52:40 +00:00
|
|
|
(gdk_window_hide):
|
2006-01-16 11:11:20 +00:00
|
|
|
Ungrab keyboard and pointer
|
2006-01-16 10:52:40 +00:00
|
|
|
|
2006-01-15 20:12:49 +00:00
|
|
|
2006-01-15 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
Fixes #324099, Tommi Komulainen.
|
|
|
|
|
|
|
|
* gtk/gtktreestore.[ch] (gtk_tree_store_insert_with_values),
|
|
|
|
(gtk_tree_store_insert_with_valuesv): new functions, analog to
|
|
|
|
those found in GtkListStore.
|
|
|
|
|
|
|
|
* gtk/gtktreestore.c (gtk_tree_store_real_set_value),
|
|
|
|
(gtk_tree_store_set_valist), (gtk_tree_store_set_valist_internal),
|
|
|
|
(gtk_tree_store_sort_iter_changed): refactored.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: updated.
|
|
|
|
|
|
|
|
* tests/treestoretest.c: added a test for this new functionality.
|
|
|
|
|
2006-01-15 04:08:31 +00:00
|
|
|
2006-01-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-15 04:44:26 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_drag_data_received): Remove
|
|
|
|
an unused variable.
|
|
|
|
|
2006-01-15 04:33:30 +00:00
|
|
|
* gtk/gtkiconfactory.c (get_default_icons): Register RTL
|
|
|
|
versions of the indent and unindent icons. (#326857,
|
|
|
|
Itai Bar-Haim)
|
|
|
|
|
|
|
|
* gtk/Makefile.am (STOCK_ICONS): And add them here.
|
|
|
|
|
2006-01-15 04:08:31 +00:00
|
|
|
Fix a crash with combo boxes in RESIZE_IMMEDIATE
|
|
|
|
containers. (#326806, Sebastian Bacher)
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_size_allocate)
|
|
|
|
(gtk_combo_box_size_request): Don't call
|
|
|
|
gtk_combo_box_check_appearance() from here, as that
|
|
|
|
can lead to recursion.
|
|
|
|
(gtk_combo_box_init): Instead, call it here.
|
|
|
|
|
2006-01-14 19:58:04 +00:00
|
|
|
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
|
|
|
|
a typo which caused this whole thing to not function ...
|
|
|
|
|
2006-01-14 19:41:07 +00:00
|
|
|
2006-01-14 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_size_allocate),
|
|
|
|
(validate_visible_area): fixup adjustments and top_row if the
|
|
|
|
current dy + page_size exceeds the new tree view height. (Fixes
|
|
|
|
#316689, reported by Chris Lord).
|
|
|
|
|
2006-01-14 04:45:22 +00:00
|
|
|
2006-01-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* */abicheck.sh: Make this work on more platforms.
|
|
|
|
|
2006-01-13 13:28:22 +00:00
|
|
|
2006-01-13 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* tests/testtreefocus.c (set_indicator_size), (main): add a little
|
|
|
|
test for the newly introduced indicator-size property.
|
|
|
|
|
2006-01-13 13:09:14 +00:00
|
|
|
2006-01-13 Kristian Rietveld <kris@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
|
|
|
|
initialize the inconsistent field in the private structure,
|
|
|
|
(gtk_cell_renderer_toggle_class_init),
|
|
|
|
(gtk_cell_renderer_toggle_{set,get}_property),
|
|
|
|
(gtk_cell_renderer_toggle_get_size): introduce a indicator-size
|
|
|
|
property.
|
|
|
|
|
2006-01-13 10:03:31 +00:00
|
|
|
2006-01-13 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_real_expand_row)
|
|
|
|
(gtk_tree_view_real_collapse_row): don't animate the expander
|
|
|
|
arrows if gtk-enable-animations is FALSE (bug #142582).
|
|
|
|
|
2006-01-12 18:43:35 +00:00
|
|
|
2006-01-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-12 21:31:55 +00:00
|
|
|
* gtk/gtknotebook.c: Replace hardcoded values for tab-overlap and
|
|
|
|
tab-curvature with style properties. (#325282, Alexander Nedotsukov)
|
|
|
|
|
2006-01-12 21:14:30 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_commit_text)
|
|
|
|
(gtk_text_view_delete_from_cursor, gtk_text_view_backspace):
|
|
|
|
Reset the virtual cursor position. (#326003, Evert Verhellen)
|
|
|
|
|
2006-01-12 18:43:35 +00:00
|
|
|
* gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add some docs
|
|
|
|
about RGBA windows. (#326486, Benjamin Otte)
|
|
|
|
|
2006-01-12 13:50:51 +00:00
|
|
|
2006-01-12 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/gdkimage.c (scratch_image_info_for_depth): connect to the
|
|
|
|
display's "closed" signal and free the cached scratch images upon
|
|
|
|
display closing (bug #85715).
|
|
|
|
|
2006-01-12 09:54:54 +00:00
|
|
|
2006-01-12 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkexpander.c (gtk_expander_set_expanded): skip the
|
|
|
|
animation if the gtk-enable-animations setting is FALSE
|
|
|
|
(bug #142582).
|
|
|
|
|
2006-01-12 04:33:33 +00:00
|
|
|
2006-01-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c: Fix a C99ism (#326658, Kazuki Iwamoto)
|
|
|
|
|
2006-01-11 14:54:05 +00:00
|
|
|
2006-01-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-11 16:13:23 +00:00
|
|
|
* gtk/gtklabel.c: Add some notify batching, always
|
|
|
|
emit notify after setting the new value.
|
|
|
|
|
2006-01-11 15:23:05 +00:00
|
|
|
* gtk/gtkmessagedialog.c: Add properties. (#311254,
|
|
|
|
Johan Dahlin)
|
|
|
|
(gtk_message_dialog_new): Remove some redundant code, pointed
|
|
|
|
out by Gustavo Carneiro.
|
|
|
|
|
2006-01-11 14:54:05 +00:00
|
|
|
* gdk/x11/gdkwindow-x11.c (create_moveresize_window): Clean
|
|
|
|
up properly if the grab fails.
|
|
|
|
(finish_drag): Don't leak a reference to moveresize_window
|
|
|
|
here.
|
|
|
|
|
2006-01-11 06:20:17 +00:00
|
|
|
2006-01-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-11 06:26:30 +00:00
|
|
|
* gdk/x11/gdkevents-x11.c: Fix string offsets.
|
|
|
|
|
2006-01-11 06:20:17 +00:00
|
|
|
Allow falling back to another icon theme before
|
|
|
|
hicolor. (#325546, Rodney Dawes)
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme.
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c: Consult the fallback icon theme before
|
|
|
|
looking in hicolor.
|
|
|
|
|
2006-01-10 17:56:27 +00:00
|
|
|
2006-01-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-11 04:18:19 +00:00
|
|
|
* tests/testgtk.c: Add an expander example.
|
|
|
|
|
2006-01-11 03:48:27 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
|
|
|
|
when losing the focus. (#326064, Andrew Conkling)
|
|
|
|
|
|
|
|
* gtk/gtkimmulticontext.c:
|
|
|
|
* gtk/gtkhsv.c:
|
|
|
|
* gtk/gtkhandlebox.c: Convert to use instance private data.
|
|
|
|
|
2006-01-10 19:55:11 +00:00
|
|
|
* gtk/gtk.h: Remove duplicate include. (#326429,
|
|
|
|
Benoît Carpentier)
|
|
|
|
|
2006-01-10 17:56:27 +00:00
|
|
|
* gtk/gtkpaned.c: Convert to use instance private data.
|
|
|
|
|
2006-01-10 16:47:37 +00:00
|
|
|
2006-01-10 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (on_renderer_display_closed): disconnect from the
|
|
|
|
right object ("closed" is emitted by the display, not the screen).
|
|
|
|
(bug #85715)
|
|
|
|
|
2006-01-10 16:38:26 +00:00
|
|
|
2006-01-10 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/gdkproperty-quartz.c:
|
|
|
|
(ensure_atom_tables):
|
|
|
|
(intern_atom_internal):
|
|
|
|
(gdk_atom_intern):
|
|
|
|
(gdk_atom_intern_static_string):
|
|
|
|
(gdk_atom_name):
|
|
|
|
Implement local-only atoms.
|
|
|
|
|
2006-01-09 19:22:33 +00:00
|
|
|
2006-01-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-10 04:42:18 +00:00
|
|
|
* gdk/gdkgc.c (gc_get_foreground): Correct a warning.
|
|
|
|
(#326341, Benoît Carpentier)
|
|
|
|
|
2006-01-10 04:33:30 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkwindow.h:
|
|
|
|
* gtk/gtkwindow.c (gtk_window_get_group): Make this function
|
|
|
|
public API. (#307099, Todd Berman)
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c:
|
|
|
|
* gtk/gtkmain.c:
|
|
|
|
* gtk/gtkentrycompletion.c:
|
|
|
|
* gtk/gtkcombo.c:
|
|
|
|
* gtk/gtkcombobox.c: Update all callers.
|
|
|
|
|
2006-01-10 04:07:32 +00:00
|
|
|
* gtk/gtkentry.c (paste_received): Make GtkEntryCompletion
|
|
|
|
complete on pastes at the end. (#165714, Christian Neumair)
|
|
|
|
|
2006-01-09 19:22:33 +00:00
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup):
|
|
|
|
Prevent the first row being focused on map. (#137351,
|
|
|
|
Niklas Knutsson)
|
|
|
|
|
2006-01-09 19:18:14 +00:00
|
|
|
2006-01-09 Johan Dahlin <jdahlin@async.com.br>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkeditable.h:
|
|
|
|
* gtk/gtksizegroup.c: (gtk_size_group_get_widgets):
|
|
|
|
* gtk/gtksizegroup.h:
|
|
|
|
(struct _GtkSizeGroup):
|
|
|
|
|
|
|
|
Add gtk_size_group_get_widgets, fixes #326324.
|
|
|
|
Also mark all fields of GtkSizeGroup as private
|
|
|
|
|
2006-01-09 16:54:04 +00:00
|
|
|
2006-01-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-09 18:20:23 +00:00
|
|
|
* gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't
|
|
|
|
leak preedit_string and preedit_attrs. (#322332, Paolo
|
|
|
|
Borelli)
|
|
|
|
|
2006-01-09 18:07:14 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkaction.h:
|
|
|
|
* gtk/gtkaction.c (gtk_widget_get_action): New function to
|
|
|
|
get the action for a proxy. (#326288)
|
|
|
|
|
2006-01-09 16:54:04 +00:00
|
|
|
* gtk/gtkaction.c: Go back to the old key for attaching the
|
|
|
|
action to the proxy. (#326288, Diego González)
|
|
|
|
|
2006-01-08 23:25:14 +00:00
|
|
|
2006-01-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkactiongroup.c (dgettext_swapped): Don't translate
|
|
|
|
empty strings. (#326200, Christian Stimming)
|
|
|
|
|
2006-01-08 06:11:18 +00:00
|
|
|
2006-01-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-08 07:54:43 +00:00
|
|
|
* gtk/gtkentry.[hc]:
|
|
|
|
* gtk/gtklabel.[hc]: Shrink the private structs of these a bit.
|
|
|
|
|
2006-01-08 06:44:11 +00:00
|
|
|
* gtk/gtklabel.c (get_layout_location): Fix label alignment
|
|
|
|
when width-chars is set. (#326098, Benjamin Otte)
|
|
|
|
|
2006-01-08 06:11:18 +00:00
|
|
|
* gdk/gdkregion-generic.c (miRegionCopy): Fix this for the
|
|
|
|
single-rectangle case. (#326127, Benjamin Berg)
|
|
|
|
(gdk_region_copy): Use miRegionCopy() here.
|
|
|
|
|
2006-01-07 06:08:07 +00:00
|
|
|
2006-01-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Fix actiongroup-action interaction that relied on
|
|
|
|
actions connecting to notify on themselves:
|
|
|
|
|
|
|
|
* gtk/gtkaction.[hc]: Factor out the code updating the
|
|
|
|
visibility/sensitivity of proxies into _gtk_action_sync_visible()
|
|
|
|
and _gtk_action_sync_sensible().
|
|
|
|
|
|
|
|
* gtk/gtkactiongroup.c: Call the new functions when the
|
|
|
|
group visibility/sensitivity changes.
|
|
|
|
|
2006-01-07 04:18:40 +00:00
|
|
|
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkactiongroup.c (gtk_action_group_set_sensitive)
|
|
|
|
(gtk_action_group_set_visible): Add missing property change
|
|
|
|
notification.
|
|
|
|
|
2006-01-06 14:07:24 +00:00
|
|
|
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-06 21:49:59 +00:00
|
|
|
* gtk/gtkfilechooserbutton.c (model_add_special): Just use the
|
|
|
|
directory name for the home dir. (#325817, Federico Mena Quintero)
|
|
|
|
|
2006-01-06 17:53:53 +00:00
|
|
|
* gtk/gtktexttag.c (gtk_text_attributes_new): Initialize editable
|
|
|
|
to TRUE.
|
|
|
|
(gtk_text_tag_class_init): The default value for the direction
|
|
|
|
property is GTK_TEXT_DIR_NONE. Add notes about the initial values
|
|
|
|
of the font and language properties.
|
|
|
|
|
2006-01-06 15:21:32 +00:00
|
|
|
* gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
|
|
|
|
an action signal. (#325782, Martyn Russell)
|
|
|
|
|
2006-01-06 14:07:24 +00:00
|
|
|
* gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
|
|
|
|
the old adjustments signals. (#325869, Jorn Baayen)
|
|
|
|
|
2006-01-06 12:05:28 +00:00
|
|
|
2006-01-06 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* tests/makefile.msc : added a bunch of tests
|
|
|
|
* tests/testcellrenderertext.c : use g_snprintf()
|
|
|
|
* tests/testfilechooserbutton.c : don't include unistd.h twice.
|
|
|
|
Removed the unconditional one and added direct.h for G_OS_WIN32
|
|
|
|
|
2006-01-05 23:55:08 +00:00
|
|
|
2006-01-05 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gdk/makefile.msc : also recurse into win32 for ::clean
|
|
|
|
* gtk/makefile.msc.in : create gtkbuiltincache.h (most code
|
|
|
|
to simulate links) and file renames
|
|
|
|
|
2006-01-05 19:59:18 +00:00
|
|
|
2006-01-05 Johan Dahlin <jdahlin@async.com.br>
|
|
|
|
|
|
|
|
* gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
|
|
|
|
instead of -G_MAXUINT.
|
|
|
|
|
2006-01-05 14:40:27 +00:00
|
|
|
2006-01-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-05 19:15:45 +00:00
|
|
|
* gtk/gtkwindow.c: Only connect to the event if we have
|
|
|
|
a frame, since the handler is only relevant in that case.
|
|
|
|
|
2006-01-05 17:39:17 +00:00
|
|
|
* gtk/gtkaction.c (connect_proxy, disconnect_proxy):
|
|
|
|
Use a weak reference rather than the destroy signal to track
|
|
|
|
proxies going away.
|
2006-01-05 17:30:44 +00:00
|
|
|
|
2006-01-05 15:56:14 +00:00
|
|
|
* gtk/gtkbindings.c (binding_signal_new): Revert the last change.
|
|
|
|
|
2006-01-05 17:39:17 +00:00
|
|
|
* gtk/gtkaction.c (gtk_action_sync_property):
|
|
|
|
(gtk_action_sync_stock_id): Removed.
|
2006-01-05 14:40:27 +00:00
|
|
|
|
2006-01-05 11:26:59 +00:00
|
|
|
2006-01-05 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkbindings.c (binding_signal_new): allocate correct amount for
|
|
|
|
signal and arguments.
|
|
|
|
|
2006-01-05 06:28:58 +00:00
|
|
|
2006-01-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (gtk_label_grab_focus): Don't return a value from
|
|
|
|
a void function.
|
|
|
|
|
2006-01-04 15:32:05 +00:00
|
|
|
2006-01-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2006-01-05 04:21:09 +00:00
|
|
|
* gtk/gtkbindings.h (struct _GtkBindingSignal): Revert questionable
|
|
|
|
changes.
|
|
|
|
|
|
|
|
* gtk/gtkbindings.c: Use the slice allocator and allocate signal
|
|
|
|
and arguments in one block.
|
|
|
|
|
2006-01-04 15:32:05 +00:00
|
|
|
* gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return
|
|
|
|
a list of NULLs. (#325723, Steve Chaplin)
|
|
|
|
|
2006-01-04 12:38:06 +00:00
|
|
|
2006-01-04 Rodrigo Moya <rodrigo@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkbindings.c (binding_signal_new): guard against multiplying
|
|
|
|
by -1 (when n_args is 0).
|
|
|
|
|
2006-01-04 11:25:19 +00:00
|
|
|
2006-01-04 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c
|
|
|
|
(gtk_menu_tool_button_set_menu)
|
|
|
|
(gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget()
|
|
|
|
and gtk_menu_detach() instead of reffing/unreffing the menu
|
|
|
|
manually. Also fixes brokenness on screen change (bug #85715).
|
|
|
|
|
2006-01-04 07:06:12 +00:00
|
|
|
2006-01-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkaccelmap.c:
|
|
|
|
* gtk/gtkactiongroup.c:
|
|
|
|
* gtk/gtkdialog.c:
|
|
|
|
* gtk/gtkfilesystemunix.c:
|
|
|
|
* gtk/gtkgc.c:
|
|
|
|
* gtk/gtkkeyhash.c:
|
|
|
|
* gtk/gtkplug.c:
|
|
|
|
* gtk/gtktextiter.c:
|
|
|
|
* gtk/gtktextlayout.c:
|
|
|
|
* gtk/gtkuimanager.c:
|
|
|
|
* gtk/gtkwidget.c:
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
* gtk/gtkxembed.c: Use the slice allocator for many small
|
|
|
|
allocations.
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c:
|
|
|
|
* gtk/gtktreeview.c: Use IPN.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c: Remove an unused field from the AccelPath
|
|
|
|
struct.
|
|
|
|
|
2006-01-04 01:46:13 +00:00
|
|
|
2006-01-04 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
|
|
|
|
|
2006-01-03 06:19:00 +00:00
|
|
|
2006-01-03 Matthias Clasen <mclasen@redhat.com>
|
2006-01-03 15:38:31 +00:00
|
|
|
|
|
|
|
* gtk/gtkdnd.c: Make it compile
|
2006-01-03 06:19:00 +00:00
|
|
|
|
2006-01-03 13:50:02 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
|
|
|
|
for non-motion events. (#325443, Peter Harvey)
|
|
|
|
|
2006-01-03 06:19:00 +00:00
|
|
|
* gtk/gtkaction.c: Avoid connecting to notify on our own
|
|
|
|
properties.
|
|
|
|
|
2006-01-03 03:56:44 +00:00
|
|
|
2006-01-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting
|
|
|
|
words, delete preceding whitespace as well. (#325358, Akkana Peck)
|
|
|
|
|
2006-01-02 16:34:21 +00:00
|
|
|
2006-01-02 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* gdk/quartz/GdkQuartzWindow.c:
|
|
|
|
(-[GdkQuartzWindow canBecomeMainWindow]):
|
|
|
|
(-[GdkQuartzWindow canBecomeKeyWindow]):
|
|
|
|
Have these return TRUE
|
|
|
|
|
|
|
|
* gdk/quartz/gdkevents-quartz.c:
|
|
|
|
(pointer_grab_internal):
|
|
|
|
Remove FIXME
|
|
|
|
|
|
|
|
(find_child_window_by_point_helper):
|
|
|
|
Fix bug in offset calculation
|
|
|
|
|
|
|
|
(find_window_for_event):
|
|
|
|
Use grab window toplevel when a grab is in effect
|
|
|
|
|
|
|
|
(gdk_event_translate):
|
|
|
|
Don't call _gdk_event_button_generate on mouse up
|
|
|
|
|
|
|
|
* gdk/quartz/gdkgc-quartz.c:
|
|
|
|
(_gdk_quartz_gc_new):
|
|
|
|
Fix indentation
|
|
|
|
|
|
|
|
* gdk/quartz/gdkwindow-quartz.c:
|
|
|
|
(gdk_window_new):
|
|
|
|
Make TEMP windows borderless
|
|
|
|
|
|
|
|
(gdk_window_hide):
|
|
|
|
Hide window
|
|
|
|
|
|
|
|
(gdk_window_get_origin):
|
|
|
|
Implement
|
|
|
|
|
2006-01-02 00:45:39 +00:00
|
|
|
2006-01-02 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2006-01-02 09:32:56 +00:00
|
|
|
* gdk/win32/gdkwindow-win32.c
|
|
|
|
(gdk_window_impl_win32_get_visible_region): Make identical to the
|
|
|
|
X11 implementation. (#322264, John Ehresman)
|
|
|
|
|
2006-01-02 00:45:39 +00:00
|
|
|
* gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the
|
|
|
|
invalidated region from ScrollWindowEx() instead of an incorrect
|
|
|
|
attempt to calculate it ourselves. Fix by John Ehresman. (#323666)
|
|
|
|
|
|
|
|
* gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static.
|
|
|
|
|
|
|
|
* gdkprivate-win32.h: Declare it.
|
|
|
|
|
2005-12-31 07:06:31 +00:00
|
|
|
2005-12-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkaction.c:
|
|
|
|
* gtk/gtkentry.c: Connect to notify instead of multiple
|
|
|
|
detailed signals.
|
|
|
|
|
2005-12-30 05:37:44 +00:00
|
|
|
2005-12-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-30 07:16:35 +00:00
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkcairo.h:
|
|
|
|
* gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap. (#318805,
|
|
|
|
Alexander Larsson)
|
|
|
|
|
2005-12-30 06:32:30 +00:00
|
|
|
* gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call
|
|
|
|
gdk_display_manager_set_default_display() to change the default
|
|
|
|
display. (#153623, Stefan Kost)
|
|
|
|
|
2005-12-30 05:37:44 +00:00
|
|
|
* gtk/gtkmessagedialog.c (gtk_message_dialog_init):
|
|
|
|
(setup_type): Alert dialogs should not have titles and should
|
|
|
|
not be displayed in the taskbar. (#310443, Carlos Garnacho Parro,
|
|
|
|
Dennis Cranston)
|
|
|
|
|
2005-12-29 05:26:09 +00:00
|
|
|
2005-12-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-30 03:29:36 +00:00
|
|
|
* gtk/gtkliststore.c:
|
|
|
|
* gtk/gtktreestore.c: Always call the get_path and get_iter
|
|
|
|
implementations directly, rather than the current mixture whith
|
|
|
|
some calls going through the GtkTreeModel interface.
|
|
|
|
|
2005-12-29 07:47:02 +00:00
|
|
|
* gtk/gtktreemodelsort.c:
|
2005-12-29 07:14:19 +00:00
|
|
|
* gtk/gtkliststore.c:
|
|
|
|
* gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks
|
|
|
|
in static functions.
|
2005-12-30 03:29:36 +00:00
|
|
|
|
|
|
|
* gtk/gtktreedatalist.c: Use the slice allocater for
|
|
|
|
GtkTreeDataSortHeader.
|
2005-12-29 05:26:09 +00:00
|
|
|
|
|
|
|
* gtk/gtktreedatalist.h:
|
|
|
|
* gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function.
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func):
|
|
|
|
* gtk/gtkliststore.c (gtk_list_store_set_sort_func):
|
|
|
|
* gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
|
|
|
|
|
2005-12-28 04:09:18 +00:00
|
|
|
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkbindings.h (GtkBindingSignal):
|
|
|
|
* gtk/gtkbindings.c (binding_signal_new): Make the
|
|
|
|
args a flexible array inside the struct, and allocate them
|
|
|
|
together.
|
|
|
|
|
2005-12-27 23:46:28 +00:00
|
|
|
Wed Dec 28 00:45:46 2005 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not
|
|
|
|
clist rows which crashes in gslice later on.
|
|
|
|
|
2005-12-27 18:38:52 +00:00
|
|
|
2005-12-27 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for
|
|
|
|
FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is
|
|
|
|
not NULL. Fixes bug #317687.
|
|
|
|
|
2005-12-27 06:10:20 +00:00
|
|
|
2005-12-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-27 07:39:19 +00:00
|
|
|
* gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
|
2005-12-27 07:57:52 +00:00
|
|
|
(gdk_screen_get_setting): Avoid relocations for the settings
|
|
|
|
map.
|
|
|
|
|
2005-12-27 07:36:58 +00:00
|
|
|
* gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
|
|
|
|
of standard atoms.
|
|
|
|
|
2005-12-27 06:10:20 +00:00
|
|
|
* gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying
|
|
|
|
the set_name by interning it.
|
|
|
|
|
2005-12-26 07:02:51 +00:00
|
|
|
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-27 04:38:31 +00:00
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms
|
|
|
|
before calling gdk_window_new().
|
|
|
|
|
2005-12-27 00:49:24 +00:00
|
|
|
* gtk/gtktextbtree.c: Use the slice allocator for some other small
|
|
|
|
auxiliary structures as well.
|
|
|
|
|
2005-12-27 00:11:26 +00:00
|
|
|
* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
|
|
|
|
docs. (#324996)
|
|
|
|
|
|
|
|
* gtk/gtktextbtree.c (gtk_text_btree_get_tag_info)
|
|
|
|
(gtk_text_btree_remove_tag_info): Use the slice allocator for
|
|
|
|
tag info.
|
|
|
|
|
2005-12-26 07:52:43 +00:00
|
|
|
* README.in: Mention the stripping of (_F) suffixes.
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of
|
2005-12-26 07:54:32 +00:00
|
|
|
the form "(_<single character>)", since this is the preferred way
|
2005-12-26 07:52:43 +00:00
|
|
|
for some languages to indicate accelerators. (#323956, Yang Hong)
|
|
|
|
|
2005-12-26 07:02:51 +00:00
|
|
|
* gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus
|
|
|
|
setting.
|
|
|
|
(gtk_label_grab_focus): And use it here to select the contents of
|
|
|
|
the label when appropriate.
|
|
|
|
(gtk_label_class_init): Use the same keybindings for select all/
|
|
|
|
unselect all as GtkEntry and GtkTextView.
|
|
|
|
|
|
|
|
* gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial
|
|
|
|
focus, avoid leaving a selection in a label.
|
|
|
|
|
2005-12-26 04:56:36 +00:00
|
|
|
2005-12-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-26 05:07:53 +00:00
|
|
|
* gtk/gtkwindow.c: Documentation fixes. (#324815,
|
|
|
|
Ross Burton)
|
|
|
|
|
2005-12-26 04:56:36 +00:00
|
|
|
* configure.in: Require GLib 2.9.2
|
|
|
|
|
2005-12-24 07:00:47 +00:00
|
|
|
2005-12-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-24 07:29:00 +00:00
|
|
|
* gdk/gdkregion-generic.c:
|
|
|
|
* gdk/gdkpolyreg-generic.c:
|
|
|
|
* gdk/gdkregion.h:
|
|
|
|
* gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid
|
|
|
|
extra allocation for rectangular regions.
|
2005-12-24 07:00:47 +00:00
|
|
|
|
2005-12-22 17:58:40 +00:00
|
|
|
Thu Dec 22 18:53:14 2005 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
|
|
|
|
|
2005-12-22 16:55:44 +00:00
|
|
|
Thu Dec 22 17:55:11 2005 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkobject.h: parent type fixups in structure declarations.
|
|
|
|
|
2005-12-22 15:10:05 +00:00
|
|
|
Thu Dec 22 16:01:27 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkobject.c: derive GtkObject from GUnowned,
|
|
|
|
so it initially has a floating reference count.
|
|
|
|
gtk_object_class_init(): installa floating flag handler with
|
|
|
|
libgobject, so for GtkObjects the flag is stored as GTK_FLOATING
|
|
|
|
in the ->flags member.
|
|
|
|
|
|
|
|
* tests/floatingtest.c: test floating flag uses.
|
|
|
|
|
2005-12-21 18:14:59 +00:00
|
|
|
2005-12-21 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-21 21:10:41 +00:00
|
|
|
* gdk/gdkregion-generic.c: Use the slice allocator
|
|
|
|
for regions. Still todo: avoid extra allocations for
|
|
|
|
the single-rectangle case.
|
|
|
|
|
2005-12-21 21:05:22 +00:00
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Update
|
|
|
|
class_n_properties after installing color-hash, since
|
|
|
|
other classes install settings, too.
|
|
|
|
|
|
|
|
* gtk/gtkctree.c:
|
|
|
|
* gtk/gtkclist.c: Fix some mistakes in the conversion
|
|
|
|
from mem chunks to slice allocator.
|
|
|
|
|
2005-12-21 18:14:59 +00:00
|
|
|
* gtk/gtkiconview.c (adjust_wrap_width): Adjust the
|
|
|
|
wrap-width also if an explicit item width is set.
|
|
|
|
(#322475, Alex Graveley)
|
|
|
|
|
2005-12-20 18:21:21 +00:00
|
|
|
2005-12-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_button_press): Reset
|
|
|
|
pressed_button to -1 after handling a double click, so that
|
|
|
|
motion events occurring between here and the release event
|
|
|
|
don't trigger DND. (#324588, Dave Andreoli)
|
|
|
|
|
2005-12-19 20:07:08 +00:00
|
|
|
2005-12-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-20 05:44:07 +00:00
|
|
|
* gtk/gtkcellrenderer.c:
|
2005-12-20 05:36:10 +00:00
|
|
|
* gtk/gtkselection.c:
|
2005-12-20 05:34:32 +00:00
|
|
|
* gtk/gtkcalendar.c:
|
2005-12-20 05:33:19 +00:00
|
|
|
* gtk/gtkitemfactory.c:
|
|
|
|
* gdk/gtkcombo.c:
|
2005-12-20 05:11:30 +00:00
|
|
|
* gdk/gdkpixbuf-render.c: Documentation updates
|
|
|
|
|
2005-12-19 20:13:34 +00:00
|
|
|
* gtk/gtktreemodel.c:
|
2005-12-19 20:07:08 +00:00
|
|
|
* gtk/gtkplug.c:
|
|
|
|
* gtk/gtkwindow.c: Documentation fixes.
|
|
|
|
|
2005-12-19 19:03:51 +00:00
|
|
|
2005-12-19 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c: implement boolean property "truncate-multiline"
|
|
|
|
which, when enabled, truncates multi-line pastes or drops to their
|
|
|
|
first line. Fixes bug #322252.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
|
|
|
|
truncate-multiline here.
|
|
|
|
|
2005-12-19 05:28:49 +00:00
|
|
|
2005-12-17 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (get_color_hash): Don't crash if
|
|
|
|
there is no color scheme. (#324429, Diego Gonzalez)
|
|
|
|
|
2005-12-16 18:45:31 +00:00
|
|
|
2005-12-16 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-16 19:06:09 +00:00
|
|
|
* gtk/gtkfilesystem.c (gtk_file_system_module_load):
|
|
|
|
* gtk/gtkimmodule.c (gtk_im_module_load):
|
|
|
|
* gtk/gtkthemes.c (gtk_theme_engine_load):
|
|
|
|
* gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
|
|
|
|
opening modules.
|
|
|
|
|
2005-12-16 18:45:31 +00:00
|
|
|
* gtk/gtksettings.[hc]: Rework the way the color scheme setting
|
|
|
|
is inherited. Now the overriding is done on a per-color basis,
|
|
|
|
rather than for the setting as a whole. This has the effect
|
|
|
|
that themes can declare defaults for all the symbolic colors they
|
|
|
|
use by specifying a value for the gtk-color-scheme setting in
|
|
|
|
their rc file, while still allowing the XSetting to override
|
|
|
|
"standard" symbolic colors. The hash table is now available
|
|
|
|
through the color-hash property.
|
|
|
|
|
|
|
|
* gtk/gtkrc.c: Use the new color-hash property.
|
|
|
|
|
2005-12-14 19:39:44 +00:00
|
|
|
2005-12-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
|
|
|
|
children when doing focus sorting. (#323995, Dan Winship)
|
|
|
|
|
2005-12-14 19:29:50 +00:00
|
|
|
2005-12-14 Rodney Dawes <dobey@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
|
|
|
|
Default to "drive-harddisk" and then fall back to gnome-dev-harddisk
|
|
|
|
(get_icon_for_mime_type): Look up the mime type icons according to the
|
|
|
|
Icon Naming Specification and then fall back to the gnome-mime- prefix
|
|
|
|
for the mime type icons
|
|
|
|
|
|
|
|
Fixes #323655
|
|
|
|
|
2005-12-14 18:12:36 +00:00
|
|
|
2005-12-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-14 19:14:14 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
|
|
|
|
cannot be loaded. (#323504, Kjartan Maraas)
|
|
|
|
|
2005-12-14 18:12:36 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs
|
|
|
|
for the row-activated signal. (#324044, Davyd Madeley)
|
|
|
|
|
2005-12-14 13:58:02 +00:00
|
|
|
2005-12-14 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
2005-12-14 16:37:52 +00:00
|
|
|
* tests/test-images/valid_jpeg_progressive_test: new test image.
|
2005-12-14 12:47:49 +00:00
|
|
|
|
2005-12-13 08:48:02 +00:00
|
|
|
Tue Dec 13 09:47:20 2005 Tim Janik <timj@gtk.org>
|
|
|
|
|
2005-12-14 18:12:36 +00:00
|
|
|
* README.in: added a link to the floating reference docs in the
|
2005-12-13 08:48:02 +00:00
|
|
|
2.10 release NEWS section.
|
|
|
|
|
2005-12-12 15:48:43 +00:00
|
|
|
2005-12-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-12 19:33:23 +00:00
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index):
|
|
|
|
Speed this function up, using the fact that visibility is
|
|
|
|
constant across segments. (#321548, Paolo Borelli)
|
|
|
|
|
2005-12-12 19:16:00 +00:00
|
|
|
* gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets):
|
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
|
|
|
|
stepping backwards. (#320638, Larry Ewing, Paolo Borelli)
|
2005-12-12 19:33:23 +00:00
|
|
|
|
2005-12-12 17:39:50 +00:00
|
|
|
* gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
|
|
|
|
_GTK_LOAD_ICONTHEMES if we detect a real theme change, not
|
|
|
|
upon initial theme load. (#323876, Peter Lund)
|
|
|
|
|
2005-12-12 17:14:45 +00:00
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
|
|
|
|
the size-changed signal correctly. (#323848, Murray Cumming)
|
|
|
|
|
|
|
|
* gtk/gtkmarshalers.list: Add necessary marshaller.
|
|
|
|
|
2005-12-12 17:08:42 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
|
|
|
|
fall thru to the wrong window types. (#323843)
|
|
|
|
|
2005-12-12 15:48:43 +00:00
|
|
|
Make the gtk-color-scheme setting work.
|
|
|
|
|
|
|
|
* gtk/gtksettings.h:
|
|
|
|
* gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
|
|
|
|
that takes care of initializing the color hash if it is not
|
|
|
|
already there.
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get):
|
|
|
|
And use it here.
|
|
|
|
|
2005-12-11 04:25:52 +00:00
|
|
|
2005-12-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdk.c (gdk_parse_args): Warn if parsing fails,
|
|
|
|
not if it succeeds.
|
|
|
|
|
2005-12-09 16:05:55 +00:00
|
|
|
2005-12-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-09 16:25:56 +00:00
|
|
|
* gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
|
|
|
|
leak list[0]. (#323629, Markku Vire)
|
|
|
|
|
2005-12-09 16:05:55 +00:00
|
|
|
* gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
|
|
|
|
when freeing the RequestData. (#323577)
|
|
|
|
|
2005-12-07 18:00:20 +00:00
|
|
|
2005-12-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-07 19:50:39 +00:00
|
|
|
* demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
|
|
|
|
leak text.
|
|
|
|
|
2005-12-07 18:00:20 +00:00
|
|
|
* gtk/gtktoolbutton.c (clone_image_menu_size): Fix a
|
|
|
|
variable name clash. (#323475, Ross Burton)
|
|
|
|
|
2005-12-07 17:14:07 +00:00
|
|
|
2005-12-07 Ross Burton <ross@burtonini.com>
|
|
|
|
|
|
|
|
* docs/reference/gtk/tmpl/gtkenums.sgml:
|
|
|
|
* gtk/gtktoolbutton.c:
|
|
|
|
If the toolbar mode is ICONS and there is no icon set then show
|
|
|
|
the label, and vice versa (#322019)
|
|
|
|
|
2005-12-07 14:00:26 +00:00
|
|
|
2005-12-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-07 18:00:20 +00:00
|
|
|
* gtk/gtktoolbutton.c (clone_image_menu_size): Fix a
|
|
|
|
variable name clash. (#323475, Ross Burton)
|
|
|
|
|
2005-12-07 17:09:54 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
|
|
|
|
window when synthesizing the key event. (#323077,
|
|
|
|
Sadrul Habib Chowdhury)
|
|
|
|
|
|
|
|
(gtk_tree_view_search_key_press_event): Also listen for
|
|
|
|
GDK_ISO_Left_Tab. (#323077, Sadrul Habib Chowdhury)
|
|
|
|
|
2005-12-07 15:26:53 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
|
|
|
|
Only scroll if we have focus. (#316310, Paolo Borelli)
|
|
|
|
|
2005-12-07 14:00:26 +00:00
|
|
|
* gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
|
|
|
|
spotted by Crispin Flowerday.
|
|
|
|
|
2005-12-07 02:33:10 +00:00
|
|
|
2005-12-06 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (settings_update_font_options): Turn metrics
|
|
|
|
hinting on (part of #307196)
|
|
|
|
|
2005-12-06 16:44:31 +00:00
|
|
|
2005-12-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-06 21:21:44 +00:00
|
|
|
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
|
|
|
|
commit from reset, it upstets GtkTextView.
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
|
|
|
|
careful when turning blinking on and off.
|
|
|
|
(gtk_text_view_focus_out_event): Make the cursor really invisible
|
|
|
|
when the focus goes away. (#323087, Sadrul Habib Chowdhury)
|
|
|
|
(cursor_blinks): Check the gtk-cursor-blink setting first.
|
|
|
|
|
2005-12-06 18:03:50 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
|
|
|
|
issues with new_event and its window.
|
|
|
|
|
2005-12-06 17:33:46 +00:00
|
|
|
* gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
|
|
|
|
as a detach func. (#323386, Jorn Baayen)
|
|
|
|
|
2005-12-06 17:07:55 +00:00
|
|
|
* gtk/gtkcalendar.c: Avoid conflict with win32 headers in
|
|
|
|
the libdate routines. (#323045, Kazuki Iwamoto)
|
|
|
|
|
2005-12-06 16:44:31 +00:00
|
|
|
* gdk/gdk.c (gdk_parse_args):
|
|
|
|
* gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
|
|
|
|
from g_option_context_parse().
|
|
|
|
|
2005-12-06 10:40:09 +00:00
|
|
|
Tue Dec 6 11:37:59 2005 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gdk/gdkevents.c (gdk_event_new): fix missing hash table
|
|
|
|
initialization.
|
|
|
|
|
2005-12-06 09:34:27 +00:00
|
|
|
Tue Dec 6 10:32:17 2005 Tim Janik <timj@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
|
|
|
|
compiles again.
|
|
|
|
|
2005-12-06 03:11:43 +00:00
|
|
|
2005-12-05 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
|
|
|
|
modifiers", not "event->state && modifiers". Patch by Sadrul
|
|
|
|
Habib Chowdhury <imadil@gmail.com>. Fixes bug #323073.
|
|
|
|
|
2005-12-05 21:28:32 +00:00
|
|
|
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c:
|
|
|
|
* gtk/gtkuimanager.c:
|
|
|
|
* gtk/gtktreedatalist.c:
|
|
|
|
* gtk/gtktext.c:
|
|
|
|
* gtk/gtkmain.c:
|
|
|
|
* gtk/gtkitemfactory.c:
|
|
|
|
* gtk/gtkseparator.[hc]:
|
|
|
|
* gtk/gtkclist.[hc]:
|
|
|
|
* gtk/gtkctree.c:
|
|
|
|
* gtk/gtkgc.c: Use g_slice instead of mem chunks.
|
|
|
|
|
2005-12-05 21:06:57 +00:00
|
|
|
2005-12-05 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
|
|
|
|
"timeout-initial", "timeout-repeat", "color-scheme" and
|
2005-12-19 19:03:51 +00:00
|
|
|
"enable-animations" to X settings.
|
2005-12-05 21:06:57 +00:00
|
|
|
|
2005-12-05 15:49:55 +00:00
|
|
|
2005-12-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-12-05 20:51:18 +00:00
|
|
|
* gdk/gdkevents.c:
|
|
|
|
* gdk/gdkcolor.c: Use g_slice instead of mem chunks.
|
|
|
|
|
2005-12-05 20:12:33 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
|
|
|
|
after sending it to the search entry. (#323209, Crispin Flowerday)
|
|
|
|
|
2005-12-05 16:39:29 +00:00
|
|
|
* README.in: Add a note about GTK_FLOATING.
|
|
|
|
|
2005-12-05 15:49:55 +00:00
|
|
|
* gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
|
|
|
|
|
2005-12-02 20:57:45 +00:00
|
|
|
2005-12-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
|
|
|
|
a pixbuf. (#323024, Paolo Borelli)
|
|
|
|
|
2005-12-02 19:57:36 +00:00
|
|
|
2005-12-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
|
|
|
|
if mime_type is NULL. (#322998, Sadrul Habib Chowdhury)
|
|
|
|
|
2005-12-02 19:49:10 +00:00
|
|
|
2005-12-02 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c: applied modified patch from maemo-gtk which
|
|
|
|
adds a "horizontal-padding" style property. Fixes bug #323036.
|
|
|
|
|
2005-12-01 20:49:17 +00:00
|
|
|
2005-12-01 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Merged modified patch from maemo-gtk that allows to disable
|
|
|
|
toolbar animations. Addresses bug #142582.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added boolean property "gtk-enable-animations".
|
|
|
|
(patch from Christian Neumair)
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c: don't animate toolbar changes if the settings
|
|
|
|
property is FALSE. Replaced the individual "notify::foo"
|
|
|
|
connections to GtkSettings by a single "notify" callback and
|
|
|
|
dispatch internally.
|
|
|
|
|
2005-12-01 13:03:43 +00:00
|
|
|
2005-12-01 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
|
2006-03-20 19:17:59 +00:00
|
|
|
assignment of widget_class->motion_notify_event
|
2005-12-01 13:03:43 +00:00
|
|
|
|
2005-11-29 19:34:15 +00:00
|
|
|
2005-11-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-30 04:25:34 +00:00
|
|
|
* gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add
|
|
|
|
an active property. (#322673, Jorn Baayen)
|
|
|
|
|
2005-11-29 19:34:15 +00:00
|
|
|
Properly handle model changes in GtkTreeSelection: (#322569,
|
|
|
|
Milosz Derezynski)
|
|
|
|
|
|
|
|
* gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
|
|
|
|
Get a reference to the model, and stop the iteration if the model
|
|
|
|
of the treeview is changed on the way.
|
|
|
|
|
|
|
|
* gtk/gtktreeprivate.h:
|
|
|
|
* gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New
|
|
|
|
private function to emit the GtkTreeSelection::changed signal.
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_set_model): Call
|
|
|
|
_gtk_tree_selection_emit_changed() when the model changes.
|
|
|
|
|
2005-11-29 01:15:13 +00:00
|
|
|
2005-11-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes the critical warnings from bug #317999, thus fixing the bug
|
|
|
|
completely:
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
|
|
|
|
use _gtk_file_chooser_get_current_folder_path() instead of fetching the
|
|
|
|
impl->current_folder directly. The latter may be null if we are
|
|
|
|
in RELOAD_NONE state.
|
|
|
|
|
2005-11-28 22:25:03 +00:00
|
|
|
2005-11-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
|
|
|
|
current_folder to the pending select paths here; the path bar will
|
|
|
|
give it to us now.
|
|
|
|
(path_bar_clicked): Add the child_path to the pending select paths
|
|
|
|
here.
|
|
|
|
(show_and_select_paths): Don't filter out folders.
|
|
|
|
(show_and_select_paths): Don't take separate arguments for
|
|
|
|
only_one_path and multiple paths.
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_folder_switch_and_filters):
|
|
|
|
New test about preserving the filters when we change folders.
|
|
|
|
|
2005-11-28 15:32:44 +00:00
|
|
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-28 16:00:26 +00:00
|
|
|
* gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
|
|
|
|
-20 to come out as 20- in RTL locales. (#322571, Tze'ela Hebron)
|
|
|
|
|
2005-11-28 15:42:00 +00:00
|
|
|
* gtk/gtkaction.c (gtk_action_sync_button_stock_id)
|
|
|
|
(connect_proxy): Buttons use the label property for stock ids. (#322565,
|
|
|
|
Milosz Derezynski)
|
|
|
|
|
2005-11-28 15:32:44 +00:00
|
|
|
* gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
|
|
|
|
handle the cell list and indices into it. (#321856)
|
|
|
|
|
2005-11-28 14:17:06 +00:00
|
|
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
|
|
|
|
the timeout is done. (#322291, Jean-Yves Lefort)
|
|
|
|
|
2005-11-28 14:03:20 +00:00
|
|
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
|
|
|
|
F2 work for renaming bookmarks. (#320822, Jaap A. Haitsma, patch
|
|
|
|
by Paolo Borelli)
|
|
|
|
|
2005-11-28 01:51:08 +00:00
|
|
|
2005-11-28 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2005-11-28 08:40:56 +00:00
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
|
|
|
|
Implement the conditional use of FlashWindowEx() properly for MSVC
|
|
|
|
compilations. The code was confusingly assuming that if compiled
|
|
|
|
with a "new" compiler, it will only be run on "new" Windows
|
|
|
|
versions. We want it to run on "old" versions, too, even if
|
|
|
|
compiled with a "new" compiler. There are two orthogonal issues:
|
|
|
|
whether the compiler defines the necessary API in its headers, and
|
|
|
|
whether it is present at run-time. (#318077)
|
|
|
|
|
2005-11-28 01:51:08 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
|
|
|
|
Windows to get the localized weekday and month names. strftime()
|
|
|
|
in the Microsoft C library returns strings in the default codepage
|
|
|
|
for the locale of the process, not the system codepage. Thus
|
|
|
|
g_locale_to_utf8() isn't useable on the return value from
|
|
|
|
strftime(). (#322603)
|
|
|
|
|
2005-11-27 20:23:46 +00:00
|
|
|
2005-11-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-27 20:48:41 +00:00
|
|
|
* gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup):
|
|
|
|
Fix an example. (#322493, Elie De Brauwer)
|
|
|
|
|
2005-11-27 20:36:15 +00:00
|
|
|
Fix two memory handling problems in GtkTreeView: (#322350,
|
|
|
|
Søren Sandmann)
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_destroy)
|
|
|
|
(gtk_tree_view_set_model): Remove all references to nodes in
|
|
|
|
the old model.
|
|
|
|
(gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
|
|
|
|
before removing the children.
|
|
|
|
|
2005-11-27 20:23:46 +00:00
|
|
|
* gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a
|
|
|
|
PangoLayout here. (#322505, Paolo Borelli)
|
|
|
|
|
2005-11-27 00:20:55 +00:00
|
|
|
2005-11-27 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2005-11-27 02:58:09 +00:00
|
|
|
Once again rework Win32 window decoration code. Doesn't break
|
|
|
|
#104514. The dialogs in gtk-demo now have the same decorations and
|
|
|
|
behaviour as on X11. Tried to fix #322516 but it seems very hard
|
|
|
|
to make the trivial sample program there behave as expected. OTOH,
|
|
|
|
simply moving the gtk_window_decorate() call in the #322516 sample
|
|
|
|
program after the call to gtk_widget_show() helps...
|
|
|
|
|
2005-11-27 00:20:55 +00:00
|
|
|
* gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
|
2005-11-27 02:58:09 +00:00
|
|
|
the correct semantics. Each call to gdk_window_set_decorations()
|
|
|
|
which calls this function is supposed to affect all decorations.
|
|
|
|
|
|
|
|
(decorate_based_on_hints): New function, looks at both geometry
|
|
|
|
hints and type hint and sets window decorations based on
|
|
|
|
that. Consolidate code from gdk_window_set_geometry_hints() and
|
|
|
|
gdk_window_set_type_hint() here.
|
|
|
|
|
|
|
|
(gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
|
|
|
|
decorate_based_on_hints().
|
2005-11-27 00:20:55 +00:00
|
|
|
|
2005-11-25 23:47:46 +00:00
|
|
|
2005-11-25 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
|
|
|
|
Includes improved menu icon spacing, [+]/[-] expander drawing,
|
|
|
|
status-bar gippie drawing, and notebook tab drawing.
|
|
|
|
|
2005-11-24 16:51:22 +00:00
|
|
|
2005-11-24 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
|
|
|
|
that used to hold signal handler IDs to two guint of padding.
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
|
|
|
|
gulong here.
|
|
|
|
|
|
|
|
(gtk_toolbar_screen_changed): changed accordingly.
|
|
|
|
|
2005-11-23 18:06:58 +00:00
|
|
|
Wed Nov 23 18:55:47 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
|
|
|
|
in terms of the GObject floating/sink API.
|
|
|
|
|
|
|
|
* gtk/gtkaboutdialog.c:
|
|
|
|
* gtk/gtkaction.c:
|
|
|
|
* gtk/gtkcellview.c:
|
|
|
|
* gtk/gtkclist.c:
|
|
|
|
* gtk/gtkcolorsel.c:
|
|
|
|
* gtk/gtkcombobox.c:
|
|
|
|
* gtk/gtkfilechooserdefault.c:
|
|
|
|
* gtk/gtkiconview.c:
|
|
|
|
* gtk/gtkinvisible.c:
|
|
|
|
* gtk/gtkitemfactory.c:
|
|
|
|
* gtk/gtklayout.c:
|
|
|
|
* gtk/gtkmenu.c:
|
|
|
|
* gtk/gtkmenutoolbutton.c:
|
|
|
|
* gtk/gtknotebook.c:
|
|
|
|
* gtk/gtkprogress.c:
|
|
|
|
* gtk/gtkrange.c:
|
|
|
|
* gtk/gtkspinbutton.c:
|
|
|
|
* gtk/gtkstatusicon.c:
|
|
|
|
* gtk/gtktext.c:
|
|
|
|
* gtk/gtktextview.c:
|
|
|
|
* gtk/gtktoolbar.c:
|
|
|
|
* gtk/gtktoolbutton.c:
|
|
|
|
* gtk/gtktoolitem.c:
|
|
|
|
* gtk/gtktreeitem.c:
|
|
|
|
* gtk/gtktreeview.c:
|
|
|
|
* gtk/gtktreeviewcolumn.c:
|
|
|
|
* gtk/gtkuimanager.c:
|
|
|
|
* gtk/gtkviewport.c:
|
|
|
|
* gtk/gtkwidget.c:
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
ported to use GObject's g_object_ref_sink().
|
|
|
|
|
|
|
|
* gtk/gtkcolorsel.c:
|
|
|
|
* gtk/gtkfilechooserdefault.c:
|
|
|
|
* gtk/gtkaboutdialog.c:
|
|
|
|
fixed compiler warnings.
|
|
|
|
|
2005-11-23 17:11:36 +00:00
|
|
|
2005-11-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Add some docs
|
|
|
|
about gtk-color-scheme.
|
|
|
|
|
2005-11-23 16:51:23 +00:00
|
|
|
2005-11-23 Behdad Esfahbod <behdad@gnome.org>
|
|
|
|
|
|
|
|
* configure.in (enable_explicit_deps): Fix typo when checking
|
|
|
|
libtool config deplibs_check_method. Moreover, enable explicit
|
|
|
|
deps if we get anything other than pass_all from libtool. (part of
|
|
|
|
#318750)
|
|
|
|
|
2005-11-23 14:35:05 +00:00
|
|
|
2005-11-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-23 15:09:47 +00:00
|
|
|
* gtk/updateiconcache.c (write_csource): Don't create a big
|
|
|
|
string, since Visual C++ doesn't like strings longer than 64k.
|
|
|
|
(#322238, Kazuki IWAMOTO
|
|
|
|
|
2005-11-23 14:35:05 +00:00
|
|
|
* gtk/gtkentry.c: Include gtkimcontextsimple.h (#322235,
|
|
|
|
Kazuki IWAMOTO)
|
|
|
|
|
2005-11-23 14:23:26 +00:00
|
|
|
2005-11-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
|
|
|
|
windows on other screens (correctly remove all temporary
|
|
|
|
references).
|
|
|
|
|
2005-11-23 10:33:58 +00:00
|
|
|
2005-11-23 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Added symbolic themable colors. Patch is a merged version of
|
|
|
|
proposals from Matthias and maemo-gtk. Fixes bug #114355.
|
|
|
|
|
|
|
|
* configure.in: require glib >= 2.9.1 for refcountable hashtables.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added property "color-scheme" which is a
|
|
|
|
string defining colors like "foreground:black\nbackground:grey".
|
|
|
|
Automatically provide a name->GdkColor hash table mapping for the
|
|
|
|
color scheme.
|
|
|
|
|
|
|
|
* gtk/gtkrc.[ch]: added list of color hashes that works like the
|
|
|
|
list of icon factories. Append the color scheme hash from
|
|
|
|
GtkSettings if it exists. Extended gtkrc syntax to allow defining
|
|
|
|
and referencing of logical colors. Also allow to modulate colors
|
|
|
|
in gtkrc by using arbitrary expressions of mix(), shade(),
|
|
|
|
lighter() and darker(). Added internal function
|
|
|
|
_gtk_rc_style_get_color_hashes().
|
|
|
|
|
|
|
|
* gtk/gtkstyle.[ch]: keep a private list of color hashes around.
|
|
|
|
Get the list from _gtk_rc_style_get_color_hashes(). Export
|
|
|
|
internal function _gtk_style_shade() (used by above color
|
|
|
|
expressions). Added public API gtk_style_lookup_color() which
|
|
|
|
looks up a logical color by name.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: add gtk_style_lookup_color
|
|
|
|
|
|
|
|
* tests/testgtkrc: use symbolic colors for making
|
|
|
|
the scrollbars red.
|
|
|
|
|
2005-11-22 12:40:15 +00:00
|
|
|
2005-11-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Made button-press timeouts which work like key repeat timeouts
|
|
|
|
configurable. Addresses bug #142582:
|
|
|
|
|
|
|
|
* gtk/gtksettings.c: added properties "gtk-timeout-initial" and
|
|
|
|
"gtk-timeout-repeat" which defalt to 200/20 (ms).
|
|
|
|
|
|
|
|
Use the values from GtkSettings instead of hardcoding them
|
|
|
|
(the repeat value is either taken as-is for fast repeat or
|
|
|
|
multiplied by 5 for slow repeat). Changed all places to use these
|
|
|
|
two standard initial/repeat timings:
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (unchanged 200/20)
|
|
|
|
* gtk/gtknotebook.c (unchanged 200/100)
|
|
|
|
* gtk/gtkpathbar.c (changed from 300/150 to 200/100)
|
|
|
|
* gtk/gtkrange.c (changed from 250/100 to 200/100)
|
|
|
|
* gtk/gtkspinbutton.c (unchanged 200/20)
|
|
|
|
|
2005-11-22 10:01:03 +00:00
|
|
|
2005-11-21 Anders Carlsson <andersca@imendio.com>
|
|
|
|
|
|
|
|
* configure.in:
|
|
|
|
* gtk/Makefile.am:
|
|
|
|
* gdk/Makefile.am:
|
|
|
|
* gdk/quartz/*:
|
|
|
|
Add quartz backend.
|
|
|
|
|
|
|
|
* docs/tools/Makefile.am:
|
|
|
|
Only build docshooter when the X11 backend is used.
|
|
|
|
|
|
|
|
* gtk/gtkplug-stub.c:
|
|
|
|
Include gtkplug.h here.
|
|
|
|
|
|
|
|
* gtk/gtksocket-stub.c:
|
|
|
|
Include gtksocket.h here.
|
|
|
|
|
2005-11-21 14:34:52 +00:00
|
|
|
2005-11-21 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-23 14:35:05 +00:00
|
|
|
* gtk/gtkinputdialog.c: Convert GtkInputDialog to
|
|
|
|
g_type_class_add_private.
|
|
|
|
|
2005-11-21 16:24:59 +00:00
|
|
|
* gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
|
|
|
|
|
2005-11-21 16:15:11 +00:00
|
|
|
* gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
|
|
|
|
|
2005-11-21 16:01:56 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkcombobox.[hc]: Add a tearoff-title property,
|
|
|
|
with getter and setter. (#316482, Olexiy Avramchenko)
|
|
|
|
|
|
|
|
* tests/testcombo.c (main): Test gtk_combo_box_set_title
|
|
|
|
|
2005-11-21 15:00:57 +00:00
|
|
|
* gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
|
|
|
|
pointed out by Michael Natterer.
|
|
|
|
|
2005-11-21 14:34:52 +00:00
|
|
|
Fix for bug #321542, Benedikt Meurer:
|
|
|
|
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
|
|
|
|
Emit notify::active.
|
|
|
|
|
|
|
|
(gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
|
|
|
|
g_signal_emit, not g_signal_emit_by_name.
|
|
|
|
|
2005-11-19 03:46:04 +00:00
|
|
|
2005-11-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Fix crashes in connection with pathbar scrolling (#321560,
|
|
|
|
Bogdan Nicula)
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons):
|
|
|
|
Stop scrolling when desensitising slider buttons.
|
|
|
|
(gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press):
|
|
|
|
And use it here.
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
|
|
|
|
scrolling_down flag.
|
|
|
|
|
2005-11-18 19:13:11 +00:00
|
|
|
2005-11-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-18 19:56:52 +00:00
|
|
|
* gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
|
|
|
|
(#321777, Jens Granseuer)
|
|
|
|
|
2005-11-18 19:47:57 +00:00
|
|
|
* gtk/gtkaction.c (disconnect_proxy): Disconnect the
|
|
|
|
sync callback for the visibility property. (#321761,
|
|
|
|
Philip Langdale)
|
|
|
|
|
2005-11-18 19:13:11 +00:00
|
|
|
Turn off input methods in invisible entries, since
|
|
|
|
they are confusing. (#317002, James Su)
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
|
|
|
|
methods if visibility changes.
|
|
|
|
(popup_targets_received): Don't show the input method
|
|
|
|
menu if the entry is invisible.
|
|
|
|
|
2005-11-17 14:57:24 +00:00
|
|
|
2005-11-17 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-17 15:04:21 +00:00
|
|
|
* README.in: Add a note about range arrow sensitivity.
|
|
|
|
|
2005-11-17 14:57:24 +00:00
|
|
|
* perf/treeview.c: const correctness fixes
|
|
|
|
found by Arjan van de Ven and gcc.
|
|
|
|
|
2005-11-16 14:40:41 +00:00
|
|
|
2005-11-16 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkimage.c (animation_timeout): call
|
|
|
|
gtk_window_process_updates() so the animation keeps running even
|
|
|
|
if the main loop is busy with sources that eat a lot of cpu with
|
|
|
|
high priority. Fixes bug #321444.
|
|
|
|
|
|
|
|
(gtk_image_new_from_animation): document the fact that the
|
|
|
|
animation will stop running if the main loop is busy with sources
|
|
|
|
that have priorities higher than G_PRIORITY_DEFAULT.
|
|
|
|
|
|
|
|
* tests/testimage.c: added test case that shows an animation even
|
|
|
|
though a cpu-eating idle function is running.
|
|
|
|
|
2005-11-16 12:36:22 +00:00
|
|
|
2005-11-16 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
|
|
|
|
function which destroys the display's event source. Also removes
|
|
|
|
the source from the global display_sources list and unrefs it.
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h: declare the function.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
|
|
|
|
instead of half-destroying the source here.
|
|
|
|
|
2005-11-15 15:38:53 +00:00
|
|
|
2005-11-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
|
|
|
|
leak. (#321032, Peter Zelezny)
|
|
|
|
|
2005-11-15 14:42:48 +00:00
|
|
|
2005-11-15 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
|
|
|
|
display->xid_ht as late as possible (right before XCloseDisplay)
|
|
|
|
because it still needs to be around when the display's screens are
|
|
|
|
finalized. (#85715)
|
|
|
|
|
2005-11-15 05:11:24 +00:00
|
|
|
2005-11-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
|
|
|
|
leak result. (#321441, Tommi Komulainen)
|
|
|
|
|
2005-11-14 18:49:41 +00:00
|
|
|
2005-11-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
|
|
|
|
Don't crash if there is no builtin icon.
|
|
|
|
|
2005-11-14 11:28:33 +00:00
|
|
|
2005-11-14 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
|
|
|
|
removed redundant calls to g_object_notify().
|
|
|
|
|
2005-11-14 04:25:25 +00:00
|
|
|
2005-11-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-14 04:34:43 +00:00
|
|
|
* gdk/gdkcolor.c (gdk_color_parse): Documentation
|
|
|
|
improvements. (#321338)
|
|
|
|
|
2005-11-14 04:25:25 +00:00
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
|
|
|
|
limit an inclusive boundary. (#321299)
|
|
|
|
|
2005-11-12 20:08:12 +00:00
|
|
|
2005-11-12 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
|
|
|
|
rebuilt if needed.
|
|
|
|
|
2005-11-12 14:20:51 +00:00
|
|
|
2005-11-12 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32
|
|
|
|
theme's handling of toolbars, handleboxes, and menubars more in-line
|
|
|
|
with Microsoft's IE style.
|
|
|
|
* modules/engines/ms-windows/*.c: Indentation cleanups
|
|
|
|
|
2005-11-12 06:59:49 +00:00
|
|
|
2005-11-12 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Make builtin icons work in gtk_window_set_icon_name()
|
|
|
|
(#321046, Maxim Udushlivy)
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (insert_theme): Always insert the default
|
|
|
|
theme.
|
|
|
|
(ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
|
|
|
|
from here.
|
|
|
|
(theme_lookup_icon, find_builtin_icon): ...and not from here.
|
|
|
|
(gtk_icon_theme_lookup_icon): Remove an unncessary assert.
|
|
|
|
(gtk_icon_theme_get_icon_sizes): Also check builtin icons.
|
|
|
|
|
2005-11-12 01:12:08 +00:00
|
|
|
2005-11-12 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
|
|
|
|
dotfiles, no such convention on Win32. Just hide files with the
|
|
|
|
hidden attribute. (#314627)
|
|
|
|
|
2005-11-11 22:29:09 +00:00
|
|
|
2005-11-11 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
|
|
|
|
check whether the path is a folder. It is useful to bookmark
|
|
|
|
files as well (e.g. todo.txt), and this will also help
|
|
|
|
performance.
|
|
|
|
(shortcuts_add_bookmark_from_path): Likewise.
|
|
|
|
(shortcuts_activate_iter): Change folders or select files, as
|
|
|
|
appropriate.
|
|
|
|
|
2005-11-11 19:29:44 +00:00
|
|
|
2005-11-11 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
2005-11-11 19:35:35 +00:00
|
|
|
* tests/autotestfilechooser.c (main): Use
|
|
|
|
g_log_set_default_handler() instead of explicitly setting a
|
|
|
|
handler for each domain.
|
|
|
|
|
2005-11-11 19:29:44 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
|
|
|
|
the base path of the volume if it is mounted.
|
|
|
|
|
2005-11-11 12:48:29 +00:00
|
|
|
2005-11-11 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Added per-stepper API for GtkRange's stepper sensitivity as
|
|
|
|
discussed in bug #321056:
|
|
|
|
|
|
|
|
* gtk/gtkenums.h: added GtkSensitivityType which can be
|
|
|
|
{ AUTO, ON, OFF }.
|
|
|
|
|
|
|
|
* gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
|
|
|
|
and "upper-stepper-sensitivity" and public getters/setters for
|
|
|
|
them. Changed stepper drawing to honor the new properties.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: added the new symbols.
|
|
|
|
|
2005-11-10 14:18:45 +00:00
|
|
|
2005-11-10 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-10 21:17:19 +00:00
|
|
|
* gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
|
|
|
|
emit them when the popup is shown or hidden. (#162531, Tommi
|
|
|
|
Komulainen)
|
|
|
|
|
|
|
|
* tests/testcombo.c: Add an example of popuplating a combobox
|
|
|
|
on click.
|
|
|
|
|
2005-11-10 17:57:14 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
|
|
|
|
erroneous semicolon.
|
|
|
|
|
2005-11-10 17:42:48 +00:00
|
|
|
* gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
|
|
|
|
semicolon.
|
|
|
|
|
2005-11-10 17:38:09 +00:00
|
|
|
Don't corrupt odd keymaps (#316638, Kean Johnston)
|
|
|
|
|
|
|
|
* gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
|
|
|
|
handle frobbing keymaps with odd numbers of syms/code.
|
|
|
|
|
|
|
|
* gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to
|
|
|
|
frob the keymap.
|
|
|
|
|
2005-11-10 15:17:40 +00:00
|
|
|
Improve navigation to parent folders. (#318444, Andrei Yurkevich)
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.[hc]: Add a child_path argument to
|
|
|
|
the path_clicked signal.
|
|
|
|
* gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
|
|
|
|
child_path, if it is provided.
|
|
|
|
* gtk/marshalers.list (path_bar_clicked): Add the necessary
|
|
|
|
glue.
|
|
|
|
|
2005-11-10 14:33:51 +00:00
|
|
|
* gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
|
|
|
|
Kjartan Maraas)
|
|
|
|
|
2005-11-10 14:18:45 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtktreeview.h:
|
|
|
|
* gtk/gtktreeview.c: Implement a getter for headers-clickable.
|
|
|
|
(#163851, Richard Hult)
|
|
|
|
|
2005-11-10 12:09:42 +00:00
|
|
|
2005-11-10 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Applied patch from maemo-gtk that addresses many issues wrt
|
|
|
|
display migration and display closing (bug #85715).
|
|
|
|
|
|
|
|
* gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
|
|
|
|
default display to NULL when it's closed. Instead set the most
|
|
|
|
recently opened display as new default (if one exists).
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (on_renderer_display_closed): fixed signature
|
|
|
|
of this callback.
|
|
|
|
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
|
|
|
|
exist before unrefing them.
|
|
|
|
|
|
|
|
* gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
|
|
|
|
is closed, allow destruction of the root window.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
|
|
|
|
dispose(), free stuff that was leaked before.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
|
|
|
|
the xsettings_client still exists before destroying it.
|
|
|
|
|
|
|
|
* gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
|
|
|
|
X resources.
|
|
|
|
|
|
|
|
* gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
|
|
|
|
dispose() implementation.
|
|
|
|
|
|
|
|
* gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
|
|
|
|
dispose() and check if it still exists before unrefing it. Set
|
|
|
|
their pointers to NULL/None *after* upchaining in dispose(),
|
|
|
|
because X11 implementations of members of the parent class still
|
|
|
|
need them for their own destruction.
|
|
|
|
|
|
|
|
* gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
|
|
|
|
was g_error()ing when finalizing a visual.
|
|
|
|
|
|
|
|
* gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
|
|
|
|
get_clipboard_widget() because it would create the widget if it
|
|
|
|
doesn't exist. Use g_object_get_data() directly instead.
|
|
|
|
|
|
|
|
* gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
|
|
|
|
of this callback.
|
|
|
|
|
2005-11-10 00:35:31 +00:00
|
|
|
2005-11-10 Simos Xenitellis <simos@gnome.org>
|
|
|
|
|
|
|
|
* configure.in: Added Tatar (tt) to ALL_LINGUAS.
|
|
|
|
|
2005-11-09 15:32:51 +00:00
|
|
|
Wed Nov 9 16:29:42 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
|
|
|
|
to render its arrows insensitive when the adjustment is in
|
|
|
|
its min or max position. this makes range arrow behaviour
|
|
|
|
consistent with spin button behaviour. (#321056)
|
|
|
|
|
2005-11-09 13:10:27 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/gdkinternals.h
|
|
|
|
* gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
|
|
|
|
the GdkDebugFlag enum.
|
|
|
|
|
|
|
|
* gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
|
|
|
|
this file instead of MISC. Now asking for MISC will give mainly
|
|
|
|
window manipulation debugging output with the Win32 backend.
|
|
|
|
|
2005-11-09 12:35:56 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
|
|
|
|
|
|
|
|
(_gdk_win32_get_adjusted_client_rect): Remove this two-line
|
|
|
|
function which was used only in one place.
|
|
|
|
|
|
|
|
(get_outer_rect): Use _gdk_win32_adjust_client_rect().
|
|
|
|
|
|
|
|
(gdk_window_set_geometry_hints): If we have identical minimum and
|
|
|
|
maximum size hints, remove the resize and maximize
|
|
|
|
decorations/functions. (#104514)
|
|
|
|
|
|
|
|
If we have a maximum size hint, remove the maximize
|
|
|
|
decoration/function but ensure the resize decoration/function is
|
|
|
|
available. Otherwise ensure both resize and maximize
|
|
|
|
decorations/functions are there.
|
|
|
|
|
|
|
|
(set_or_clear_style_bits): Factored out common code from
|
|
|
|
gdk_window_set_decorations() and gdk_window_set_functions().
|
|
|
|
|
|
|
|
Hack the window style setting once more: Only touch the window
|
|
|
|
style bits corresponding to the GdkWMDecoration or GdkWMFunction
|
|
|
|
parameter bitmasks. Hopefully this finally is the correct thing to
|
|
|
|
do. We used to clear all other bits than those that were being
|
|
|
|
set, or set all other bits than those that were being cleared.
|
|
|
|
|
|
|
|
Take into account that adding or removing decorations leaves the
|
|
|
|
window's outer size unchanged, i.e., the client area's size and
|
|
|
|
position change. This is apparently not what we want, so change
|
|
|
|
also the window's (outer) position and size appropriately so that
|
|
|
|
the client area's position and size stay constant.
|
|
|
|
|
|
|
|
gtk-demo's color selector dialog is now non-resizable like on X11
|
|
|
|
(I tested with metacity in GNOME). Torn off menus are shrinkable
|
|
|
|
vertically but have a maximum size, and are not maximizable or
|
|
|
|
minimizable, like on X11.
|
|
|
|
|
|
|
|
(gdk_window_set_decorations, gdk_window_set_functions): Let
|
|
|
|
set_or_clear_decorations() do most of the job.
|
|
|
|
|
|
|
|
* gdk/win32/gdkprivate-win32.h: Remove declaration of
|
|
|
|
_gdk_win32_get_adjusted_client_rect().
|
|
|
|
|
2005-11-09 02:13:35 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
|
|
|
|
gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
|
|
|
|
type hint. Implement gdk_window_get_type_hint() by just returning
|
|
|
|
the hint stored.
|
|
|
|
|
2005-11-08 22:27:47 +00:00
|
|
|
2005-11-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
|
|
|
|
Remove code that has been permanently ifdeffed out for two years.
|
|
|
|
|
2005-11-08 18:26:37 +00:00
|
|
|
2005-11-08 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-08 21:46:34 +00:00
|
|
|
* gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
|
|
|
|
finalizing a gc. (#320789, Nickolay V. Shmyrev)
|
|
|
|
|
2005-11-08 18:26:37 +00:00
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
|
|
|
|
icons if they would make the request large enough to cause
|
|
|
|
Xlib to loose the connection. (#320909, Claudio Saavedra)
|
|
|
|
|
2005-11-08 14:45:32 +00:00
|
|
|
2005-11-08 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gdk/gdk.symbols
|
|
|
|
* gdk/gdkwindow.h
|
|
|
|
* gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
|
|
|
|
extracted from maemo-gtk). Fixes bug #320872.
|
|
|
|
|
2005-11-07 15:57:19 +00:00
|
|
|
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-07 20:31:10 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
|
|
|
|
looks the bookmark label when reordering. (#320720, Jeremy Cook)
|
|
|
|
|
2005-11-07 20:10:04 +00:00
|
|
|
* gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
|
|
|
|
Don't grab focus when a slider button is pressed, instead, use
|
|
|
|
a bit in the pathbar struct to determine whether to scroll up
|
|
|
|
or down. (#314486, Carlos Garnacho)
|
|
|
|
|
2005-11-07 17:28:37 +00:00
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup):
|
|
|
|
Don't popup the completions if the focus has already been
|
|
|
|
moved somewhere else. (#319914, Christian Persch)
|
|
|
|
|
2005-11-07 16:31:48 +00:00
|
|
|
* gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured):
|
|
|
|
Raise the drag_window after reconfiguring the
|
|
|
|
toolbar. (#320803, Christian Persch)
|
|
|
|
|
2005-11-07 15:57:19 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkfilechooserbutton.h:
|
|
|
|
* gtk/gtkfilechooserbutton.c: Add a focus-on-click property
|
|
|
|
with setter and getter. (#318945, Christian Persch)
|
|
|
|
|
2005-11-07 15:17:13 +00:00
|
|
|
Mon Nov 7 16:15:16 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
|
|
|
|
|
2005-11-07 14:30:35 +00:00
|
|
|
2005-11-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Adjust to the stock icon changes.
|
|
|
|
|
2005-11-07 08:16:29 +00:00
|
|
|
2005-11-07 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
|
|
|
|
Correct the calculation of maskstride. (#320152, Peter Zelezny)
|
|
|
|
|
2005-11-06 22:40:30 +00:00
|
|
|
2005-11-06 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/Makefile.am (icons): fixed rule to actually create the
|
|
|
|
symlinks, erroring out if anything goes wrong.
|
|
|
|
|
2005-11-06 06:27:01 +00:00
|
|
|
2005-11-06 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c (build_cache): Can't rename a file if the
|
|
|
|
target exists on Win32. First rename the target temporarily, then
|
|
|
|
if the renaming of the source to target fails, restore the
|
|
|
|
original name for the target.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
|
|
|
|
|
2005-11-06 05:36:49 +00:00
|
|
|
2005-11-06 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
(pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
|
|
|
|
like pixbuf_to_hbitmaps_normal().
|
|
|
|
(_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
|
|
|
|
G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
|
|
|
|
setting the G_WIN32_PRETEND_WIN9X environment variable.
|
|
|
|
|
|
|
|
2005-11-06 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
Make icon masks work on Win98 (#320152, Peter Zelezny)
|
|
|
|
|
|
|
|
* gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
|
|
|
|
parameter for the depth of the bitmap, so that this function can
|
|
|
|
be used to create 1-bit bitmaps, too.
|
|
|
|
(pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
|
|
|
|
and initialize it properly.
|
|
|
|
|
2005-11-04 15:43:40 +00:00
|
|
|
2005-11-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Store builtin stock icons in an icon cache, instead of
|
|
|
|
populating a hash table with pixbufs at startup, to save both
|
|
|
|
memory and startup time.
|
|
|
|
|
|
|
|
* gtk/stock-icons/*: Reorganize the icons in a directory structure
|
|
|
|
suitable for gtk-update-icon-cache, and rename them to match the
|
|
|
|
stock ids.
|
|
|
|
|
|
|
|
* gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
|
|
|
|
add _gtk_icon_cache_has_icon_in_directory().
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Support a --source <VARIABLE> argument
|
|
|
|
to store the contents of the icon cache in a C header.
|
|
|
|
|
|
|
|
* gtk/gtkbuiltincache.h: Generated private header which contains
|
|
|
|
the icon cache for the builtin icons.
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
|
|
|
|
icons, and use that in addition to the hash table whenever
|
|
|
|
builtin icons are searched.
|
|
|
|
|
|
|
|
* gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
|
|
|
|
use it for static stock ids.
|
|
|
|
(get_default_icons): Don't add the builtin
|
|
|
|
icons to the icon theme, just register the stock ids.
|
|
|
|
(render_fallback_image): Take the fallback image out of the
|
|
|
|
builtin icon cache.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Remove stock-icons from SUBDIRS and add
|
|
|
|
the necessary machinery to rebuild gtkbuiltincache.h.
|
|
|
|
|
2005-11-04 12:24:36 +00:00
|
|
|
2005-11-04 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
|
|
|
|
from maemo-gtk that changes the mtime check for rc files from
|
|
|
|
'>' to '!=', otherwise theme changes go unnoticed when turning
|
|
|
|
back the clock (Tommi Komulainen).
|
|
|
|
|
2005-11-04 00:37:31 +00:00
|
|
|
2005-11-04 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
|
|
|
|
leak on Win32.
|
|
|
|
|
2005-11-03 12:09:49 +00:00
|
|
|
2005-11-03 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
2005-11-03 13:44:37 +00:00
|
|
|
* gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
|
|
|
|
the Win32 backend, check that GdkDisplay* parameters are equal to
|
|
|
|
_gdk_display instead of using the unnecessarily general
|
|
|
|
GDK_IS_DISPLAY().
|
|
|
|
|
|
|
|
(pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
|
|
|
|
color bitmap to have "color" in their name, for similarity with
|
|
|
|
pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
|
|
|
|
too, instead of creating a b&w bitmap with CreateBitmap(). Set up
|
|
|
|
the mask bitmap's contents, ones for those pixels in the color
|
|
|
|
bitmap where the alpha is zero, zero for other pixels. We used to
|
2005-11-03 13:56:13 +00:00
|
|
|
use an uninitialized mask bitmap! This meant that icons and
|
|
|
|
cursors created presumably worked more or less by accident.
|
|
|
|
Totally blank icons with zero alpha everywhere (as used by
|
|
|
|
gtktrayicon.c) definitely did not work as expected.
|
2005-11-03 13:29:30 +00:00
|
|
|
|
2005-11-03 13:17:01 +00:00
|
|
|
* gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.c: Implement for Win32. Use code from
|
|
|
|
gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
|
|
|
|
necessary and can be removed from CVS. It has never been mentioned
|
|
|
|
in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
|
|
|
|
are used on Win32. One label widget is used (but never shown) as
|
|
|
|
gtk_widget_render_icon() needs a widget.
|
|
|
|
|
|
|
|
Ifdefs used as necessary in several places. It might be cleaner to
|
|
|
|
split out the backend-specific parts to separate files, or at
|
|
|
|
least collect them into separate blocks in the file.
|
|
|
|
|
|
|
|
(wndproc): New function. Window procedure to monitor mouse events
|
|
|
|
in the system tray icon. Call gtk_status_icon_button_press() as
|
|
|
|
needed.
|
|
|
|
(create_tray_observer): New function. Creates a hidden window that
|
|
|
|
only serves as a tray icon message observer.
|
|
|
|
|
2005-11-03 12:09:49 +00:00
|
|
|
* tests/teststatusicon.c (icon_activated): Position the dialog
|
|
|
|
with GTK_WIN_POS_CENTER.
|
|
|
|
(do_quit): New function, hide and unref the GtkStatusIcon, and
|
|
|
|
call gtk_main_quit().
|
|
|
|
(popup_menu): Add a Quit menu item that calls do_quit().
|
|
|
|
|
2005-11-02 13:33:27 +00:00
|
|
|
2005-11-02 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkcolor-win32.c
|
|
|
|
* gdk/win32/gdkscreen-win32.c
|
|
|
|
* gdk/win32/gdkwindow-win32.c: Whitespace consistency
|
|
|
|
fixes. Remove superfluous test for GdkWindow* parameters being
|
|
|
|
non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
|
|
|
|
GdkScreen and one GdkDisplay in the Win32 backend, use those
|
|
|
|
variables instead of the getter functions. For GdkDisplay* and
|
|
|
|
GdkScreen* parameters, check that they are equal to the
|
|
|
|
corresponding singleton variables instead of the more general
|
|
|
|
GDK_IS_DISPLAY() or GDK_IS_SCREEN().
|
|
|
|
|
2005-11-02 05:08:31 +00:00
|
|
|
2005-11-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-11-02 06:26:07 +00:00
|
|
|
* gtk/gtktextview.c: Remove some g_return_if_fail() from
|
|
|
|
static functions, replace some others by g_assert().
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (selection_motion_event_handler)
|
|
|
|
(gtk_text_view_start_selection_drag): Keep track of the original
|
|
|
|
selection boundaries during a drag selection, in order to correctly
|
|
|
|
decide when to extend or shrink the selection. (#320167,
|
|
|
|
reported by Arvind S N, patch by Paolo Borelli)
|
|
|
|
|
2005-11-02 05:08:31 +00:00
|
|
|
* gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets):
|
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
|
|
|
|
manual offset calculations by g_utf8_offset_to_pointer().
|
|
|
|
(#320360, Paolo Borelli)
|
|
|
|
|
2005-11-01 18:10:51 +00:00
|
|
|
Tue Nov 1 16:18:24 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free
|
|
|
|
nodes via the g_slice_*() API.
|
|
|
|
_gtk_rbtree_new(): fixed wrong node allocation via g_new().
|
|
|
|
|
2005-11-01 09:26:59 +00:00
|
|
|
2005-11-01 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
gdk/win32/gdkprivate-win32.h gdk/win32/gdkglobals-win32.c Add more
2005-11-01 Tor Lillqvist <tml@novell.com>
* gdk/win32/gdkprivate-win32.h
* gdk/win32/gdkglobals-win32.c
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
pre-interned GdkAtoms and pre-registered clipboard formats. Sort
their declarations, definitions and assignments into a more
logical and consistent order.
* gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
CF_ prefix for the predefined clipboard format names. Put quotes
around registered format names to distinguish them.
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
immediately with a warning if the property type is STRING, TEXT,
COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
should never pretend to handle on Win32. Handle only UTF8_STRING
here, other formats with delayed rendering. Use \uc1 instead of
\uc0 when generating Rich Text Format for easier testability on
XP, where WordPad misinterprets \uc0 encoded characters. Add more
GDK_NOTE debugging output for Clipboard operations.
* gdk/win32/gdkselection-win32.c: Debugging printout improvements.
(gdk_selection_convert): Don't pretent to handle STRING, just
UTF8_STRING. Streamline error handling, don't unnecessarily have a
GError which then isn't used for anything anyway if it gets set.
(gdk_win32_selection_add_targets): Skip also STRING, TEXT,
COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
2005-11-01 15:29:59 +00:00
|
|
|
* gdk/win32/gdkprivate-win32.h
|
|
|
|
* gdk/win32/gdkglobals-win32.c
|
|
|
|
* gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
|
|
|
|
pre-interned GdkAtoms and pre-registered clipboard formats. Sort
|
|
|
|
their declarations, definitions and assignments into a more
|
|
|
|
logical and consistent order.
|
|
|
|
|
|
|
|
* gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
|
|
|
|
CF_ prefix for the predefined clipboard format names. Put quotes
|
|
|
|
around registered format names to distinguish them.
|
|
|
|
|
|
|
|
* gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
|
|
|
|
immediately with a warning if the property type is STRING, TEXT,
|
|
|
|
COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
|
|
|
|
should never pretend to handle on Win32. Handle only UTF8_STRING
|
|
|
|
here, other formats with delayed rendering. Use \uc1 instead of
|
|
|
|
\uc0 when generating Rich Text Format for easier testability on
|
|
|
|
XP, where WordPad misinterprets \uc0 encoded characters. Add more
|
|
|
|
GDK_NOTE debugging output for Clipboard operations.
|
|
|
|
|
|
|
|
* gdk/win32/gdkselection-win32.c: Debugging printout improvements.
|
|
|
|
(gdk_selection_convert): Don't pretent to handle STRING, just
|
|
|
|
UTF8_STRING. Streamline error handling, don't unnecessarily have a
|
|
|
|
GError which then isn't used for anything anyway if it gets set.
|
|
|
|
(gdk_win32_selection_add_targets): Skip also STRING, TEXT,
|
|
|
|
COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
|
|
|
|
|
2005-11-01 09:48:46 +00:00
|
|
|
* config.h.win32.in: Sync with what configure produces.
|
|
|
|
|
2005-11-01 09:26:59 +00:00
|
|
|
* configure.in: Don't look for X_PACKAGES unless building for
|
|
|
|
x11. (#313986, John Ehresman)
|
|
|
|
|
2005-10-28 22:08:11 +00:00
|
|
|
2005-10-28 Erdal Ronahi <erdal.ronahi@gmail.com>
|
|
|
|
|
|
|
|
* configure.in: Added ku (Kurdish) to ALL_LINGUAS
|
|
|
|
Wondered why there was no ku there before??
|
|
|
|
|
2005-10-28 20:35:11 +00:00
|
|
|
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
|
|
|
|
window to the toplevels window group. (#319912, Christian Persch)
|
|
|
|
|
2005-10-28 17:15:15 +00:00
|
|
|
2005-10-28 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
|
|
|
|
stupid thinko.
|
|
|
|
|
2005-10-28 13:53:16 +00:00
|
|
|
2005-10-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-28 17:06:43 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
|
|
|
|
drag cursors. (#319200, Federico Mena Quintero)
|
|
|
|
|
2005-10-28 15:13:54 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
|
|
|
|
Shift-G to go to the previous match, like firefox. (#320061, Christian
|
|
|
|
Neumair)
|
|
|
|
|
2005-10-28 14:16:45 +00:00
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
|
|
|
|
C99ism. (#320000, Kazuki Iwamoto)
|
|
|
|
|
2005-10-28 14:04:04 +00:00
|
|
|
* gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little
|
|
|
|
stars. (#319985, Bastien Nocera)
|
|
|
|
|
2005-10-28 13:53:16 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
|
|
|
|
FALSE, so we don't flush repeatedly. (#319151, Alexander Larsson)
|
|
|
|
|
2005-10-27 13:16:23 +00:00
|
|
|
2005-10-26 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Fix bug #319974:
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
|
|
|
|
make sure that setting any of pixbuf/stock-id/icon-name resets the
|
|
|
|
others because they are mutually exclusive, and that unsetting any
|
|
|
|
of them only resets the pixbuf and nothing else. Also added
|
|
|
|
some missing g_object_notify().
|
|
|
|
|
|
|
|
(gtk_cell_renderer_pixbuf_get_property): simplified calls to
|
|
|
|
g_value_set_object().
|
|
|
|
|
|
|
|
(gtk_cell_renderer_pixbuf_create_stock_pixbuf)
|
|
|
|
(gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
|
|
|
|
g_object_notify ("pixbuf").
|
|
|
|
|
2005-10-27 04:31:33 +00:00
|
|
|
2005-10-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-27 04:51:25 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_button_press): Be more
|
|
|
|
careful about initializing cell_area. (#319382, Tommi
|
|
|
|
Komulainen)
|
|
|
|
|
2005-10-27 04:38:55 +00:00
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
|
|
|
|
Ctrl-PageUp/PageDown. (#318670, Christian Neumair)
|
|
|
|
|
2005-10-27 04:31:33 +00:00
|
|
|
* demos/gtk-demo/clipboard.c (paste_received): Only set the
|
|
|
|
text if it is not NULL. (#319930, Thomas Klausner)
|
|
|
|
|
|
|
|
* gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
|
|
|
|
loader before trying to get the pixbuf. (#319930, Thomas Klausner)
|
|
|
|
|
2005-10-27 03:16:00 +00:00
|
|
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystem.c (gtk_file_system_module_load):
|
|
|
|
* gtk/gtkthemes.c (gtk_theme_engine_load):
|
|
|
|
* gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
|
|
|
|
when dlopening modules. (#319557, Laszlo Peter)
|
|
|
|
|
2005-10-26 13:42:53 +00:00
|
|
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-26 20:47:04 +00:00
|
|
|
* gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
|
|
|
|
segments when determining text direction. (#319065, Tommi Komulainen)
|
|
|
|
|
2005-10-26 19:47:48 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
|
|
|
|
on duplicate destroy. (#318953, Gustavo Carneiro)
|
|
|
|
|
2005-10-26 19:10:08 +00:00
|
|
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
|
|
|
|
Point out that destroy-with-parent is a bad idea for the dialog
|
|
|
|
passed to this function. (#318943, Christian Persch)
|
|
|
|
|
2005-10-26 18:01:05 +00:00
|
|
|
* */Makefile.am: use $(GLIB_MKENUMS) instead of
|
|
|
|
glib-mkenums. (#318582, Damien Carbery)
|
|
|
|
|
2005-10-26 14:43:10 +00:00
|
|
|
* gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
|
2005-10-27 04:38:55 +00:00
|
|
|
docs. (#317682, Christian Neumair)
|
2005-10-26 14:43:10 +00:00
|
|
|
|
2005-10-26 13:42:53 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
|
|
|
|
seem to affect the placement of the data in the readonly
|
|
|
|
section, and causes problems with some compilers. (#317844)
|
|
|
|
|
2005-10-26 03:18:09 +00:00
|
|
|
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-26 04:23:46 +00:00
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
|
|
|
|
Fix some issues with background drawing in RTL. (#318781,
|
|
|
|
Eric Cazeaux)
|
|
|
|
|
2005-10-26 03:55:35 +00:00
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testentrycompletion.c: Apply a patch by Christian
|
|
|
|
Persch to add property editors.
|
|
|
|
|
2005-10-26 03:18:09 +00:00
|
|
|
* gtk/gtkstatusicon.c: Emit activate on single-click,
|
|
|
|
not on double-click, change proposed by Milosz Derezynski.
|
|
|
|
|
2005-10-25 21:00:40 +00:00
|
|
|
2005-10-25 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
Fixes #311955, reported by Markku Vire; and a lot more.
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c: Made this thing work correctly.
|
|
|
|
Levels can now have invisible nodes cached, functions have been
|
|
|
|
rewritten/refactored to take this into account; also the logic in
|
|
|
|
some functions has been corrected.
|
|
|
|
|
|
|
|
Each referenced node now references all visible children or a single
|
|
|
|
invisible child, in order to be able to monitor all changes in the
|
|
|
|
child model required for correct operation.
|
|
|
|
|
|
|
|
When a virtual root is set, all nodes on the virtual root level are
|
|
|
|
referenced.
|
|
|
|
|
|
|
|
At last, a bunch of random bug fixes and comment updates.
|
|
|
|
|
2005-10-25 17:57:35 +00:00
|
|
|
2005-10-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-25 18:28:35 +00:00
|
|
|
* gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
|
|
|
|
more docs. (#319722, Paolo Borelli)
|
|
|
|
|
2005-10-25 18:11:57 +00:00
|
|
|
* gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the
|
|
|
|
initialization of screen_x11->xft_rgba more explicit. (#319627,
|
|
|
|
Bogdan Nicula)
|
|
|
|
|
2005-10-25 17:57:35 +00:00
|
|
|
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
|
|
|
|
in a blurb. (#319499, Francisco Javier F. Serrador)
|
|
|
|
|
2005-10-24 20:01:57 +00:00
|
|
|
2005-10-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Add settings to hide the input method and Unicode control character
|
|
|
|
submenus in the context menus of GtkEntry and GtkTextView.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
|
|
|
|
|
|
|
|
* gtk/gtktextview.c (popup_targets_received):
|
|
|
|
* gtk/gtkentry.c (popup_targets_received): Use the settings here.
|
|
|
|
|
2005-10-24 19:01:36 +00:00
|
|
|
2005-10-24 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
|
|
|
|
row-has-child-toggled when the level is not in the cache does not
|
|
|
|
make sense. (This bug probably crept in during the early stages
|
|
|
|
of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
|
|
|
|
implementation yet),
|
|
|
|
(gtk_tree_model_sort_real_unref_node): only get the child iter
|
|
|
|
when we will actually also use it.
|
|
|
|
|
2005-10-22 21:08:23 +00:00
|
|
|
2005-10-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
|
|
|
|
widget being realized, in addition to being visible, to avoid
|
|
|
|
running into precondition check in gtk_tree_view_get_cell_area().
|
|
|
|
(approved by Kris).
|
|
|
|
|
2005-10-22 15:53:00 +00:00
|
|
|
2005-10-22 Dom Lachowicz <cinamod@hotmail.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c (setup_msw_rc_style):
|
|
|
|
Experimentally, scrollbar steppers can shrink to 8 pixels on
|
|
|
|
Win32. Reflect that in the theme.
|
|
|
|
* modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
|
|
|
|
there is a 1-pixel border between a scrollbar and its child
|
|
|
|
in ScrolledWindows on Win32. Reflect that in the theme.
|
|
|
|
|
2005-10-20 20:40:54 +00:00
|
|
|
2005-10-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
|
|
|
|
for the selection window. (#318806, Alex Larsson)
|
|
|
|
|
2005-10-19 16:25:42 +00:00
|
|
|
2005-10-18 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes bug #317999:
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c
|
|
|
|
(test_button_folder_states_for_action): Test that we have either
|
|
|
|
$cwd or the explicitly-set folder.
|
|
|
|
(test_reload_sequence): Likewise.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_get_current_folder): If our reload_state
|
|
|
|
is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
|
|
|
|
|
2005-10-14 00:08:14 +00:00
|
|
|
2005-10-14 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
|
|
|
|
It didn't really do anything useful, and was just confusing and
|
|
|
|
incomplete. Comments claimed we don't do delayed rendering, but in
|
|
|
|
fact we do, for images. (The delayed rendering code has other
|
|
|
|
problems, though, see #168173.) The clipboard viewer code was
|
|
|
|
probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
|
|
|
|
the message when necessary). It was just test code, it said so in
|
|
|
|
a comment. Add something similar back later if necessary.
|
|
|
|
|
|
|
|
(_win32_on_clipboard_change,
|
|
|
|
_gdk_win32_register_clipboard_notification): Remove.
|
|
|
|
|
|
|
|
(gdk_display_supports_selection_notification,
|
|
|
|
gdk_display_request_selection_notification): Always just return
|
|
|
|
FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
|
|
|
|
|
2005-10-13 07:21:00 +00:00
|
|
|
2005-10-13 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
|
|
|
|
Alt-Enter specially. It does not have any special meaning and
|
|
|
|
should be passed on to the application. (#318378, Tim Evans)
|
|
|
|
|
2005-10-13 07:08:49 +00:00
|
|
|
2005-10-13 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
Set visual depth to 24 for 32 bits-per-pixel devices on
|
|
|
|
Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
|
|
|
|
optimized composite_0888() function rather than the slower image
|
|
|
|
dithering functions to draw pixbufs (#313993, John Ehresman)
|
|
|
|
|
|
|
|
* gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
|
|
|
|
_gdk_windowing_get_bits_for_depth() to initialize
|
|
|
|
GdkImage::bits_per_pixel.
|
|
|
|
(_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
|
|
|
|
|
|
|
|
* gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
|
|
|
|
_gdk_windowing_get_bits_for_depth() to initialize
|
|
|
|
BITMAPINFOHEADER::biBitCount.
|
|
|
|
|
|
|
|
* gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
|
|
|
|
GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
|
|
|
|
32.
|
|
|
|
|
2005-10-12 13:23:10 +00:00
|
|
|
2005-10-12 Stefan Kost <ensonic@users.sf.net>
|
|
|
|
|
|
|
|
* demos/gtk-demo/appwindow.c: (about_cb):
|
|
|
|
use PACKAGE_VERSION,bump year (#318654)
|
|
|
|
|
2005-10-11 14:39:17 +00:00
|
|
|
2005-10-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off
|
|
|
|
toggle here with the matching on toggle if it immediately follows.
|
|
|
|
This is a common case, and handling it here prevents quadratic blowup
|
|
|
|
in cleanup_line() below. (#317125)
|
|
|
|
|
|
|
|
* gtk/gtktextsegment.h:
|
|
|
|
* gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
|
|
|
|
the character counts into this function instead of computing them
|
|
|
|
again.
|
|
|
|
|
2005-10-10 14:29:03 +00:00
|
|
|
2005-10-10 Tommi Komulainen <tommi.komulainen@iki.fi>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
|
|
|
|
code.
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_add_shortcut_folder): Return an error code
|
|
|
|
when the shortcut already exists in the sidebar. (#147521)
|
|
|
|
|
2005-10-09 16:27:12 +00:00
|
|
|
2005-10-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* tests/testcombo.c: Demonstrate how to use custom widgets in
|
|
|
|
a GtkComboBox.
|
|
|
|
|
2005-10-07 19:54:32 +00:00
|
|
|
2005-10-07 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Fixes bug #317999:
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_reload_sequence): Ensure that
|
|
|
|
the the result of gtk_file_chooser_get_folder() is NULL or
|
|
|
|
non-NULL at the right times. Log the tests.
|
|
|
|
(test_button_folder_states): New test for the initial states of
|
|
|
|
the current folder in GtkFileChooserButton.
|
|
|
|
(main): Test that the number of warnings/errors/critical errors is
|
|
|
|
zero.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
|
|
|
|
Clarify the documentation on when this can return NULL.
|
|
|
|
(gtk_file_chooser_get_current_folder_uri): Likewise.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserbutton.c (struct
|
|
|
|
_GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
|
|
|
|
we use it to keep track of whether a folder has been set.
|
|
|
|
(gtk_file_chooser_button_map): Implement. If no folder has been
|
|
|
|
loaded before, we at least try to load $cwd here.
|
|
|
|
(gtk_file_chooser_button_constructor): If the construct-time
|
|
|
|
dialog already has a folder set, turn on our folder_has_been_set
|
|
|
|
flag.
|
|
|
|
(dialog_current_folder_changed_cb): Turn on our
|
|
|
|
folder_has_been_set flag.
|
|
|
|
|
2005-10-07 18:51:30 +00:00
|
|
|
2005-10-07 Michael Natterer <mitch@gimp.org>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: remove some explicit #defines of
|
|
|
|
PROFILE_FILE_CHOOSER because they break compilation after the
|
|
|
|
removal of <unistd.h>.
|
|
|
|
|
2005-10-07 16:01:19 +00:00
|
|
|
2005-10-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-07 20:03:36 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
|
|
|
|
by moving it out of the profiling ifdef.
|
|
|
|
|
2005-10-07 16:20:37 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: Remove a redundant (and
|
|
|
|
unconditional) include of unistd.h (#318211, Kazuki Iwamoto)
|
|
|
|
|
2005-10-07 16:01:19 +00:00
|
|
|
* gtk/gtktexttag.c (gtk_text_attributes_ref): Use
|
|
|
|
g_return_val_if_fail(), not g_return_if_fail(). (#318412,
|
|
|
|
Kazuki Iwamoto)
|
|
|
|
|
2005-10-07 03:38:57 +00:00
|
|
|
2005-10-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtktextbuffer.h:
|
|
|
|
* gtk/gtktextbuffer.c: Add a readonly has-selection property
|
|
|
|
with a getter. (#318161, Paolo Borelli)
|
|
|
|
|
2005-10-05 13:23:21 +00:00
|
|
|
2005-10-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-10-05 14:25:14 +00:00
|
|
|
* README.in: Start collecting release notes for 2.10.
|
|
|
|
|
2005-10-05 14:11:23 +00:00
|
|
|
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
|
|
|
|
leak fix, since the assertion failures were traced to
|
|
|
|
an xchat bug. (#314696)
|
|
|
|
|
2005-10-05 13:23:21 +00:00
|
|
|
* gtk/gtkstyle.c (gtk_style_detach):
|
|
|
|
(gtk_style_attach): Documentation improvements.
|
|
|
|
(gtk_style_detach): Assert that the attach_count is > 0.
|
|
|
|
|
Take a shortcut position, not a ShortcutsIndex, to make the function more
2005-10-04 Federico Mena Quintero <federico@ximian.com>
* gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
shortcut position, not a ShortcutsIndex, to make the function more
generic.
(home_folder_handler): Pass the resolved index to
switch_to_shortcut(), rather than just SHORTCUTS_HOME.
(desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
(gtk_file_chooser_default_class_init): Add a "quick-bookmark"
binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0. These
make the respective key switch to the first, second, ..., tenth
bookmark.
(quick_bookmark_handler): Implement.
2005-10-05 05:05:42 +00:00
|
|
|
2005-10-04 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
|
|
|
|
shortcut position, not a ShortcutsIndex, to make the function more
|
|
|
|
generic.
|
|
|
|
(home_folder_handler): Pass the resolved index to
|
|
|
|
switch_to_shortcut(), rather than just SHORTCUTS_HOME.
|
|
|
|
(desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
|
|
|
|
(gtk_file_chooser_default_class_init): Add a "quick-bookmark"
|
|
|
|
binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0. These
|
|
|
|
make the respective key switch to the first, second, ..., tenth
|
|
|
|
bookmark.
|
|
|
|
(quick_bookmark_handler): Implement.
|
|
|
|
|
2005-10-04 20:08:32 +00:00
|
|
|
2005-10-04 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
|
|
|
|
Desktop; just use their real names on the file system for the
|
|
|
|
user-visible names.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_class_init): Add a "desktop-folder"
|
|
|
|
binding signal, and bind it to M-d by default.
|
|
|
|
(desktop_folder_handler): Implement the default handler.
|
|
|
|
(home_folder_handler): Use a helper function.
|
|
|
|
(switch_to_shortcut): New helper function.
|
|
|
|
(shortcuts_append_home): Don't special-case the name of "Home";
|
|
|
|
just use the folder name.
|
|
|
|
|
2005-10-04 13:42:27 +00:00
|
|
|
2005-10-04 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
|
|
|
|
HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
|
|
|
|
|
2005-10-04 04:20:02 +00:00
|
|
|
2005-10-04 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
|
|
|
|
from yesterday, since it leads to assertion failures. (#317879,
|
|
|
|
Sebastian Bacher)
|
|
|
|
|
2005-10-04 03:28:36 +00:00
|
|
|
2005-10-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Call
|
|
|
|
calendar_compute_days() after setting priv->week_start.
|
|
|
|
|
2005-10-03 16:23:56 +00:00
|
|
|
2005-10-03 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
|
|
|
|
removing it from the hash table. (#314696, Benjamin Berg)
|
|
|
|
|
2005-09-30 23:56:42 +00:00
|
|
|
2005-10-01 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
|
|
|
|
BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
|
|
|
|
is that the the desktop isn't visible because the session has been
|
|
|
|
switched, the screen is locked, or a terminal server session
|
|
|
|
disconnected, so no error message necessary. (#137796)
|
|
|
|
|
|
|
|
It is of course remotely possible that BitBlt() failing with
|
|
|
|
ERROR_INVALID_HANDLE might also be caused by some other
|
|
|
|
problem. We could strive for perfection and track whether the
|
|
|
|
desktop is visible by using WTSRegisterSessionNotification() and
|
|
|
|
handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
|
|
|
|
this issue, though. If we would track desktop visibility, we
|
|
|
|
should then avoid even trying to update the display at all while
|
|
|
|
the desktop isn't visible.
|
|
|
|
|
2005-09-30 14:57:02 +00:00
|
|
|
2005-09-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-30 17:53:19 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
|
|
|
|
to correct the calculations for the first week day. We may
|
|
|
|
just have to remove this code if too many locales turn out
|
|
|
|
to have broken data.
|
|
|
|
|
2005-09-30 15:40:55 +00:00
|
|
|
* gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
|
|
|
|
some cases. (#317611, Tommi Komulainen)
|
|
|
|
|
2005-09-30 14:57:02 +00:00
|
|
|
* gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
|
|
|
|
Prevent overflow when storing size hints in an unsigned
|
|
|
|
short variable. Tracked down by Ray Strode and Søren Sandmann.
|
|
|
|
|
2005-09-29 13:35:01 +00:00
|
|
|
2005-09-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-29 13:42:21 +00:00
|
|
|
* gtk/gtkbutton.c (gtk_button_set_image): Check arguments. (#317491,
|
|
|
|
Paolo Borelli)
|
|
|
|
|
2005-09-29 13:35:01 +00:00
|
|
|
* gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
|
|
|
|
grab shadowed. (#317332)
|
|
|
|
|
2005-09-29 07:44:52 +00:00
|
|
|
2005-09-29 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
|
|
|
|
|
2005-09-29 01:56:10 +00:00
|
|
|
2005-09-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_reload_sequence): Oops, return
|
|
|
|
if the unmap test fails.
|
|
|
|
(test_reload_sequence): Use gtk_widget_show_now() instead of
|
|
|
|
gtk_widget_show() for the dialog.
|
|
|
|
Thanks to Tim Janik for noticing these.
|
|
|
|
|
2005-09-29 00:19:15 +00:00
|
|
|
2005-09-28 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* tests/testcellrenderertext.c: New file with a set of tests for
|
|
|
|
GtkCellRendererText. The idea is to run a text renderer through
|
|
|
|
most of its interesting property values to see that it works
|
|
|
|
correctly.
|
|
|
|
|
|
|
|
* tests/Makefile.am: Added testcellrenderertext.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (load_set_model): Mark the
|
|
|
|
entry/exit of this function for profiling.
|
|
|
|
(gtk_file_chooser_default_style_set): Mark the start/end of the
|
|
|
|
calls to the parent class and the the signal emission for profiling.
|
|
|
|
|
2005-09-28 23:46:10 +00:00
|
|
|
2005-09-29 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
|
|
|
|
passed to bindtextdomain() which isn't UTF-8-aware, so convert to
|
|
|
|
system codepage using g_win32_locale_filename_from_utf8().
|
|
|
|
(#317457, Kazuki Iwamoto)
|
|
|
|
|
2005-09-28 20:06:08 +00:00
|
|
|
2005-09-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-28 20:42:30 +00:00
|
|
|
* gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms
|
|
|
|
here. (#317039, Paolo Borelli)
|
|
|
|
|
2005-09-28 20:28:54 +00:00
|
|
|
* gtk/gtktexttag.h:
|
2005-09-28 20:26:50 +00:00
|
|
|
* gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
|
|
|
|
to make this function work as boxed copy function. (#317455,
|
|
|
|
Gustavo Carneiro)
|
|
|
|
|
2005-09-28 20:06:08 +00:00
|
|
|
* gtk/gtkclipboard.c (request_image_received_func): Don't unref
|
|
|
|
NULL. (#316828, Tor Lillqvist)
|
|
|
|
|
2005-09-28 16:03:11 +00:00
|
|
|
2005-09-28 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* modules/input/imime.c: Include <config.h>. (#317444, Kazuki
|
|
|
|
Iwamoto)
|
|
|
|
|
2005-09-27 23:57:09 +00:00
|
|
|
2005-09-27 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Don't reload the current folder unnecessarily on ::map().
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
|
|
|
|
the reloading state.
|
|
|
|
(struct _GtkFileChooserDefault): Added a "reload_state" field.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
|
|
|
|
Initialize impl->reload_state.
|
|
|
|
(gtk_file_chooser_default_map): Check the impl->reload_state; load
|
|
|
|
a default folder if no folder has been set, or reload the current
|
|
|
|
one only if we had been unmapped first.
|
|
|
|
(gtk_file_chooser_default_update_current_folder): Set the
|
|
|
|
reload_state to RELOAD_HAS_FOLDER.
|
|
|
|
(gtk_file_chooser_default_unmap): Implement, and set the
|
|
|
|
reload_state to RELOAD_WAS_UNMAPPED.
|
|
|
|
(shortcuts_model_create): Don't call shortcuts_add_bookmarks()
|
|
|
|
here; they'll get (re)loaded on ::map() anyway.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserwidget.c
|
|
|
|
(gtk_file_chooser_widget_constructor): Don't set a default folder here.
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c (test_action_widgets): Don't take in
|
|
|
|
a dialog; build it ourselves.
|
|
|
|
(test_reload): New test to ensure that we don't load the default
|
|
|
|
folder more than once, and that we reload it when
|
|
|
|
unmapping/remapping.
|
|
|
|
(get_impl_from_dialog): New utility function.
|
|
|
|
(test_widgets_for_current_action): Use get_impl_from_dialog().
|
|
|
|
|
2005-09-27 21:33:24 +00:00
|
|
|
2005-09-27 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_constructor): Mark the entry/exit of
|
|
|
|
this function for profiling.
|
|
|
|
(check_icon_theme): Likewise.
|
|
|
|
(change_icon_theme): Likewise.
|
|
|
|
(settings_notify_cb): Likewise.
|
|
|
|
(gtk_file_chooser_default_screen_changed): Likewise.
|
|
|
|
(update_chooser_entry): If the selection is empty, clear the file
|
|
|
|
name entry only if we are in CREATE_FOLDER mode. In SAVE mode,
|
|
|
|
nothing will be selected when the user starts typeahead in the
|
|
|
|
treeview, and we don't want to clear the file name entry in that
|
|
|
|
case --- the user could be typing-ahead to look for a folder name.
|
|
|
|
Fixes bug #308332, patch by Jürg Billeter.
|
|
|
|
|
2005-09-27 04:48:53 +00:00
|
|
|
2005-09-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
|
|
|
|
Pop below the entry if there's more free space below the entry
|
|
|
|
than above. (#316948, Tommi Komulainen)
|
|
|
|
|
2005-09-27 01:34:24 +00:00
|
|
|
2005-09-26 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
Do not create the save mode-specific widgets in the open modes, so
|
|
|
|
that we don't carry their baggage around.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c
|
|
|
|
(gtk_file_chooser_default_constructor): Don't create the
|
|
|
|
save_widgets here.
|
|
|
|
(save_widgets_create): Set the impl->save_widgets directly here,
|
|
|
|
instead of passing the widgets back to the caller. Also, pack
|
|
|
|
them into the impl's box.
|
|
|
|
(update_appearance): Create or destroy the save widgets as
|
|
|
|
appropriate. Set the action of the save_file_name_entry here.
|
|
|
|
(shortcuts_add_current_folder): Set the active item in the
|
|
|
|
save_folder_combo only if it exists.
|
|
|
|
(gtk_file_chooser_default_set_property): Don't set the action of
|
|
|
|
the save_file_name_entry here.
|
|
|
|
(gtk_file_chooser_default_update_current_folder): Set the base
|
|
|
|
folder of the save_file_name_entry only if the entry exists.
|
|
|
|
(shortcuts_drag_data_received_cb): Cast the selection_data->data
|
|
|
|
to (const char *) since that's what shortcuts_drop_uris() expects.
|
|
|
|
(file_list_drag_data_received_cb): Likewise, for
|
|
|
|
g_uri_list_extract_uris().
|
|
|
|
|
2005-09-26 20:59:31 +00:00
|
|
|
2005-09-26 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
|
|
|
|
the shaped flag here, too. (#316871)
|
|
|
|
(gdk_window_shape_combine_region): Currently unimplemented, so
|
|
|
|
don't do anything to the shaped flag here.
|
|
|
|
|
2005-09-26 20:27:44 +00:00
|
|
|
2005-09-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Fix #316871, reported by Dan Winship:
|
|
|
|
|
|
|
|
* gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
|
|
|
|
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask)
|
|
|
|
(gdk_window_shape_combine_region): Set it here.
|
|
|
|
|
|
|
|
* gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
|
|
|
|
remove the child area for shaped windows.
|
|
|
|
|
2005-09-23 16:34:25 +00:00
|
|
|
2005-09-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
|
|
|
|
Don't leak expander pixbufs. (#316946, Tommi Komulainen)
|
|
|
|
|
2005-09-22 16:33:50 +00:00
|
|
|
2005-09-22 Michael Natterer <mitch@imendio.com>
|
|
|
|
|
|
|
|
Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
|
|
|
|
consistent with GTK+ terminology:
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererkeys.[ch]
|
|
|
|
* tests/testkeys.c: removed...
|
|
|
|
|
|
|
|
* gtk/gtkcellrendereraccel.[ch]
|
|
|
|
* tests/testaccel.c: ...and added.
|
|
|
|
|
|
|
|
* gtk/Makefile.am
|
|
|
|
* gtk/gtk.h
|
|
|
|
* gtk/gtk.symbols
|
|
|
|
* tests/Makefile.am: changed accordingly.
|
|
|
|
|
2005-09-22 14:46:23 +00:00
|
|
|
2005-09-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
|
|
|
|
for the grab-broken-event signal, noticed by Damon Chaplin.
|
|
|
|
|
2005-09-20 23:08:18 +00:00
|
|
|
2005-09-21 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkselection-win32.c (gdk_selection_convert,
|
|
|
|
gdk_text_property_to_text_list_for_display,
|
|
|
|
gdk_text_property_to_utf8_list_for_display,
|
|
|
|
gdk_win32_selection_add_targets,
|
|
|
|
_gdk_win32_selection_convert_to_dib): Free return value from
|
|
|
|
gdk_atom_name().
|
|
|
|
(gdk_text_property_to_text_list_for_display): Drop GError variable
|
|
|
|
that isn't actually used after being set.
|
|
|
|
|
2005-09-20 15:20:11 +00:00
|
|
|
2005-09-20 Johan Dahlin <jdahlin@async.com.br>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in
|
|
|
|
documentation.
|
|
|
|
|
2005-09-20 07:59:19 +00:00
|
|
|
2005-09-20 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkselection-win32.c
|
|
|
|
(gdk_selection_owner_get_for_display): Do return the correct owner
|
|
|
|
for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
|
|
|
|
a window GDK knows about). The reason to return NULL seems to have
|
|
|
|
gone when in the fix for bug #163702 the artificial
|
|
|
|
GDK_SELECTION_CLEAR event generation was removed from
|
|
|
|
gdk_selection_send_notify_for_display(). Fixes bug #316552.
|
|
|
|
|
2005-09-20 05:28:34 +00:00
|
|
|
2005-09-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Avoid unnecessary XkbGetState() calls and XkbStateNotify
|
|
|
|
events. (#151555, Søren Sandmann)
|
|
|
|
|
|
|
|
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use
|
|
|
|
XkbSelectEventDetails() to select XkbStateNotify events
|
|
|
|
for only the state we care about.
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h:
|
|
|
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
|
|
|
|
the event into the function and update the keymap state from
|
|
|
|
the state information contained in the event. Adjust all callers.
|
|
|
|
|
2005-09-19 18:36:04 +00:00
|
|
|
2005-09-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
|
|
|
|
in multiple places to avoid segfaults if the index is out of range.
|
|
|
|
(#316422, Guillaume Cottenceau)
|
2005-09-19 18:56:55 +00:00
|
|
|
(gtk_icon_view_set_drag_dest_item):
|
2005-09-19 18:55:02 +00:00
|
|
|
(gtk_icon_view_scroll_to_path): Fix a typo in the docs. (#316419,
|
2005-09-19 18:56:55 +00:00
|
|
|
#316424, Guillaume Cottenceau)
|
2005-09-19 18:36:04 +00:00
|
|
|
|
2005-09-18 21:36:05 +00:00
|
|
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gtk/gtktrayicon-win32.c : now handling events by hard-coded
|
|
|
|
g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
|
|
|
|
|
2005-09-18 17:46:55 +00:00
|
|
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
|
|
|
|
_gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
|
|
|
|
* gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
|
|
|
|
the icon and is blinking with teststatusicon. More to come ...
|
|
|
|
|
2005-09-18 12:28:42 +00:00
|
|
|
2005-09-18 Hans Breuer <hans@breuer.org>
|
|
|
|
|
|
|
|
* gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
|
|
|
|
cause gtkprogressbar.c has #include <config.h> conditionally; less
|
|
|
|
noise from generated gtk.def
|
|
|
|
* gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
|
|
|
|
|
|
|
|
* gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
|
|
|
|
For me it works as well as the *NIX implemenation, that is not at all.
|
|
|
|
|
|
|
|
* gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
|
|
|
|
|
|
|
|
* gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
|
|
|
|
only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
|
|
|
|
back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
|
|
|
|
again - if compiled properly.
|
|
|
|
|
|
|
|
* tests/teststatusicon.c : don't use GNOME icons for testing, but icons
|
|
|
|
already coming with Gtk+. Makes it compile on win32.
|
|
|
|
|
2005-09-18 05:08:09 +00:00
|
|
|
2005-09-18 Guilherme de S. Pastore <gpastore@cvs.gnome.org>
|
|
|
|
|
|
|
|
* README.cvs-commits: fixed some tiny typos
|
|
|
|
|
2005-09-15 22:14:03 +00:00
|
|
|
2005-09-16 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* modules/engines/ms-windows/msw_style.c (draw_extension,
|
|
|
|
draw_box_gap): Check whether the widget actually is a GtkNotebook
|
|
|
|
before treating it as such. Drop some unneeded local variables,
|
|
|
|
use parameter with same information instead. (#316412)
|
|
|
|
|
2005-09-15 21:51:31 +00:00
|
|
|
2005-09-15 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* tests/autotestfilechooser.c: Start a set of automated tests for
|
|
|
|
the file chooser. The only test in there right now doesn't pass
|
|
|
|
yet. It specifies the intended behavior of the first optimization
|
|
|
|
of a series which I'll do on the file chooser (see
|
|
|
|
http://primates.ximian.com/~federico/news-2005-09.html#14 for the
|
|
|
|
details of this optimization).
|
|
|
|
|
|
|
|
* tests/Makefile.am: Added autotestfilechooser.c.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserprivate.h (struct
|
|
|
|
_GtkFileChooserDialogPrivate): Move all the file chooser's private
|
|
|
|
structures to here, so that they can be accessed by
|
|
|
|
tests/autotestfilechooser.c: _GtkFileChooserDialogPrivate,
|
|
|
|
_GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdialog.c: See above.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserwidget.c: See above.
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: See above.
|
|
|
|
|
2005-09-15 13:31:33 +00:00
|
|
|
Thu Sep 15 15:27:55 2005 Tim Janik <timj@imendio.com>
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c:
|
|
|
|
gtk_window_map_event(): new function to work around lost unmap requests.
|
|
|
|
fixes bug #316180.
|
|
|
|
|
2005-09-15 00:59:16 +00:00
|
|
|
2005-09-14 Federico Mena Quintero <federico@ximian.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
|
|
|
|
an easy-to-find profiling marker when starting to create a file
|
|
|
|
chooser.
|
|
|
|
(browse_files_model_finished_loading_cb): Likewise, for when the
|
|
|
|
chooser is finished loading.
|
|
|
|
|
2005-09-14 04:48:38 +00:00
|
|
|
2005-09-14 Tristan Van Berkom <tvb@cvs.gnome.org>
|
|
|
|
|
2005-09-30 14:57:02 +00:00
|
|
|
* gtk/gtkcolorbutton.c: Check "color" argument in
|
|
|
|
gtk_color_button_set_color ()
|
2005-09-14 04:48:38 +00:00
|
|
|
|
2005-09-14 03:11:05 +00:00
|
|
|
2005-09-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-14 04:31:23 +00:00
|
|
|
* gtk/gtklabel.c (gtk_label_get_type):
|
|
|
|
* gtk/gtkbutton.c (gtk_button_get_type):
|
|
|
|
* gtk/gtkwindow.c (gtk_window_group_get_type): No point in
|
|
|
|
using a mem chunk for window groups, buttons, labels.
|
|
|
|
|
2005-09-14 03:11:05 +00:00
|
|
|
* gtk/updateiconcache.c (foreach_remove_func): Fix
|
|
|
|
a use-after-free bug. (#316256, Alexander Nedotsukov)
|
|
|
|
|
2005-09-13 19:14:51 +00:00
|
|
|
2005-09-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-13 19:57:42 +00:00
|
|
|
* gtk/*.c: Various cleanups. (#315360, Kjartan Maraas)
|
|
|
|
|
2005-09-13 19:14:51 +00:00
|
|
|
* gdk/*.c: Various cleanups. (#315359, Kjartan Maraas)
|
|
|
|
|
2005-09-13 13:33:01 +00:00
|
|
|
2005-09-13 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-13 18:50:39 +00:00
|
|
|
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
|
|
|
Let GDK_Return pass through in some more cases.
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
|
|
|
|
activating the entry.
|
|
|
|
|
2005-09-13 17:53:21 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
|
|
|
(gtk_icon_view_get_dest_item_at_pos): Fix typos in the
|
|
|
|
docs. (#316008, #316027, #316121, Guillaume Cottenceau)
|
|
|
|
|
2005-09-13 17:31:32 +00:00
|
|
|
* gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
|
|
|
|
(#316001, Guillaume Cottenceau)
|
|
|
|
|
2005-09-13 17:18:01 +00:00
|
|
|
* gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
|
|
|
|
mistake in the docs. (#315993, Guillaume Cottenceau)
|
|
|
|
|
2005-09-13 15:08:43 +00:00
|
|
|
* tests/testentrycompletion.c (create_simple_completion_model): Add
|
|
|
|
some strings containing multibyte characters.
|
|
|
|
|
|
|
|
* gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix):
|
|
|
|
Fix prefix insertion for multibyte characters. (#316095,
|
|
|
|
Tommi Komulainen)
|
|
|
|
|
2005-09-13 13:33:01 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
|
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
|
|
|
|
return NULL if the widget is not realized. (#316023,
|
|
|
|
Guillaume Cottenceau)
|
|
|
|
|
2005-09-11 05:39:45 +00:00
|
|
|
2005-09-11 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkproperty.h:
|
|
|
|
* gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string):
|
|
|
|
New function to avoid pointless strdups when creating atoms
|
|
|
|
from static strings.
|
|
|
|
|
2005-09-11 05:48:27 +00:00
|
|
|
* gdk/x11/*.c:
|
|
|
|
* gtk/*.c: Use gdk_atom_intern_static_string() where
|
|
|
|
appropriate.
|
2005-09-11 05:39:45 +00:00
|
|
|
|
2005-09-10 01:51:07 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcellrendererkeys.h:
|
|
|
|
* gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
|
|
|
|
and editing accelerators, a port of EggCellRendererKeys .
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtk.h:
|
|
|
|
* gtk/Makefile.am: Add the keys cell renderer.
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/testkeys.c: Test GtkCellRendererKeys
|
|
|
|
|
2005-09-09 22:50:15 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Make it possible to determine if a key event is for a
|
|
|
|
modifier key:
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h:
|
|
|
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier):
|
|
|
|
New function to determine if a keycode is mapped to a modifier.
|
|
|
|
(get_xkb): Get the modmap.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (translate_key_event): Set the
|
|
|
|
is_modifier bit by calling _gdk_keymap_key_is_modifier().
|
|
|
|
|
|
|
|
* gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
|
|
|
|
bit.
|
|
|
|
|
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an
|
|
|
|
unused variable, noticed by Kjartan Maraas.
|
|
|
|
|
2005-09-09 21:21:12 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event):
|
|
|
|
Make drag reordering work properly for columns other than the
|
|
|
|
first. (#315054, Dan Winship)
|
|
|
|
|
2005-09-09 19:01:02 +00:00
|
|
|
* gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle
|
|
|
|
invalid fontnames better. (#136926, Michael R. Walton)
|
|
|
|
|
2005-09-09 18:34:43 +00:00
|
|
|
Stop cursor blinking in non-editable regions of a text view.
|
|
|
|
(#311508, Torbjörn Andersson)
|
2005-09-09 18:19:48 +00:00
|
|
|
|
2005-09-09 18:34:43 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_check_cursor_blink):
|
|
|
|
(cursor_blinks): Take editability into account when deciding
|
|
|
|
whether the cursor blinks.
|
|
|
|
(gtk_text_view_button_release_event):
|
|
|
|
(gtk_text_view_move_cursor_internal): Update cursor blinking here.
|
|
|
|
|
|
|
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
|
|
|
|
Use connect_after to connect to the focus_out event. This
|
|
|
|
ensures that the entry has already stopped blinking by the time
|
|
|
|
we emit the edited signal. (#315229, Thomas Leonard)
|
|
|
|
|
2005-09-09 18:19:48 +00:00
|
|
|
* tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
|
2005-09-09 17:26:14 +00:00
|
|
|
|
2005-09-09 17:48:00 +00:00
|
|
|
* gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
|
|
|
|
unsigned ints to -1. (#315481, Kjartan Maraas)
|
|
|
|
|
2005-09-09 17:26:14 +00:00
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
|
|
|
|
to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
|
|
|
|
(#314473, Stanislav Brabec)
|
|
|
|
|
2005-09-09 16:21:15 +00:00
|
|
|
2005-09-09 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-09 16:24:49 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
|
|
|
|
memory handling. (#314975, Torsten Schoenfeld)
|
|
|
|
|
2005-09-09 16:21:15 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_class_init):
|
|
|
|
* gtk/gtkfilesel.c (gtk_file_selection_class_init):
|
|
|
|
* gtk/gtkcombobox.c (gtk_combo_box_class_init):
|
|
|
|
* gtk/gtklabel.c (gtk_label_class_init):
|
|
|
|
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
|
|
|
|
Stylistic improvements and clarifications for some blurbs.
|
|
|
|
(#315520, Clytie Siddall)
|
|
|
|
|
2005-09-08 22:45:40 +00:00
|
|
|
2005-09-09 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
|
|
|
|
display name. There is only one GdkDisplay on Win32, and
|
|
|
|
constructing the display name isn't entirely trivial, so cacheing
|
|
|
|
is probably worth it. For instance GIMP calls this function a lot.
|
|
|
|
(gdk_display_open): Call gdk_display_get_name() to prime the
|
|
|
|
cached name.
|
|
|
|
(gdk_display_get_n_screens, gdk_display_get_screen,
|
|
|
|
gdk_display_get_default_screen): Verify parameter correctness like
|
|
|
|
the X11 backend does.
|
|
|
|
|
|
|
|
* gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
|
|
|
|
Return a freshly allocated string, as the API specifies. Fixes a
|
|
|
|
heap corruption problem that caused random errors and crashes in
|
|
|
|
GIMP, for instance.
|
|
|
|
|
2005-09-07 17:02:47 +00:00
|
|
|
2005-09-07 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
|
|
|
|
Make C-u commit and restart hex input if we are already in a
|
|
|
|
hex sequence.
|
|
|
|
|
2005-09-06 17:56:01 +00:00
|
|
|
2005-09-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-07 01:31:23 +00:00
|
|
|
* gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
|
|
|
|
(_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
|
|
|
|
if they are mapped to the same modifier.
|
|
|
|
|
2005-09-06 20:17:48 +00:00
|
|
|
* gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
|
|
|
|
to gtkstatusicon.c and gtktrayicon-x11.c
|
|
|
|
|
2005-09-06 19:52:50 +00:00
|
|
|
* gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
|
|
|
|
default accel mod mask.
|
|
|
|
|
2005-09-06 19:25:47 +00:00
|
|
|
* gtk/gtkaccelgroup.c (gtk_accelerator_parse):
|
|
|
|
* gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label):
|
|
|
|
Don't use GDK_ALT_MASK.
|
|
|
|
|
|
|
|
* gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
|
|
|
|
|
|
|
|
2005-09-06 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
Add support for extra virtual modifiers: (#85780, Owen Taylor)
|
|
|
|
|
2005-09-06 18:13:56 +00:00
|
|
|
* tests/testgtk.c (create_key_lookup): Add tests for extra virtual
|
|
|
|
modifiers.
|
|
|
|
|
|
|
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
|
|
|
|
Mod2 - Mod5 and against Super, Hyper, Meta.
|
|
|
|
|
|
|
|
* gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label):
|
|
|
|
* gtk/gtkaccelgroup.c (gtk_accelerator_parse)
|
|
|
|
(gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
|
|
|
|
|
2005-09-06 17:56:01 +00:00
|
|
|
* gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a
|
|
|
|
modmap to maintain the information which X modifiers map to
|
|
|
|
virtual modifiers.
|
|
|
|
(get_xkb): Set up the modmap from the XKB tables.
|
|
|
|
(update_keymaps): Set up the modmap from the information returned
|
|
|
|
by XGetModifierMapping in the non-XKB case.
|
|
|
|
|
|
|
|
* gdk/x11/gdkprivate-x11.h:
|
|
|
|
* gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New
|
|
|
|
function to set the virtual modifiers in the state.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (translate_key_event): Call
|
|
|
|
_gdk_keymap_add_virtual_modifiers here.
|
|
|
|
|
|
|
|
* gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super,
|
|
|
|
Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
|
|
|
|
for GDK_MOD1_MASK.
|
|
|
|
|
2005-09-05 18:44:29 +00:00
|
|
|
2005-09-05 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkaction.c (connect_proxy): Set the label of a button
|
|
|
|
if it has no child. (#315253, John Finlay)
|
|
|
|
|
2005-09-03 03:29:04 +00:00
|
|
|
2005-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtkimcontextsimple.h: Add a modifiers_dropped bit
|
|
|
|
|
2005-09-02 18:14:59 +00:00
|
|
|
2005-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-02 19:48:53 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
|
|
|
|
on destroy to avoid problems when they are called on a destroyed
|
|
|
|
widget. (#315135, John Cupitt)
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_class_init):
|
2005-09-02 18:23:10 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
|
|
|
|
for Ctrl-Shift-A to unselect all. (#309301, Kathy Fernandes)
|
|
|
|
|
2005-09-02 18:14:59 +00:00
|
|
|
* gtk/gtkimcontextsimple.c: Rework the Unicode hex input
|
|
|
|
code. Now we only steal a single key combination, Ctrl-Shift-U,
|
|
|
|
instead of sixteen.
|
|
|
|
A hex Unicode sequence must be started with Ctrl-Shift-U, followed
|
|
|
|
by a sequence of hex digits entered with Ctrl-Shift still held.
|
|
|
|
Releasing one of the modifiers or pressing space while the modifiers
|
|
|
|
are still held commits the character. It is possible to erase
|
|
|
|
digits using backspace.
|
|
|
|
As an extension to the above, we also allow to start the sequence
|
|
|
|
with Ctrl-Shift-U, then release the modifiers before typing any
|
|
|
|
digits, and enter the digits without modifiers.
|
|
|
|
(#82011, Owen Taylor)
|
|
|
|
|
2005-09-02 17:15:47 +00:00
|
|
|
2005-09-02 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-02 17:29:38 +00:00
|
|
|
* gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
|
|
|
|
we still need to deliver the destroy event. (#314980, Chris Lahey)
|
|
|
|
|
2005-09-02 17:15:47 +00:00
|
|
|
* gtk/gtktextview.c (gtk_text_view_key_press_event): Reset
|
|
|
|
im context before committing \n or \t.
|
|
|
|
|
2005-09-02 13:33:06 +00:00
|
|
|
2005-09-02 Alexander Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
|
|
|
|
(shortcuts_activate_volume):
|
|
|
|
Handle base_path being null in the rest of the cases (#310270)
|
|
|
|
|
2005-09-02 01:54:45 +00:00
|
|
|
2005-09-02 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
|
|
|
|
cursor position also in root window coordinates. Prune out
|
|
|
|
superfluous WM_MOUSEMOVE events even earlier, based on root window
|
|
|
|
coordinates. Windows sends WM_MOUSEMOVE messages after a new
|
|
|
|
window has ben mapped below the cursor even if the mouse doesn't
|
|
|
|
move. We used to generate GDK_MOTION_NOTIFY in these cases. This
|
|
|
|
confused at least gtk_menu_motion_notify(). (#314995)
|
|
|
|
|
|
|
|
* gtk/gtkintl.h: No need to include config.h here. It caused
|
|
|
|
warnings about GTK_LOCALEDIR being redefined on Win32 when
|
|
|
|
compiling files where gtkintl.h is included after gtkprivate.h
|
|
|
|
(which #undefines and re-#defines GTK_LOCALEDIR on Win32).
|
|
|
|
|
|
|
|
* gtk/gtkplug.c: Include config.h.
|
|
|
|
|
2005-09-01 05:11:46 +00:00
|
|
|
2005-09-01 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-09-01 14:42:02 +00:00
|
|
|
* gtk/gtkfilesystemunix.c: Pass statbufs down to
|
|
|
|
xdg_mime_get_mime_type_for_file() where possible, to avoid
|
|
|
|
useless re-stating.
|
|
|
|
|
2005-09-01 13:10:55 +00:00
|
|
|
* gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
|
|
|
|
typo. (#314921, Guillaume Cottenceau)
|
|
|
|
|
2005-09-01 05:11:46 +00:00
|
|
|
* gdk/*.c: Intern some more strings.
|
|
|
|
* gtk/gtkintl.h:
|
|
|
|
* gtk/*.c: Define an I_() macro and use it instead of the
|
|
|
|
bulky g_intern_static_string().
|
|
|
|
|
2005-08-31 15:14:26 +00:00
|
|
|
2005-08-31 Matthias Clasen <mclasen@redhat.com>
|
2005-09-01 05:11:46 +00:00
|
|
|
|
|
|
|
* gtk/gtkbindings.c (binding_signal_new): Intern the signal name
|
|
|
|
instead of copying it.
|
|
|
|
|
|
|
|
* gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
|
|
|
|
|
2005-08-31 17:58:55 +00:00
|
|
|
* gtk/*.c: Also intern static strings passed to
|
|
|
|
g_object_set_data().
|
2005-08-31 15:14:26 +00:00
|
|
|
|
2005-08-31 16:53:43 +00:00
|
|
|
* gdk/Makefile.am:
|
|
|
|
* gtk/Makefile.am: Intern type names in code generated by
|
|
|
|
glib-mkenums, too.
|
|
|
|
|
|
|
|
* gtk/*.c:
|
|
|
|
* gdk/x11/*.c:
|
|
|
|
* gdk/*.c: Intern type names before registering the type to avoid
|
|
|
|
unnecessary copies.
|
2005-08-31 15:14:26 +00:00
|
|
|
|
|
|
|
* configure.in: Require GLib 2.9.0
|
|
|
|
|
2005-08-31 04:01:40 +00:00
|
|
|
2005-08-31 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-31 05:19:56 +00:00
|
|
|
* gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
|
|
|
|
and add icon-size and icon-size-set properties. (#314172)
|
|
|
|
|
2005-08-31 04:41:45 +00:00
|
|
|
* gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
|
|
|
|
groups across transient parents. (#312918, Christian Persch)
|
|
|
|
|
2005-08-31 04:17:46 +00:00
|
|
|
* gtk/gtktreemodel.c: Some documentation fixes. (#314882,
|
|
|
|
Guillaume Cottenceau)
|
|
|
|
|
2005-08-31 04:01:40 +00:00
|
|
|
* gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions):
|
|
|
|
Fix a typo in the docs. (#314878, Guillaume Cottenceau)
|
|
|
|
|
2005-08-30 14:11:50 +00:00
|
|
|
2005-08-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-30 18:38:17 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
|
|
|
|
make C-/ select all and C-\ unselect all. (#309301,
|
|
|
|
Kathy Fernandez)
|
|
|
|
|
2005-08-30 17:29:28 +00:00
|
|
|
* gtk/gtkimcontextsimple.c: Change the compose sequence for
|
|
|
|
soft hyphen to be multi_key-minus-minus-space, and add
|
|
|
|
compose sequences multi_key-minus-minus-period and
|
|
|
|
multi_key-minus-minus-minus for en dash and em dash.
|
|
|
|
(#172653, Christian Lohmaier)
|
|
|
|
|
2005-08-30 16:09:03 +00:00
|
|
|
* gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
|
|
|
|
code. (#313946, Christian Persch)
|
|
|
|
|
2005-08-30 14:11:50 +00:00
|
|
|
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
|
|
|
|
fix for the default value of the "ui" property.
|
|
|
|
|
2005-08-30 04:46:09 +00:00
|
|
|
2005-08-30 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-30 05:08:35 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkselection.h:
|
2005-08-30 05:42:37 +00:00
|
|
|
* gtk/gtkselection.c: Add functions which look for text, image
|
|
|
|
or uri targets in an array of atoms. (#314089, Mark Wielaard)
|
|
|
|
|
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkselection.h:
|
2005-08-30 05:08:35 +00:00
|
|
|
* gtk/gtkselection.c (gtk_selection_data_targets_include_uri):
|
|
|
|
Add a function to check wether targets include uri.
|
|
|
|
(#314092, Mark Wielaard)
|
|
|
|
|
2005-08-30 04:46:09 +00:00
|
|
|
* gtk/gtk.symbols:
|
|
|
|
* gtk/gtkwindow.h:
|
|
|
|
* gtk/gtkwindow.c: Add a deletable property with getter
|
|
|
|
and setter, to control the close button in the window
|
|
|
|
frame. (#59718, Havoc Pennington)
|
|
|
|
|
2005-08-29 17:47:10 +00:00
|
|
|
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-30 03:52:56 +00:00
|
|
|
* gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
|
|
|
|
to the arrow keys for menu navigation. (#162825, Carl Worth)
|
|
|
|
|
2005-08-29 23:52:32 +00:00
|
|
|
* gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
|
|
|
|
|
2005-08-29 23:48:49 +00:00
|
|
|
* gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
|
|
|
|
|
2005-08-29 20:06:16 +00:00
|
|
|
* gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock):
|
|
|
|
* gtk/gtkimage.c (gtk_image_new_from_stock): Don't
|
|
|
|
refer to nonexisting stock ids.
|
|
|
|
|
2005-08-29 20:01:28 +00:00
|
|
|
* gtk/gtktextview.c (popup_targets_received):
|
|
|
|
* gtk/gtkentry.c (popup_targets_received): Construct
|
|
|
|
the "Select All" menuitem from stock.
|
|
|
|
|
|
|
|
* gtk/stock-icons/stock_select_all_{16,24}.png:
|
|
|
|
* gtk/stock-icons/Makefile.am:
|
|
|
|
* gtk/gtkiconfactory.c:
|
|
|
|
* gtk/gtkstock.h:
|
|
|
|
* gtk/gtkstock.c: Add a "Select All" stock item. (#78545,
|
|
|
|
Calum Benson)
|
|
|
|
|
2005-08-29 19:15:24 +00:00
|
|
|
* gtk/gtktrayicon.c: Add a pointer to the spec.
|
|
|
|
|
2005-08-29 19:01:42 +00:00
|
|
|
* gtk/gtkstatusicon-x11.c: Add docs.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.h: Fix a typo.
|
|
|
|
|
2005-08-29 17:47:10 +00:00
|
|
|
Add a cross-platform "tray icon" API, by
|
|
|
|
porting EggStatusIcon/EggTrayIcon (#105101)
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
|
|
|
|
displays an icon in a notification area.
|
|
|
|
|
|
|
|
* gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
|
|
|
|
X11, using GtkTrayIcon.
|
|
|
|
|
|
|
|
* gtk/gtktrayicon.h:
|
|
|
|
* gtk/gtktrayicon.c: An implementation of the freedesktop.org
|
|
|
|
system tray specification, not public API.
|
|
|
|
|
|
|
|
* gtk/gtk.symbols: Add new exported functions.
|
|
|
|
|
|
|
|
* gtk/gtk.h: Include gtkstatusicon.h.
|
|
|
|
|
|
|
|
* gtk/Makefile.am: Add new files.
|
|
|
|
|
|
|
|
* tests/Makefile.am:
|
|
|
|
* tests/teststatusicon.c: Test for GtkStatusIcon.
|
|
|
|
|
2005-08-29 17:37:53 +00:00
|
|
|
2005-08-29 Christopher Aillon <caillon@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
|
|
|
|
and GTK_STOCK_DISCONNECT
|
2005-08-29 17:47:10 +00:00
|
|
|
|
2005-08-29 14:53:45 +00:00
|
|
|
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-29 17:18:12 +00:00
|
|
|
* gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify):
|
|
|
|
Use XFixesChangeSaveSet if available. (#314682)
|
|
|
|
|
2005-08-29 14:53:45 +00:00
|
|
|
* gtk/gtkmenu.c (gtk_menu_grab_notify): Only cancel if the menu
|
|
|
|
was active. (#314298, Christian Persch, analysis by Mark McLoughlin)
|
|
|
|
|
2005-08-29 04:38:52 +00:00
|
|
|
2005-08-29 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-29 05:06:18 +00:00
|
|
|
* gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
|
|
|
|
accidentally leftover duplicate pixbuf creation. (#314700,
|
|
|
|
Kjartan Maraas)
|
|
|
|
|
2005-08-29 04:48:19 +00:00
|
|
|
* gtk/gtksettings.c (settings_update_cursor_theme): Don't
|
|
|
|
leak the cursor theme name. (#314693, Kjartan Maraas)
|
|
|
|
|
2005-08-29 04:38:52 +00:00
|
|
|
* gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free
|
|
|
|
state.children in all cases. (#313862, Kjartan Maraas)
|
|
|
|
|
2005-08-28 06:07:13 +00:00
|
|
|
2005-08-28 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* po/POTFILES.in, po-properties/POTFILES.in:
|
|
|
|
Add gdk/gdkscreen.c
|
|
|
|
|
2005-08-27 04:25:28 +00:00
|
|
|
2005-08-27 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-27 04:34:00 +00:00
|
|
|
* gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
|
|
|
|
value of the ui property. (#314532, Yong Wang)
|
|
|
|
|
2005-08-27 04:25:28 +00:00
|
|
|
* gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
|
|
|
|
when G_MAXLONG is passed as length.
|
|
|
|
|
2005-08-26 19:05:31 +00:00
|
|
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Add a separate --ignore-theme-index option
|
|
|
|
to avoid overloading --force. (JP Rosevaar)
|
|
|
|
|
2005-08-26 16:29:40 +00:00
|
|
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-26 18:52:48 +00:00
|
|
|
* configure.in: Bump version to 2.9.0
|
|
|
|
|
2005-08-26 18:49:52 +00:00
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkscreen.h:
|
|
|
|
* gdk/gdkscreen.c: Make the GdkScreen font options api
|
|
|
|
public, and add properties GdkScreen::font-options and
|
|
|
|
GdkScreen::resolution. (#314004)
|
|
|
|
|
|
|
|
* gdk/gdkpango.c:
|
|
|
|
* gtk/gtksettings.c:
|
|
|
|
* gtk/gtkwidget.c: Adjust all callers.
|
|
|
|
|
|
|
|
* gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
|
|
|
|
* gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
|
|
|
|
* gdk/gdkscreen.c: Include gdkintl.h.
|
|
|
|
|
2005-08-26 16:29:40 +00:00
|
|
|
* gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
|
|
|
|
variable warning, pointed out by Colin Walters. (#314585)
|
|
|
|
|
2005-08-26 13:44:50 +00:00
|
|
|
2005-08-26 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
|
|
|
|
printouts.
|
|
|
|
(gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
|
|
|
|
|
2005-08-26 06:28:40 +00:00
|
|
|
2005-08-26 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
|
|
|
|
of week_start. (#314473, JP Rosevaar)
|
|
|
|
|
2005-08-26 03:48:27 +00:00
|
|
|
2005-08-25 Thomas Fitzsimmons <fitzsim@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
|
|
|
|
lock. (#314533, Thomas Fitzsimmons)
|
|
|
|
|
2005-08-26 03:09:36 +00:00
|
|
|
2005-08-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
|
|
|
|
NULL gracefully. (#314523, Ed Catmur)
|
|
|
|
|
2005-08-25 19:22:29 +00:00
|
|
|
2005-08-25 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme):
|
|
|
|
Handle theme == NULL.
|
|
|
|
|
2005-08-25 18:04:09 +00:00
|
|
|
2005-08-25 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
|
|
|
|
y offset into account when positioning the popup. (#314470,
|
|
|
|
Christian Persch)
|
|
|
|
|
2005-08-25 17:53:15 +00:00
|
|
|
2005-08-25 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
|
2005-08-25 18:00:20 +00:00
|
|
|
as instance_init, not base_init! (#314452, Fix from Frederic
|
|
|
|
Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
|
2005-08-25 17:53:15 +00:00
|
|
|
rather than 1 for a negative flag value.
|
|
|
|
|
2005-08-24 20:05:54 +00:00
|
|
|
2005-08-24 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (draw_error_underline): Add a note about
|
|
|
|
cut-and-paste between here and Pango.
|
|
|
|
|
2005-08-24 15:28:20 +00:00
|
|
|
2005-08-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-24 18:22:23 +00:00
|
|
|
* === Released 2.8.2 ===
|
|
|
|
|
|
|
|
* gtk/gtkclipboard.c (request_image_received_func): Use the correct
|
|
|
|
callback for image/gif, and also try image/bmp. (#314086, Mark
|
|
|
|
Wielaard)
|
|
|
|
|
|
|
|
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
|
|
|
|
Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev. (#314382,
|
|
|
|
Sebastien Bacher)
|
|
|
|
|
2005-08-24 15:53:23 +00:00
|
|
|
* NEWS: Updates
|
|
|
|
|
2005-08-24 15:47:28 +00:00
|
|
|
* gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
|
|
|
|
and cursor settings get propagated down to the screen initially.
|
|
|
|
Pointed out by Frederic Crozat.
|
|
|
|
|
2005-08-24 15:28:20 +00:00
|
|
|
* gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
|
|
|
|
message if the screen is NULL. Noticed by Kjartan Maraas.
|
|
|
|
|
2005-08-24 06:29:12 +00:00
|
|
|
2005-08-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-24 13:22:35 +00:00
|
|
|
* Bump version
|
|
|
|
|
2005-08-24 06:29:12 +00:00
|
|
|
* === Released 2.8.1 ===
|
|
|
|
|
|
|
|
* NEWS: Updates
|
|
|
|
|
2005-08-24 04:15:28 +00:00
|
|
|
2005-08-24 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
|
|
|
|
against lazy filterers which return values other than TRUE or
|
|
|
|
FALSE from their visible func. (#314335)
|
|
|
|
|
2005-08-24 03:29:06 +00:00
|
|
|
2005-08-23 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
Fix for #314004, reported by Michael Reinsch:
|
|
|
|
|
|
|
|
* gdk/gdk.symbols:
|
|
|
|
* gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
|
|
|
|
Add gdk_screen_get/set_resolution_libgtk_only()
|
|
|
|
|
|
|
|
* gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
|
|
|
|
the options for the screen on the newly created context.
|
|
|
|
|
|
|
|
* gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c:
|
|
|
|
Move font options and dpi code from gtkwidget.c to gtksettings.c, set
|
|
|
|
the font options on the screen.
|
|
|
|
|
|
|
|
* gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
|
|
|
|
the font options from the screen and set them on the context.
|
|
|
|
|
2005-08-23 20:33:42 +00:00
|
|
|
2005-08-23 Kristian Rietveld <kris@gtk.org>
|
|
|
|
|
|
|
|
* gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
|
|
|
|
bother inserting new rows in a level with a zero refcount and
|
|
|
|
immediately free the level. (Fixes #312350, reported by Markku Vire).
|
|
|
|
|
2005-08-23 12:48:05 +00:00
|
|
|
2005-08-23 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-23 15:18:08 +00:00
|
|
|
* gtk/updateiconcache.c: Complain when there is no index.theme file
|
|
|
|
in the specified directory, unless --force is used. Also add an
|
|
|
|
--index-only option to create caches without image data.
|
|
|
|
|
2005-08-23 12:48:05 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
|
|
|
|
C99ism. (#314262, Robert Jeff Mitchell)
|
|
|
|
|
2005-08-22 20:51:56 +00:00
|
|
|
2005-08-22 Manish Singh <yosh@gimp.org>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
|
|
|
|
|
2005-08-22 20:12:15 +00:00
|
|
|
2005-08-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkwindow.c (gtk_window_client_event):
|
|
|
|
* gtk/gtkicontheme.c (ensure_valid_themes)
|
|
|
|
(_gtk_icon_theme_check_reload): Implement a clientmessage based
|
|
|
|
scheme for makeing sure that all GTK+ applications notice if an
|
|
|
|
icon theme has been updated. This should prevent multiple versions
|
|
|
|
of an icon theme cache to be mapped in memory at the same time,
|
|
|
|
which can cause excessive memory consumption. (#313156, Chris
|
|
|
|
Lahey)
|
|
|
|
|
2005-08-22 14:14:45 +00:00
|
|
|
2005-08-22 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-22 16:38:46 +00:00
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
|
|
|
|
regarding icon theme changes.
|
|
|
|
|
|
|
|
* gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
|
|
|
|
pixbufs which are backed by the mmapped memory of an icon cache,
|
|
|
|
increase the refcount of the icon cache, so that the memory is not
|
|
|
|
munmapped away underneath the pixbuf upon icon theme changes.
|
|
|
|
(#314170, Kjartan Maraas)
|
|
|
|
|
2005-08-22 14:44:39 +00:00
|
|
|
* docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order
|
|
|
|
to link against Xext. (#314062)
|
|
|
|
|
2005-08-22 14:14:45 +00:00
|
|
|
* gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
|
|
|
|
overruns. (#314081, Hans Breuer)
|
|
|
|
|
2005-08-21 01:57:01 +00:00
|
|
|
2005-08-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
|
|
|
|
returned layout must not be modified.
|
|
|
|
|
2005-08-20 20:16:34 +00:00
|
|
|
Sat Aug 20 16:12:14 2005 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_set_model): clear
|
|
|
|
scroll_to_path if the model changes.
|
|
|
|
|
|
|
|
* gtk/gtkiconview.c: (gtk_icon_view_destroy),
|
|
|
|
(gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
|
|
|
|
(gtk_icon_view_scroll_to_path): Handle scrolling to a path before
|
|
|
|
we're realized, #312798
|
|
|
|
(gtk_icon_view_set_model): clear scroll_to_path if the model
|
|
|
|
changes.
|
|
|
|
|
2005-08-20 05:55:25 +00:00
|
|
|
2005-08-20 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkrange.c (gtk_range_adjustment_changed)
|
|
|
|
(gtk_range_adjustment_value_changed): Don't queue a draw
|
|
|
|
if the layout has not changed. (#313991, Benjamin Berg)
|
|
|
|
|
2005-08-19 16:46:57 +00:00
|
|
|
2005-08-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-19 19:23:32 +00:00
|
|
|
* gtk/gtktreeitem.c: Remove duplicate lines. (#313344,
|
|
|
|
Benoit Carpentier)
|
|
|
|
|
2005-08-19 19:21:45 +00:00
|
|
|
* modules/engines/ms-windows/msw_style.c (setup_system_styles):
|
|
|
|
Fix a typo.
|
|
|
|
|
2005-08-19 18:21:31 +00:00
|
|
|
* gtk/gtkfilechooserbutton.c (change_icon_theme)
|
|
|
|
(model_add_special, model_add_special, model_add_volumes):
|
|
|
|
Handle pixbuf being NULL without warnings. Also, don't
|
|
|
|
leak pixbuf references when the icon theme is changed.
|
|
|
|
|
2005-08-19 16:46:57 +00:00
|
|
|
* gtk/gtkmain.c (gtk_get_event_widget): Don't access
|
|
|
|
the user data on destroyed windows, since at best
|
|
|
|
it can be a stale pointer. (#313953, Robin Green)
|
|
|
|
|
2005-08-19 04:39:30 +00:00
|
|
|
2005-08-19 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-19 16:16:17 +00:00
|
|
|
* gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.
|
|
|
|
(#313900, Sebastien Bacher)
|
|
|
|
|
2005-08-19 14:05:32 +00:00
|
|
|
* gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
|
|
|
|
FALSE if the tree is empty. (#313891, Guillaume Cottenceau)
|
|
|
|
|
2005-08-19 05:46:06 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display)
|
|
|
|
(xdnd_read_actions, get_client_window_at_coords_recurse):
|
|
|
|
Free data returned from XGetWindowProperty.
|
|
|
|
|
|
|
|
* gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window)
|
|
|
|
Free data returned from XGetWindowProperty. (313867, Kjartan
|
|
|
|
Maraas)
|
|
|
|
|
2005-08-19 05:16:31 +00:00
|
|
|
* gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
|
|
|
|
children in all cases. (#313862, Kjartan Maraas)
|
|
|
|
|
2005-08-19 04:39:30 +00:00
|
|
|
* gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs
|
|
|
|
in the per-directory hash, even if they come from the icon cache.
|
|
|
|
We tried to avoid that before, but as a result leaked icon data
|
|
|
|
structs. (#313852, Kjartan Maraas)
|
|
|
|
|
2005-08-18 20:29:55 +00:00
|
|
|
2005-08-18 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
|
|
|
|
signal handlers on destroy, not on finalize. (#313759, Brett Atoms)
|
|
|
|
|
2005-08-15 21:26:19 +00:00
|
|
|
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
|
|
|
|
files for x11/xext. (Jonas Bonn)
|
|
|
|
|
2005-08-15 19:36:32 +00:00
|
|
|
2005-08-15 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
|
|
|
|
inside GTK_NOTE.
|
|
|
|
|
2005-08-15 19:04:55 +00:00
|
|
|
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* configure.in: Fix have_base_pc / have_base_x_pc typo.
|
|
|
|
|
|
|
|
* gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
|
|
|
|
(#313417, James Andrewartha)
|
|
|
|
|
|
|
|
* configure.in: Add fontconfig to X_PACKAGES, since we use it for
|
|
|
|
FcNameConstant(). (More of #313417)
|
|
|
|
|
2005-08-15 16:36:31 +00:00
|
|
|
2005-08-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-15 18:17:01 +00:00
|
|
|
* gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
|
|
|
|
modal dialogs, make sure to inherit the window group from
|
|
|
|
the parent, since we don't inherit window groups across
|
|
|
|
transient parents currently. (#312918, Christian Persch)
|
|
|
|
|
|
|
|
* gtk/gtkmessagedialog.c (gtk_message_dialog_new):
|
|
|
|
* gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs.
|
|
|
|
|
2005-08-15 16:46:52 +00:00
|
|
|
* gtk/gtkiconview.c (gtk_icon_view_select_path)
|
|
|
|
(gtk_icon_view_scroll_to_path): Handle paths of depth 0
|
|
|
|
gracefully. (#312796, Jonathan Blandford)
|
|
|
|
|
2005-08-15 16:36:31 +00:00
|
|
|
* tests/testtoolbar.c: Add some more tests for menu placement.
|
|
|
|
|
|
|
|
* gtk/gtkmenutoolbutton.c (menu_position_func):
|
|
|
|
* gtk/gtktoolbar.c (menu_position_func): Improve positioning
|
|
|
|
of toolbutton menus and of the overflow menu. (#312937,
|
|
|
|
#153870, Christian Persch, Paolo Borelli)
|
|
|
|
|
2005-08-15 14:53:00 +00:00
|
|
|
2005-08-15 Tor Lillqvist <tml@novell.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Use g_path_get_dirname() instead of
|
|
|
|
the nonportable <libgen.h> and dirname().
|
|
|
|
|
2005-08-15 13:28:22 +00:00
|
|
|
2005-08-15 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
2005-08-15 13:46:32 +00:00
|
|
|
* gtk/gtksizegroup.c: Use object data to mark widgets and
|
|
|
|
groups as visited, so that we avoid constant extra list
|
|
|
|
traversals. Also allocate quarks in class_init. (#311618,
|
|
|
|
Michael Natterer)
|
|
|
|
|
2005-08-15 13:28:22 +00:00
|
|
|
* gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the
|
|
|
|
download location for the hicolor icon theme. (#313475, Olexiy
|
|
|
|
Avramchenko)
|
|
|
|
|
2005-08-15 13:46:32 +00:00
|
|
|
* gtk/gtkicontheme.c: Remove debug spew.
|
|
|
|
|
2005-08-15 12:35:04 +00:00
|
|
|
2005-08-15 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
|
|
|
* gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap):
|
|
|
|
* gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap):
|
|
|
|
* gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
|
|
|
|
Handle pixmap == NULL when checking for a colormap.
|
|
|
|
(Allin Cottrell).
|
|
|
|
|
2005-08-15 03:52:34 +00:00
|
|
|
2005-08-14 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
|
|
|
|
* gtk/updateiconcache.c: Store only one copy of the pixel data
|
|
|
|
for symlinked icons. To achieve this, maintain a hashtable
|
|
|
|
mapping pathnames to pixel data, and share the pixel data for
|
|
|
|
all symlinks resolving to the same pathname. When writing out
|
|
|
|
the image data, write out the pixel data only the first time
|
|
|
|
it is met, and store the offset pointing to the first copy
|
|
|
|
for use in all later cases.
|
|
|
|
This reduces the size of the Bluecurve icon cache from 40
|
|
|
|
to 13MB. (#312972)
|
|
|
|
|