- 09 Jun, 2006 8 commits
-
-
Francisco Javier F. Serrador authored
2006-06-09 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
-
Francisco Javier F. Serrador authored
2006-06-09 Francisco Javier F. Serrador <serrador@openshine.com> * es.po: Updated Spanish translation.
-
Changwoo Ryu authored
2006-06-10 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation.
-
Benjamin Berg authored
2006-06-09 Benjamin Berg <benjamin@sipsolutions.net> * gtk/gtkmenuitem.c: (get_offsets): Take GtkMenu::horizontal-padding into account when placing submenus (#344290)
-
Michael Natterer authored
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.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
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)
-
Matthias Clasen authored
-
- 08 Jun, 2006 26 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-08 Matthias Clasen <mclasen@redhat.com> * tests/print-editor.c: Update for api changes.
-
Matthias Clasen authored
2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.h: Include gtkprintoperationpreview.h
-
Matthias Clasen authored
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)
-
Matthias Clasen authored
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.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkprintoperation.sgml: Remove GTK_PRINT_OPERATION_RESULT_PREVIEW.
-
Matthias Clasen authored
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.
-
Tor Lillqvist authored
-
Tor Lillqvist authored
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 window including decorations. Improve resizing behaviouor in the presence of aspect hints, more in line with typical X window managers.
-
Matthias Clasen authored
2006-06-08 Matthias Clasen <mclasen@redhat.com> * gtk/gtktoolbutton.c (gtk_tool_button_style_set): Give GtkToolButton the same treatment.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-08 Matthias Clasen <mclasen@redhat.com> * 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.
-
Alexander Larsson authored
2006-06-08 Alexander Larsson <alexl@redhat.com> * gtk/gtkprintoperation-unix.c (finish_print): Fix up unix fallout from previous change.
-
Alexander Larsson authored
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.
-
Ankitkumar Rameshchandra Patel authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-07 Matthias Clasen <mclasen@redhat.com> * 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.
-
Matthias Clasen authored
-
Matthias Clasen authored
2006-06-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.h: * gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook): Add a destroy notify for the callback data. (#344209, Murray Cumming)
-
- 07 Jun, 2006 6 commits
-
-
Jürg Billeter authored
2006-06-07 Jürg Billeter <j@bitron.ch> * gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
-
Alexander Larsson authored
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
-
Matthias Clasen authored
-
Bastien Nocera authored
2006-06-07 Bastien Nocera <hadess@hadess.net> * configure.in: Update the ATK requirements (#344148)
-
Matthias Clasen authored
-
Matthias Clasen authored
-