summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More updatesMatthias Clasen2006-06-121-0/+6
|
* Introduce grid and tree lines in GtkTreeView. (#106406, Martyn Russell).Kristian Rietveld2006-06-127-1/+389
| | | | | | | | | | | | | | | | | | | | | | 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.
* UpdatesMatthias Clasen2006-06-121-46/+49
|
* Use gtk_printer_accepts_ps here.Matthias Clasen2006-06-127-18/+96
| | | | | | | | | | | | | | | 2006-06-12 Matthias Clasen <mclasen@redhat.com> * 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.
* Add a GTK_PRINT_CAPABILITY_GENERATE_PDF capability.Matthias Clasen2006-06-124-7/+34
| | | | | | | | | | 2006-06-12 Matthias Clasen <mclasen@redhat.com> * 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)
* Add support for pasting filenames into the filechooser. (#153212, BastianMatthias Clasen2006-06-123-0/+71
| | | | | | | 2006-06-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Add support for pasting filenames into the filechooser. (#153212, Bastian Nocera)
* report status in return value instead of spewing assertions. (#335729,Kristian Rietveld2006-06-124-11/+40
| | | | | | | | | | 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).
* Clean up user data. (#344624, Christian Weiske)Matthias Clasen2006-06-123-1/+13
| | | | | | | 2006-06-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_finalize): Clean up user data. (#344624, Christian Weiske)
* Updated Gujarati TranslationsAnkitkumar Rameshchandra Patel2006-06-122-136/+167
|
* Updated TranslationAnkitkumar Rameshchandra Patel2006-06-122-1210/+1119
|
* UpdatesMatthias Clasen2006-06-123-0/+69
|
* Cosmetic cleanups.Matthias Clasen2006-06-126-79/+104
| | | | | | | | | 2006-06-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintjob.c: * gtk/gtkprintbackend.c: * gtk/gtkpagesetupunixdialog.c: * gtk/gtkprintunixdialog.c: Cosmetic cleanups.
* add bug refMatthias Clasen2006-06-122-2/+2
|
* Add an accessible implementation in order to make the buttons visible toMatthias Clasen2006-06-123-0/+198
| | | | | | | | 2006-06-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtkassistant.c: Add an accessible implementation in order to make the buttons visible to a11y tools. (pointed out by David Malcolm)
* store scale in percentMatthias Clasen2006-06-123-3/+8
|
* Document response codesMatthias Clasen2006-06-122-0/+19
|
* Fix #344543Matthias Clasen2006-06-125-4/+38
|
* Do not leak the groups string vector. (#344607, John Finlay)Emmanuele Bassi2006-06-114-0/+22
| | | | | | | | | | | 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)
* Fix MSVC build problem. (#339739, Kazuki Iwamoto)Tor Lillqvist2006-06-113-1/+11
| | | | | | | 2006-06-11 Tor Lillqvist <tml@novell.com> * gtk/gtkprintoperation-win32.c: Fix MSVC build problem. (#339739, Kazuki Iwamoto)
* Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in theTor Lillqvist2006-06-113-3/+26
| | | | | | | | 2006-06-11 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkproperty-win32.c (gdk_property_change): Convert \n to \r\n also when storing CF_UNICODETEXT (UTF-16) in the Clipboard. (#344496)
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-112-1218/+1114
| | | | | | 2006-06-11 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Mark files as translatableMatthias Clasen2006-06-112-0/+7
|
* Allow NULL to mean the default manager. (#344530, John Finlay)Matthias Clasen2006-06-114-2/+16
| | | | | | | | | | | 2006-06-10 Matthias Clasen <mclasen@redhat.com> * 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)
* Fix bug 344518Matthias Clasen2006-06-113-1/+11
|
* remove an extra commaMatthias Clasen2006-06-113-1/+7
|
* use the passed in destroy notifyMatthias Clasen2006-06-113-0/+13
|
* Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.Matthias Clasen2006-06-114-2/+12
| | | | | | | | | 2006-06-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperation.c: * modules/printbackends/pdf/gtkprintbackendpdf.c: Use cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution. (#344512, Elijah Newren)
* Make compiling against uninstalled gdk work. (#344386, Masatake Yamamoto)Matthias Clasen2006-06-113-1/+7
| | | | | | | 2006-06-10 Matthias Clasen <mclasen@redhat.com> * gdk-2.0-uninstalled.pc.in: Make compiling against uninstalled gdk work. (#344386, Masatake Yamamoto)
* Register create_custom_widget as an object-returning signal. (#344505,Matthias Clasen2006-06-114-5/+17
| | | | | | | | | | 2006-06-10 Matthias Clasen <mclasen@redhat.com> * 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.
* Register GtkPrintCapabilitiesMatthias Clasen2006-06-115-4/+41
|
* Updated Thai translation.Theppitak Karoonboonyanan2006-06-102-12/+16
| | | | | | 2006-06-10 Theppitak Karoonboonyanan <thep@linux.thai.net> * th.po: Updated Thai translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-092-22/+24
| | | | | | 2006-06-09 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated Spanish translation.Francisco Javier F. Serrador2006-06-091-1432/+1479
| | | | | | 2006-06-09 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
* Updated Korean translation.Changwoo Ryu2006-06-092-1782/+1701
| | | | | | 2006-06-10 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
* Take GtkMenu::horizontal-padding into account when placing submenusBenjamin Berg2006-06-093-0/+13
| | | | | | | 2006-06-09 Benjamin Berg <benjamin@sipsolutions.net> * gtk/gtkmenuitem.c: (get_offsets): Take GtkMenu::horizontal-padding into account when placing submenus (#344290)
* added new style properties "trough-side-details" andMichael Natterer2006-06-093-78/+373
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Add bug reporter name.Tor Lillqvist2006-06-092-2/+2
|
* Call ReleaseDC() on DCs acquired with GetDC() (for windows), andTor Lillqvist2006-06-093-1/+22
| | | | | | | | | | | 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 practice. (#337491)
* fix buildMatthias Clasen2006-06-094-10/+21
|
* Turn off profilingMatthias Clasen2006-06-083-1/+5
|
* Update for api changes.Matthias Clasen2006-06-083-3/+7
| | | | | | 2006-06-08 Matthias Clasen <mclasen@redhat.com> * tests/print-editor.c: Update for api changes.
* Include gtkprintoperationpreview.hMatthias Clasen2006-06-082-0/+4
| | | | | | 2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.h: Include gtkprintoperationpreview.h
* Use g_return_val_if_fail (#344288, Kazuki Iwamoto)Matthias Clasen2006-06-082-0/+6
| | | | | | | 2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintoperationpreview.c (gtk_print_operation_preview_is_selected): Use g_return_val_if_fail (#344288, Kazuki Iwamoto)
* Don't include gtkprinter-private.h here.Matthias Clasen2006-06-089-9/+29
| | | | | | | | | | | | | | | 2006-06-08 Matthias Clasen <mclasen@redhat.com> * 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. * gtk/gtk.symbols: * gtk/gtkprintoperation.h: * gtk/gtkprintoperation.c: Rename pdf_target to export_filename.
* forgotten fileMatthias Clasen2006-06-081-1/+1
|
* UpdatesMatthias Clasen2006-06-082-3/+5
|
* Replace pdf_target by export_filenameMatthias Clasen2006-06-082-1/+3
|
* Rename pdf_target to export_filenameMatthias Clasen2006-06-085-20/+33
|
* Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.Matthias Clasen2006-06-082-5/+6
| | | | | | 2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
* Get rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.Matthias Clasen2006-06-085-21/+33
| | | | | | | | | | 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.