]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoRotate figures on landscape icons in page setup dialog
Marek Kasik [Wed, 11 Nov 2009 13:21:11 +0000 (14:21 +0100)]
Rotate figures on landscape icons in page setup dialog

Rotate figures on landscape and reverse landscape icons
to match output of print (#599402).

14 years agoFix incorrect GtkMovementStep description
Javier Jardón [Tue, 10 Nov 2009 19:37:56 +0000 (20:37 +0100)]
Fix incorrect GtkMovementStep description

Reported by James Campos here:
https://bugzilla.gnome.org/show_bug.cgi?id=601432

14 years agoFix compilation warning: Use GDK_GPOINTER_TO_NATIVE_WINDOW() macro
Javier Jardón [Tue, 10 Nov 2009 19:26:59 +0000 (20:26 +0100)]
Fix compilation warning: Use GDK_GPOINTER_TO_NATIVE_WINDOW() macro

14 years ago[gdk] Added GDK_GPOINTER_TO_NATIVE_WINDOW() macro
Javier Jardón [Tue, 10 Nov 2009 19:09:18 +0000 (20:09 +0100)]
[gdk] Added GDK_GPOINTER_TO_NATIVE_WINDOW() macro

GdkNativeWindow cast is needed in 64-bit Windows so gpointer data
is converted to a (64-bit) native window handle.
GPOINTER_TO_UINT() is used in other platforms.

14 years agoRevert "Fix compilation warning: Use G_POINTER_TO_UINT"
Tor Lillqvist [Tue, 10 Nov 2009 14:08:23 +0000 (16:08 +0200)]
Revert "Fix compilation warning: Use G_POINTER_TO_UINT"

GPOINTER_TO_UINT() *does* drop the upper 32 bits on 64-bit
Windows. After all, it by definition produces a (32-bit) unsigned int.

The GLib commit mentioned in the reverted commit's log message just
means that it does this without any compiler warning about casting
from pointer to integer of smaller size, as it first casts to a 64-bit
integer, then casts that to a (32-bit) int.

We must use the GdkNativeWindow cast here so that on 64-bit Windows
the gpointer data in embedded_list is converted to a (64-bit) native
window handle without going through 32-bit truncation. If ifdefs are
required to avoid compiler warnings on X11, so be it then. Probably it
would be best to introduce a GDK_GPOINTER_TO_NATIVE_WINDOW() macro in
gdktypes.h.

This reverts commit 78151dc7d41069e876fe165527e68c238ef7fd4a.

14 years agoFix compilation warning: Use a variable to store the return value
Javier Jardón [Mon, 9 Nov 2009 21:39:54 +0000 (22:39 +0100)]
Fix compilation warning: Use a variable to store the return value

14 years agoFix compilation warning: Use G_GNUC_UNUSED macro
Javier Jardón [Mon, 9 Nov 2009 20:48:25 +0000 (21:48 +0100)]
Fix compilation warning: Use G_GNUC_UNUSED macro

add_builtin_module() is only used into #define block of code

14 years agoFix compilation warning: Use G_POINTER_TO_UINT
Javier Jardón [Mon, 9 Nov 2009 04:48:45 +0000 (05:48 +0100)]
Fix compilation warning: Use G_POINTER_TO_UINT

GPOINTER_TO_UINT() doesn't drops the upper 32 bits on Win64 anymore.
The Glib commit e4194cb055e44f8a1bd2ab666ead9fa040bcdb89 solved this
problem.

14 years agoFix compilation warning: Disable unused function
Javier Jardón [Mon, 9 Nov 2009 19:56:54 +0000 (20:56 +0100)]
Fix compilation warning: Disable unused function

Use #if 0 to disable unused gtk_text_btree_node_invalidate_downward()

14 years agoClarify documentation of gtk_notebook_set_action_widget
Christian Dywan [Mon, 9 Nov 2009 15:36:17 +0000 (16:36 +0100)]
Clarify documentation of gtk_notebook_set_action_widget

14 years agoFix some compilation warnings
Javier Jardón [Mon, 9 Nov 2009 09:27:30 +0000 (10:27 +0100)]
Fix some compilation warnings

Use the proper G*_TO_POINTER macro

14 years agoFix compilation warning: initialize variable to NO_MATCH
Javier Jardón [Mon, 9 Nov 2009 08:41:51 +0000 (09:41 +0100)]
Fix compilation warning: initialize variable to NO_MATCH

14 years agoFix compilation warning
Javier Jardón [Mon, 9 Nov 2009 01:25:06 +0000 (02:25 +0100)]
Fix compilation warning

Use GINT_TO_POINTER() and GPOINTER_TO_INT()

14 years agoFix warning: Use parentheses around '&&' within '||'
Javier Jardón [Mon, 9 Nov 2009 05:39:34 +0000 (06:39 +0100)]
Fix warning: Use parentheses around '&&' within '||'

14 years agoFix compilation warning: Use const gchar* variable
Javier Jardón [Mon, 9 Nov 2009 01:01:56 +0000 (02:01 +0100)]
Fix compilation warning: Use const gchar* variable

14 years agoFix compilation warning: Cast to gchar*
Javier Jardón [Mon, 9 Nov 2009 00:53:25 +0000 (01:53 +0100)]
Fix compilation warning: Cast to gchar*

14 years agoDisable test until it is rewritten to work
Javier Jardón [Mon, 9 Nov 2009 05:15:56 +0000 (06:15 +0100)]
Disable test until it is rewritten to work

14 years agoFix compilation warning: initialize the variable
Javier Jardón [Mon, 9 Nov 2009 05:09:40 +0000 (06:09 +0100)]
Fix compilation warning: initialize the variable

14 years agoFix compilation warning: Cast to guchar*
Javier Jardón [Sun, 8 Nov 2009 23:32:50 +0000 (00:32 +0100)]
Fix compilation warning: Cast to guchar*

14 years agoAdd GtkBuilder support for notebook action area.
Matthias Clasen [Mon, 9 Nov 2009 02:34:29 +0000 (21:34 -0500)]
Add GtkBuilder support for notebook action area.

Allow to place children into the notebooks action areas by using
"action-start" or "action-end" as the type.

14 years agoAdd an 'action area' to GtkNotebook
Matthias Clasen [Mon, 9 Nov 2009 02:25:05 +0000 (21:25 -0500)]
Add an 'action area' to GtkNotebook

Add support for putting widgets in the tab area, before or after
the tabs. This was requested a long time ago in bug 116650. The
implementation is the work of Johannes Schmid.

14 years agoUpdated Swedish translation
Daniel Nylander [Sun, 8 Nov 2009 21:09:50 +0000 (22:09 +0100)]
Updated Swedish translation

14 years agoExample for setting default action in gtk_drag_dest_set
Robin Stocker [Sun, 8 Nov 2009 00:27:05 +0000 (01:27 +0100)]
Example for setting default action in gtk_drag_dest_set

14 years agoTrivial typo fix.
Paul Pogonyshev [Sat, 7 Nov 2009 23:10:45 +0000 (01:10 +0200)]
Trivial typo fix.

14 years agoShavian translation
Thomas Thurman [Sat, 7 Nov 2009 15:49:44 +0000 (15:49 +0000)]
Shavian translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 7 Nov 2009 11:45:52 +0000 (12:45 +0100)]
Updated Spanish translation

14 years agoChange Latin Number to Gurmukhi for Step up the use of Punjabi (Gurmukhi)
A S Alam [Sat, 7 Nov 2009 10:38:34 +0000 (16:08 +0530)]
Change Latin Number to Gurmukhi for Step up the use of Punjabi (Gurmukhi)

14 years agoFix a typo
Javier Jardón [Sat, 7 Nov 2009 01:18:05 +0000 (02:18 +0100)]
Fix a typo

This was introduced in commit 72b69e0094db5ac1f9bf38bea429b45bf2e449e3
Reported by BugByteMan here:
http://mail.gnome.org/archives/gtk-devel-list/2009-November/msg00014.html

14 years agoUpdated Spanish translation
Jorge González [Fri, 6 Nov 2009 20:52:01 +0000 (21:52 +0100)]
Updated Spanish translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 6 Nov 2009 13:50:26 +0000 (14:50 +0100)]
Updated Slovenian translation

14 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 6 Nov 2009 13:49:58 +0000 (14:49 +0100)]
Updated Slovenian translation

14 years agoAdd RELATION_NODE_PARENT_OF relationship for treeview.
Joanmarie Diggs [Fri, 6 Nov 2009 08:17:23 +0000 (16:17 +0800)]
Add RELATION_NODE_PARENT_OF relationship for treeview.

Bug 569430.

14 years ago[configure] Add check for cairo-svg.h for file print backend
Nirbheek Chauhan [Fri, 6 Nov 2009 04:47:15 +0000 (05:47 +0100)]
[configure] Add check for cairo-svg.h for file print backend

Closes https://bugzilla.gnome.org/show_bug.cgi?id=600222

14 years ago[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.
Javier Jardón [Fri, 6 Nov 2009 02:41:02 +0000 (03:41 +0100)]
[gdk/x11/gdkdnd-x11] Add missing "Deprecated: 2.x" to the api doc comments.

14 years ago[gdk/gdkimage] Add missing "Deprecated: 2.x" to the api doc comments.
Javier Jardón [Fri, 6 Nov 2009 02:37:56 +0000 (03:37 +0100)]
[gdk/gdkimage] Add missing "Deprecated: 2.x" to the api doc comments.

14 years ago[gdk/gdkgc] Add missing "Deprecated: 2.x" to the api doc comments.
Javier Jardón [Fri, 6 Nov 2009 02:30:31 +0000 (03:30 +0100)]
[gdk/gdkgc] Add missing "Deprecated: 2.x" to the api doc comments.

14 years ago[gdk/gdkdraw] Add missing "Deprecated: 2.x" to the api doc comments.
Javier Jardón [Fri, 6 Nov 2009 02:26:27 +0000 (03:26 +0100)]
[gdk/gdkdraw] Add missing "Deprecated: 2.x" to the api doc comments.

14 years ago[gdk/gdkcolors] Add missing "Deprecated: 2.x" to the api doc comments.
Javier Jardón [Fri, 6 Nov 2009 02:16:34 +0000 (03:16 +0100)]
[gdk/gdkcolors] Add missing "Deprecated: 2.x" to the api doc comments.

14 years agoUse "Deprecated:" gtk-doc symbol corrently
Javier Jardón [Fri, 30 Oct 2009 18:34:36 +0000 (19:34 +0100)]
Use "Deprecated:" gtk-doc symbol corrently

Also, added some suggestion about replacements for deprecated functions

14 years agoDo not use static GTypeInfo and GInterfaceInfo
Nicola Fontana [Fri, 6 Nov 2009 00:21:09 +0000 (01:21 +0100)]
Do not use static GTypeInfo and GInterfaceInfo

Either g_type_register_static_simple (used by G_DEFINE_TYPE_EXTENDED)
and G_IMPLEMENT_INTERFACE use automatic variables for GTypeInfo and
GInterfaceInfo structs, while tutorials and source code often use
static variables. This commit consistently adopts the former method.

https://bugzilla.gnome.org/show_bug.cgi?id=600158

14 years agoImprove accessibility context and description of the spinner
Christian Dywan [Thu, 5 Nov 2009 23:56:30 +0000 (00:56 +0100)]
Improve accessibility context and description of the spinner

https://bugzilla.gnome.org/show_bug.cgi?id=598758

14 years agoFix tooltips in GtkColorSelection
Bruce Cowan [Fri, 30 Oct 2009 18:54:28 +0000 (18:54 +0000)]
Fix tooltips in GtkColorSelection

Tooltips made reference to palette, even though it may not have been
visible. Bug #600150.

14 years agoFix loading scaled-down jpegs
Matthias Clasen [Thu, 5 Nov 2009 15:29:34 +0000 (10:29 -0500)]
Fix loading scaled-down jpegs

The assumption that scale_num will be automatically be 1 is no longer
with libjpeg7. So set it explicitly. Bug #588740.

14 years agoDon't unnecessarily clear windows with no exposure mask set
Alexander Larsson [Wed, 4 Nov 2009 13:03:04 +0000 (14:03 +0100)]
Don't unnecessarily clear windows with no exposure mask set

When we just invalidate some area from the app we don't need to clear
windows with no exposure mask, because that wouldn't have happened pre-csw
anyway. Additionally we can avoid such clearing for native windows in cases
where the xserver already did the clearing like on exposes or when resizing
toplevels.

This means we don't fully redraw a GtkSocket when it resizes, thus
avoiding flicker in gnome-mplayer as reported in this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=598050

14 years agoDocument clears_as_native and make the name more descriptive
Alexander Larsson [Wed, 4 Nov 2009 13:01:36 +0000 (14:01 +0100)]
Document clears_as_native and make the name more descriptive

14 years agoAdd supports_native_bg to GdkWindowImpl
Alexander Larsson [Tue, 3 Nov 2009 14:38:35 +0000 (15:38 +0100)]
Add supports_native_bg to GdkWindowImpl

Backends that support native window background setting (and that clears
new window areas to this color/pixmap) should set this to true.

Currently only X11 supports this.

14 years agoDon't unnecessarily expose areas copied by native windowing system
Alexander Larsson [Tue, 3 Nov 2009 13:47:31 +0000 (14:47 +0100)]
Don't unnecessarily expose areas copied by native windowing system

When moving or scrolling a window with native children, there is no
need to expose the areas that are copied by the windowing system
as part of moving/resizing the native windows anyway.

14 years agoOnly send exposes on unmap if window really was unmapped
Alexander Larsson [Tue, 3 Nov 2009 13:41:36 +0000 (14:41 +0100)]
Only send exposes on unmap if window really was unmapped

Exposing when you hide a hidden window is just a waste of time.

14 years agoFlush outstanding stuff when clearing directly on a window
Alexander Larsson [Tue, 3 Nov 2009 13:39:50 +0000 (14:39 +0100)]
Flush outstanding stuff when clearing directly on a window

Clearing will directly modify the contents of the window, so we need
to flush any outstanding moves or double-buffering.

14 years agoDon't run system("touch conf.gtktest") in the AM_PATH_GTK_2_0 macro
Paolo Bonzini [Tue, 3 Nov 2009 16:48:42 +0000 (18:48 +0200)]
Don't run system("touch conf.gtktest") in the AM_PATH_GTK_2_0 macro

Just use the C library instead to create the file. Helps building
using Wine. Not that I think we want to endorse that way to build GTK+
for Windows, proper cross-compiling surely probably more sense, but
accepting this minimal patch doesn't hurt. From bug #590017.

Signed-off-by: Tor Lillqvist <tml@iki.fi>
14 years agoFix some compilation warnings
Javier Jardón [Mon, 2 Nov 2009 23:04:49 +0000 (00:04 +0100)]
Fix some compilation warnings

Cast to guint8* and use guint instead int in some variables

14 years agoFix compilation warning: Use gpointer variables
Javier Jardón [Mon, 2 Nov 2009 02:10:16 +0000 (03:10 +0100)]
Fix compilation warning: Use gpointer variables

14 years agoDon't keep the filesystem model alive while querying files
Benjamin Otte [Mon, 2 Nov 2009 18:49:11 +0000 (19:49 +0100)]
Don't keep the filesystem model alive while querying files

This allows disposing of the filesystemmodel while the file enumeration
is still happening.
As the filechooser does not disconnect its signals because it assumes it
is the only owner of the model, this also prevents a SEGV when emitting
the "load-finished" signal in that case.

14 years agoSimplify cleanup code
Benjamin Otte [Mon, 2 Nov 2009 18:48:05 +0000 (19:48 +0100)]
Simplify cleanup code

The patch ensures that the file browse model can only get removed in one
place, so it's easier to clean up.

14 years agoBump version
Matthias Clasen [Mon, 2 Nov 2009 00:37:53 +0000 (19:37 -0500)]
Bump version

14 years ago2.19.0
Matthias Clasen [Mon, 2 Nov 2009 00:23:05 +0000 (19:23 -0500)]
2.19.0

14 years agoAnother property formatting fix
Matthias Clasen [Sun, 1 Nov 2009 23:53:51 +0000 (18:53 -0500)]
Another property formatting fix

14 years agoWork around a gtk-doc formatting problem
Matthias Clasen [Sun, 1 Nov 2009 21:41:48 +0000 (16:41 -0500)]
Work around a gtk-doc formatting problem

14 years agoDocumentation and stylistic fixups
Matthias Clasen [Sun, 1 Nov 2009 21:12:43 +0000 (16:12 -0500)]
Documentation and stylistic fixups

14 years agoRemove en@shaw from LINGUAS
Matthias Clasen [Sun, 1 Nov 2009 20:45:09 +0000 (15:45 -0500)]
Remove en@shaw from LINGUAS

It breaks the build because there is no po-properties/en@shaw.po.
Please add that file before adding it back, thanks.

14 years agoUpdates
Matthias Clasen [Sun, 1 Nov 2009 20:40:02 +0000 (15:40 -0500)]
Updates

14 years agoShavian translation fix
Thomas Thurman [Sun, 1 Nov 2009 02:20:09 +0000 (22:20 -0400)]
Shavian translation fix

14 years agoShavian translation
Thomas Thurman [Sun, 1 Nov 2009 01:52:18 +0000 (21:52 -0400)]
Shavian translation

14 years agoUpdated Arabic translation
Khaled Hosny [Fri, 30 Oct 2009 19:38:21 +0000 (21:38 +0200)]
Updated Arabic translation

14 years agoFix warning: Initialize to TRUE the returned variable
Javier Jardón [Fri, 30 Oct 2009 18:11:28 +0000 (19:11 +0100)]
Fix warning: Initialize to TRUE the returned variable

Also, fixing some indentation problems

14 years agoFix some compilation warnings
Javier Jardón [Fri, 30 Oct 2009 03:47:19 +0000 (04:47 +0100)]
Fix some compilation warnings

Use proper gint8 array variable instead a string

14 years agoFix warning: cast to gint*
Javier Jardón [Thu, 29 Oct 2009 03:39:18 +0000 (04:39 +0100)]
Fix warning: cast to gint*

14 years agoFix some compilation warnings
Javier Jardón [Thu, 29 Oct 2009 02:39:35 +0000 (03:39 +0100)]
Fix some compilation warnings

Fixed the prototypes of MyEnhancedXkbTranslateKeyCode() and
translate_keysym() to take a gint* because those functions treat
these arguments as an int, so we get around the need to cast.

14 years agoUse "Since: 2.x" instead "Since 2.x"
Javier Jardón [Fri, 30 Oct 2009 05:07:15 +0000 (06:07 +0100)]
Use "Since: 2.x" instead "Since 2.x"

14 years agoFix warning: some casts to gchar*
Javier Jardón [Thu, 29 Oct 2009 03:53:24 +0000 (04:53 +0100)]
Fix warning: some casts to gchar*

14 years agoRemove statement with no effect
Javier Jardón [Thu, 29 Oct 2009 03:25:07 +0000 (04:25 +0100)]
Remove statement with no effect

14 years agoFix warning: cast to gchar*
Javier Jardón [Thu, 29 Oct 2009 02:58:00 +0000 (03:58 +0100)]
Fix warning: cast to gchar*

14 years agoFix warning: cast to gchar*
Javier Jardón [Wed, 28 Oct 2009 22:49:55 +0000 (23:49 +0100)]
Fix warning: cast to gchar*

14 years agoAllow setting type hints on unmapped windows
Matthias Clasen [Wed, 28 Oct 2009 16:13:58 +0000 (12:13 -0400)]
Allow setting type hints on unmapped windows

We set the hint on map, so it makes sense to check for GTK_WIDGET_MAPPED,
not GTK_WIDGET_VISIBLE as the code currently does.

14 years agoUse standard mac shortcuts: add gtk/gtkrc.key.mac
Yevgen Muntyan [Tue, 27 Oct 2009 23:43:08 +0000 (00:43 +0100)]
Use standard mac shortcuts: add gtk/gtkrc.key.mac

This completes commit 3c510f028f9a399c80851d2cb8c230e930abd4ff

https://bugzilla.gnome.org/show_bug.cgi?id=530351

14 years agoDeprecate functions according to deprecated GtkButton signals
Christian Dywan [Tue, 27 Oct 2009 21:39:30 +0000 (22:39 +0100)]
Deprecate functions according to deprecated GtkButton signals

https://bugzilla.gnome.org/show_bug.cgi?id=599218

14 years agoDon't use deprecated button signal functions in clist and combo
Christian Dywan [Tue, 27 Oct 2009 21:38:46 +0000 (22:38 +0100)]
Don't use deprecated button signal functions in clist and combo

14 years agoDon't use deprecated button signal functions in Gail
Christian Dywan [Tue, 27 Oct 2009 21:37:57 +0000 (22:37 +0100)]
Don't use deprecated button signal functions in Gail

14 years agoUpdated Spanish translation
Jorge González [Tue, 27 Oct 2009 20:40:12 +0000 (21:40 +0100)]
Updated Spanish translation

14 years agoDon't use structure fields of GtkAccelMap in GtkSocket
Christian Dywan [Tue, 27 Oct 2009 20:27:28 +0000 (21:27 +0100)]
Don't use structure fields of GtkAccelMap in GtkSocket

https://bugzilla.gnome.org/show_bug.cgi?id=599403

14 years agoAllow removing all closures with gtk_accel_group_disconnect
Christian Dywan [Tue, 27 Oct 2009 20:25:56 +0000 (21:25 +0100)]
Allow removing all closures with gtk_accel_group_disconnect

https://bugzilla.gnome.org/show_bug.cgi?id=599403

14 years agoDon't assign a GtkPageOrientation to a boolean value
Marek Kasik [Tue, 27 Oct 2009 16:35:37 +0000 (17:35 +0100)]
Don't assign a GtkPageOrientation to a boolean value

GtkPrintOperationPrivate->orientation is a boolean value.

14 years agoRotate number-up layout according to orientation when printing
Marek Kasik [Tue, 27 Oct 2009 15:53:43 +0000 (16:53 +0100)]
Rotate number-up layout according to orientation when printing

Number-up layout has to be rotated differently since rotation in
"landscape" and "reversed landscape" mode was changed.

14 years agoTake printer margins into account on Windows
Adrian Johnson [Mon, 26 Oct 2009 09:09:16 +0000 (11:09 +0200)]
Take printer margins into account on Windows

Fixes bug #381371.

14 years agoOnly set the accesible label if it is non-empty
Christian Dywan [Mon, 26 Oct 2009 23:30:54 +0000 (00:30 +0100)]
Only set the accesible label if it is non-empty

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=599446

14 years agoUse G_STRLOC instead __FILE__ and __LINE__
Javier Jardón [Mon, 26 Oct 2009 21:51:41 +0000 (22:51 +0100)]
Use G_STRLOC instead __FILE__ and __LINE__

14 years agogtk_init_with_args() arguments should be const gchar*
Nick Schermer [Mon, 26 Oct 2009 21:27:03 +0000 (22:27 +0100)]
gtk_init_with_args() arguments should be const gchar*

The translation_domain argument should be const gchar * to allow compilation
with -Wwrite-strings. It only passes the argument to
g_option_context_add_main_entries() which is already const gchar*.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=583305

14 years agoUpdated Romanian translation
Dumitru Mișu Moldovan [Mon, 26 Oct 2009 20:54:59 +0000 (22:54 +0200)]
Updated Romanian translation

14 years agoUse G_STRFUNC and G_STRLOC instead __FUNCTION__ and __FILE__
Javier Jardón [Wed, 21 Oct 2009 21:02:29 +0000 (23:02 +0200)]
Use G_STRFUNC and G_STRLOC instead __FUNCTION__ and __FILE__

14 years agoUse G_STRFUNC instead __FUNCTION__
Javier Jardón [Wed, 21 Oct 2009 20:47:05 +0000 (22:47 +0200)]
Use G_STRFUNC instead __FUNCTION__

14 years agoUse G_STRLOC instead __LINE__
Javier Jardón [Wed, 21 Oct 2009 21:25:56 +0000 (23:25 +0200)]
Use G_STRLOC instead __LINE__

14 years agoUse G_STRFUNC instead __FUNCTION__
Javier Jardón [Wed, 21 Oct 2009 20:35:12 +0000 (22:35 +0200)]
Use G_STRFUNC instead __FUNCTION__

14 years agoShow correct print preview
Marek Kasik [Mon, 26 Oct 2009 16:47:37 +0000 (17:47 +0100)]
Show correct print preview

Modify print preview according to settings from print dialog.
Similar approach as during real print is applied to the preview
process (#592582).

14 years agoCast to gchar* to fix a compilation warning
Javier Jardón [Sun, 25 Oct 2009 21:47:17 +0000 (22:47 +0100)]
Cast to gchar* to fix a compilation warning

14 years agoUpdate copyright
Kristian Rietveld [Mon, 26 Oct 2009 08:57:11 +0000 (09:57 +0100)]
Update copyright

14 years agoUpdate position of toplevels after display reconfiguration
Kristian Rietveld [Mon, 26 Oct 2009 08:20:28 +0000 (09:20 +0100)]
Update position of toplevels after display reconfiguration

We have to do this, especially after the screen containing the menubar
has changed.  Such more larger changes in monitor geometry will cause
changes to how monitors are laid out in the root window.  The position
coordinates of the windows will have to be updated to reflect their
position in the new layout.

14 years agoFixup get_nsscreen_for_x()
Kristian Rietveld [Mon, 26 Oct 2009 07:58:12 +0000 (08:58 +0100)]
Fixup get_nsscreen_for_x()

14 years agoRemove unused variable (fix compiler warning)
Kristian Rietveld [Mon, 26 Oct 2009 07:53:52 +0000 (08:53 +0100)]
Remove unused variable (fix compiler warning)

14 years agoUpdate size of root window after display reconfiguration
Kristian Rietveld [Mon, 26 Oct 2009 07:53:20 +0000 (08:53 +0100)]
Update size of root window after display reconfiguration

14 years agoSupport arbitrary screen layouts
Kristian Rietveld [Mon, 26 Oct 2009 07:42:15 +0000 (08:42 +0100)]
Support arbitrary screen layouts

The Quartz port now supports arbitrary multiple monitor layouts instead
of only monitors are were laid out horizontally.  This builds on the
reworked coordinate translation done in a previous commit.