]> Pileus Git - ~andy/gtk/log
~andy/gtk
14 years agoGtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.
Murray Cumming [Thu, 16 Jul 2009 15:51:55 +0000 (17:51 +0200)]
GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.

* gtk/gtksettings.c: (settings_install_property_parser): Handle enums too.
* gtk/gtktoolbar.c (gtk_toolbar_class_init): Move the gtk-toolbar-style and
gtk-toolbar-icon-size settings into GtkSettings because we now use it in
GtkToolPalette too.

* gtk/gtktoolpalette.[h|c]: Add gtk_tool_palette_unset_style() and
gtk_tool_palette_unset_icon_size(), and use the toolbar-style and
icon-size from GtkSettings if these are not set via the set functions.

* demos/gtk-demo/toolpalette.c (on_combo_style_changed),
(do_toolpalette): Add and handle a -1 value to mean the desktop "Default"
toolbar style.

14 years agoGtkToolItemGroup now has label and label-widget properties.
Murray Cumming [Tue, 14 Jul 2009 21:46:21 +0000 (23:46 +0200)]
GtkToolItemGroup now has label and label-widget properties.

* demos/gtk-demo/toolpalette.c (load_special_items): Demonstrate
gtk_tool_item_group_set_label_widget().
* gtk/gtktoolitemgroup.[h|c]: Rename the "item-group-name" property to
"label" because that is what it is. Likewise rename the functions.
Add a "label-widget" propert and get/set_label_widget() functions,
based on the same code/API in GtkExpander.

14 years agoAlso flip scrollbars in the toolpalette example
Matthias Clasen [Tue, 14 Jul 2009 19:55:12 +0000 (15:55 -0400)]
Also flip scrollbars in the toolpalette example

14 years agoGtkToolItemGroup: Rename the name property. GtkToolPalette: Added class padding.
Murray Cumming [Tue, 14 Jul 2009 17:53:28 +0000 (19:53 +0200)]
GtkToolItemGroup: Rename the name property. GtkToolPalette: Added class padding.

* gtk/gtktoolitemgroup.[h|c]: Rename the name property to item-group-name
and rename get/set_name() to get/set_item_group_name(), to avoid a clash with
GtkWidget::name.
* gtk/gtktoolpalette.h: GtkToolPaletteClass: Add padding for future use.

14 years agoToolPalette: Implement GtkOrientable.
Murray Cumming [Tue, 14 Jul 2009 17:11:20 +0000 (19:11 +0200)]
ToolPalette: Implement GtkOrientable.

* gtk/gtktoolpalette.[h|c]: Remove gtk_tool_palette_get/set_property(),
implementing GtkOrientable instead.
* gtk/gtktoolitemgroup.c:
* demos/gtk-demo/toolpalette.c: Use gtk_orientable_* instead.

14 years agoGtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. This gives...
Murray Cumming [Mon, 13 Jul 2009 17:37:25 +0000 (19:37 +0200)]
GtkTool*: Removed the HAVE_EXTENDED_TOOL_SHELL_SUPPORT_BUG_535090 ifdefs. This gives us nicer text alignment among other things.

14 years agoToolShell: Add ellipsize, text-orientation, text-alignment and size-group.
Murray Cumming [Mon, 13 Jul 2009 17:13:59 +0000 (19:13 +0200)]
ToolShell: Add ellipsize, text-orientation, text-alignment and size-group.

* gtk/gtktoolshell.c: Added vfuncs to get/set ellipsize, text-orientation,
text-alignment and size-group plus getter/setters to invoke these vfuncs.
* gtk/gtktoolitem.[h|c]: Added getters and setters to get/set these from the
parent GtkToolShell. This is in the style of the existing "properties".
* gtk/gtktoolbutton.c: Updated to use the extra properties.

* docs/reference/gtk/gtk-sections.txt
* gtk/gtk.symbols: Updated to mention the new functions.

These new "properties" are used by GtkToolPalette.

14 years agoAdded missing files that I thought I had already added.
Murray Cumming [Mon, 13 Jul 2009 17:11:12 +0000 (19:11 +0200)]
Added missing files that I thought I had already added.

14 years agogtk+/demos/gtk-demo/: Added GtkToolPalette demo.
Murray Cumming [Mon, 13 Jul 2009 16:45:48 +0000 (18:45 +0200)]
gtk+/demos/gtk-demo/: Added GtkToolPalette demo.

14 years agoAdded GtkToolPalette.
Johannes Schmid [Mon, 13 Jul 2009 15:38:34 +0000 (17:38 +0200)]
Added GtkToolPalette.

        * gtk/gtktoolpallete.[h|cc]:
        * gtk/gtktoolitemgroup.[h|cc]: Added a tool pallete container widget,
        with groups of toolbar items that can be shown as a grid of icons
        or a list of names.
        * gtk/Makefile.am:
        * gtk/gtk.h:
        * gtk/gtkmarshal.list: Mentioned the new files.

        Bug #567729

14 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 13 Jul 2009 09:16:46 +0000 (11:16 +0200)]
Updated Norwegian bokmål translation.

14 years agoImplement _gdk_win32_window_destroy() and more cleanup
Hans Breuer [Sun, 12 Jul 2009 20:32:28 +0000 (22:32 +0200)]
Implement _gdk_win32_window_destroy() and more cleanup

Implement _gdk_win32_window_destroy() by just renaming
_gdk_windowing_window_destroy(), removed superfuous stub.

Also cleaned up implementations of  gdk_win32_window_set_background()
and gdk_win32_window_set_back_pixmap() - removed stuff now done at the
respective gdk_window_*() function.

14 years agoImplement _gdk_win32_window_queue_translation()
Hans Breuer [Sun, 12 Jul 2009 19:26:29 +0000 (21:26 +0200)]
Implement _gdk_win32_window_queue_translation()

14 years agoMark gtk_custom_paper_unix_dialog_get_type() unix only
Hans Breuer [Sun, 12 Jul 2009 17:36:30 +0000 (19:36 +0200)]
Mark gtk_custom_paper_unix_dialog_get_type() unix only

14 years agoBug #588388 - shape rendering is back
Hans Breuer [Sun, 12 Jul 2009 16:58:59 +0000 (18:58 +0200)]
Bug #588388 - shape rendering is back

Just mapping exisiting implementations to new GdkWindow API.

http://bugzilla.gnome.org/show_bug.cgi?id=588388

14 years agoMake more use of defines in $(TOP)/build/win32/make.msc
Hans Breuer [Sun, 12 Jul 2009 16:51:20 +0000 (18:51 +0200)]
Make more use of defines in $(TOP)/build/win32/make.msc

14 years agoBug #588379 - testgtk::panes does not change the cursor on mouse over
Hans Breuer [Sun, 12 Jul 2009 16:23:01 +0000 (18:23 +0200)]
Bug #588379 - testgtk::panes does not change the cursor on mouse over

That one was easy, just removing Alex's #ifdef TODO_CSW ;)

http://bugzilla.gnome.org/show_bug.cgi?id=588379

14 years agoBug #588373 - Menus broken by client-side-windows
Hans Breuer [Sun, 12 Jul 2009 16:20:08 +0000 (18:20 +0200)]
Bug #588373 - Menus broken by client-side-windows

Resurrcetion and adaption of find_window_for_mouse_event(). The window
receiving the WM_MOUSEMOVE, WM_?BUTTONDOWN is not necessarily the one
interested in GDK_(ENTER|MOTION|LEAVE)_NOTIFY

http://bugzilla.gnome.org/show_bug.cgi?id=588373

Also added some more more TODO_CSW and disabled print_event(): it can not
cope with the new _gdk_windowing_got_event() eating/morphing events.

14 years agoFix gccism - pointer arithmetic with void pointers
Hans Breuer [Sun, 12 Jul 2009 16:00:40 +0000 (18:00 +0200)]
Fix gccism - pointer arithmetic with void pointers

14 years agoFix c99ism - declaration in the mid of a block
Hans Breuer [Sun, 12 Jul 2009 15:58:41 +0000 (17:58 +0200)]
Fix c99ism - declaration in the mid of a block

14 years agoUpdate msvc build
Hans Breuer [Sun, 12 Jul 2009 15:57:13 +0000 (17:57 +0200)]
Update msvc build

14 years agoBuild more testapps, use G_PI instead of M_PI
Hans Breuer [Fri, 10 Jul 2009 11:42:46 +0000 (13:42 +0200)]
Build more testapps, use G_PI instead of M_PI

14 years agoRevert 8031432c09c864d6fe635a8e8890c5221399fc4f
Matthias Clasen [Mon, 13 Jul 2009 03:04:57 +0000 (23:04 -0400)]
Revert 8031432c09c864d6fe635a8e8890c5221399fc4f

We can't disallow single-includes unconditionally because gtkentrybuffer.h
is included in gtkentry.h.

14 years agoUpdated Traditional Chinese (Hong Kong and Taiwan)
Chao-Hsiung Liao [Sun, 12 Jul 2009 07:41:40 +0000 (15:41 +0800)]
Updated Traditional Chinese (Hong Kong and Taiwan)

14 years agoUpdated Spanish translation
Jorge González [Sat, 11 Jul 2009 12:44:51 +0000 (14:44 +0200)]
Updated Spanish translation

14 years agoUpdated Spanish translation
Jorge González [Sat, 11 Jul 2009 12:44:43 +0000 (14:44 +0200)]
Updated Spanish translation

14 years agoRemove outdated text from README.in
Matthias Clasen [Sat, 11 Jul 2009 02:29:50 +0000 (22:29 -0400)]
Remove outdated text from README.in

The PATCH and API keywords are no longer in use. Pointed out in 588229.

14 years agoBump version to 2.17.5
Matthias Clasen [Fri, 10 Jul 2009 23:45:21 +0000 (19:45 -0400)]
Bump version to 2.17.5

14 years ago2.17.4
Matthias Clasen [Fri, 10 Jul 2009 23:02:32 +0000 (19:02 -0400)]
2.17.4

14 years agoDon't draw to unviewable windows
Alexander Larsson [Fri, 10 Jul 2009 22:28:18 +0000 (00:28 +0200)]
Don't draw to unviewable windows

The scrolling and region moving code needs to avoid drawing when the
window is mapped, which it did. However, it also needs to avoid
drawing when any of its parents are not mapped, which it didn't so
switch to using gdk_window_is_viewable().

This fixes the index rendering in evolution (#588169)

14 years agoExclude GtkEntry::buffer from default value testing
Matthias Clasen [Fri, 10 Jul 2009 22:12:42 +0000 (18:12 -0400)]
Exclude GtkEntry::buffer from default value testing

14 years agoMake pltcheck pass
Matthias Clasen [Fri, 10 Jul 2009 22:12:22 +0000 (18:12 -0400)]
Make pltcheck pass

14 years agoUpdate
Matthias Clasen [Fri, 10 Jul 2009 18:00:35 +0000 (14:00 -0400)]
Update

14 years agoCreate a buffer in init() so subclasses can use the entry in their init()
Michael Natterer [Fri, 10 Jul 2009 18:27:33 +0000 (20:27 +0200)]
Create a buffer in init() so subclasses can use the entry in their init()

14 years agoEnsure that windows used for selections are native
Alexander Larsson [Fri, 10 Jul 2009 17:36:38 +0000 (19:36 +0200)]
Ensure that windows used for selections are native

This fixes cut and paste in gvim (#588115)

14 years agoManually update toplevel_under_pointer when a grab changes to owner_events
Alexander Larsson [Fri, 10 Jul 2009 15:30:42 +0000 (17:30 +0200)]
Manually update toplevel_under_pointer when a grab changes to owner_events

When we ungrab the pointer we don't get enter events for the window the
pointer is in at the time of the ungrab, so we manually query for the
window the pointer is in. The same thing actually happens on re-grab if
the previous grab was !owner_events (meaning we don't get crossing events
for windows other than the grab) but the new grab is owner_events (and
thus non-grab windows need to get crossing events).

This factors out some common code and enables it also for the re-grab
to owner_events case.

14 years agoAdd paper size combo and orientation combo to print dialog
Marek Kasik [Fri, 10 Jul 2009 09:28:31 +0000 (11:28 +0200)]
Add paper size combo and orientation combo to print dialog

Paper size combo and orientation combo can be added by
gtk_print_operation_set_embed_page_setup_dialog() to GtkPrinUnixDialog
now. This function induce calling of
gtk_print_unix_dailog_set_embed_page_setup_dialog() after creation of
dialog. These two functions control embed-page-setup-dialog properties
in GtkPrintOperation and in GtkPrintUnixDialog.
There is also new function gtk_print_unix_dialog_get_page_setup_set()
which says whether page setup was set by user.
Selected page setup is stored as default page setup in
GtkPrintOperation.
New class is added, its name is GtkCustomPaperUnixDialog. The class
manages custom sizes. It is derived from GtkPageSetupUnixDialog's
CustomPaperDialog structure.
Page layout preview is modified, so, it shows dimensions of current
page setup (mm or inch - depends on locale). It also shows the name of
actual paper if page setup dialog is not embedded (paper size combo is
not visible).
gtk-demo is actualized to include this new feature.

14 years agoMerge branch 'directfb-csw'
Cody Russell [Fri, 10 Jul 2009 02:21:28 +0000 (03:21 +0100)]
Merge branch 'directfb-csw'

14 years agoget directfb building with csw
Cody Russell [Thu, 9 Jul 2009 22:53:26 +0000 (23:53 +0100)]
get directfb building with csw

14 years agoUpdated Ukrainian translation
Maxim V. Dziumanenko [Thu, 9 Jul 2009 20:55:59 +0000 (23:55 +0300)]
Updated Ukrainian translation

14 years agoUpdated Spanish translation
Jorge González [Thu, 9 Jul 2009 18:58:54 +0000 (20:58 +0200)]
Updated Spanish translation

14 years agoMake link coloring in labels optional
Matthias Clasen [Thu, 9 Jul 2009 17:59:35 +0000 (13:59 -0400)]
Make link coloring in labels optional

Turns out that link coloring is expected for actual hypertext-like
use, but when using links just as 'mutant button', then it gets
in the way.

14 years agoAdd xevent->xcrossing.mode to GDK_NOTE() for enter and leave notify events
Michael Natterer [Thu, 9 Jul 2009 15:59:41 +0000 (17:59 +0200)]
Add xevent->xcrossing.mode to GDK_NOTE() for enter and leave notify events

14 years agoRemove accidentally added debug spew
Alexander Larsson [Thu, 9 Jul 2009 15:10:56 +0000 (17:10 +0200)]
Remove accidentally added debug spew

14 years agoCorrectly set enter/leave events as detail=nonlinear
Alexander Larsson [Thu, 9 Jul 2009 14:48:22 +0000 (16:48 +0200)]
Correctly set enter/leave events as detail=nonlinear

If we get a nonlinear enter/leave notify on the toplevel we need
to set nonlinear in all the events we send, even if the in-toplevel
tree is linear.

This fixes combobox menus popping down immediately when you click
(not hold). (bug #587559)

14 years agoDisallow single-include unconditionally because this is a new file
Michael Natterer [Thu, 9 Jul 2009 14:31:27 +0000 (16:31 +0200)]
Disallow single-include unconditionally because this is a new file

14 years agoAdd single-include guard
Michael Natterer [Thu, 9 Jul 2009 14:30:52 +0000 (16:30 +0200)]
Add single-include guard

14 years agoDutch translation updated
Tino Meinen [Thu, 9 Jul 2009 10:36:05 +0000 (11:36 +0100)]
Dutch translation updated

14 years agoDutch translation updated
Tino Meinen [Thu, 9 Jul 2009 10:35:03 +0000 (11:35 +0100)]
Dutch translation updated

14 years agoUpdated Ukrainian translation
Maxim V. Dziumanenko [Thu, 9 Jul 2009 07:48:54 +0000 (10:48 +0300)]
Updated Ukrainian translation

14 years agoUpdated Ukrainian translation
Maxim V. Dziumanenko [Thu, 9 Jul 2009 07:45:55 +0000 (10:45 +0300)]
Updated Ukrainian translation

14 years agoUpdated Spanish translation
Jorge González [Thu, 9 Jul 2009 05:36:52 +0000 (07:36 +0200)]
Updated Spanish translation

14 years agoGtkEntryBuffer holds text for GtkEntry
Stef Walter [Thu, 9 Jul 2009 01:41:53 +0000 (20:41 -0500)]
GtkEntryBuffer holds text for GtkEntry

Adds a 'model' type buffer for GtkEntry in which the actual
textual data is stored. GtkEntryBuffer can be subclassed.

Among other things, this allows GtkEntry to be used for secrets
that need to be stored in non-pageable memory. It also allows
buffers to be shared by entries.

See bug #576801.

14 years agoHandle non-native windows in the gdk test utils
Alexander Larsson [Wed, 8 Jul 2009 16:40:05 +0000 (18:40 +0200)]
Handle non-native windows in the gdk test utils

We need to add the non-native offset to the root coords when
sending events.

14 years agoDon't emulate map/unmap events for native windows
Alexander Larsson [Wed, 8 Jul 2009 16:36:24 +0000 (18:36 +0200)]
Don't emulate map/unmap events for native windows

We really need to wait for the MapNotify from the xserver to ensure
that the window has been mapped, as it may be delayed by the WM, network
or similar things.

This fixes a problem in the /ui-tests/keys-events gtk test

14 years agoFix defaultvalue test due to csw
Alexander Larsson [Wed, 8 Jul 2009 14:59:14 +0000 (16:59 +0200)]
Fix defaultvalue test due to csw

Initialize GdkWindowAttr required fields. This makes sure toplevel
windows are not accidentally larger than 16bit.

14 years agoRemove unused variable
Benjamin Otte [Wed, 8 Jul 2009 15:54:17 +0000 (17:54 +0200)]
Remove unused variable

14 years agoFix the remaining issues that broke the PLT check
Michael Natterer [Wed, 8 Jul 2009 15:01:32 +0000 (17:01 +0200)]
Fix the remaining issues that broke the PLT check

Add internal API for the default button box layouts to so we don't
need to call deprectated GTK+ functions (which are invisible with
GTK_DISABLE_DEPRECATED).

14 years agoMove get_cells implementation from deprecated function
Alexander Larsson [Wed, 8 Jul 2009 14:41:32 +0000 (16:41 +0200)]
Move get_cells implementation from deprecated function

This way the deprecated function calls the new one instead of the other
way around, which fixes pltcheck.sh

14 years agoMove get_cells implementation from deprecated function
Alexander Larsson [Wed, 8 Jul 2009 14:38:40 +0000 (16:38 +0200)]
Move get_cells implementation from deprecated function

This way the deprecated function calls the new one instead of the other
way around, which fixes pltcheck.sh

14 years agoSome indentation fixes and minor cleanup
Michael Natterer [Wed, 8 Jul 2009 14:37:29 +0000 (16:37 +0200)]
Some indentation fixes and minor cleanup

14 years agoMake gdk build with GDK_DISABLE_DEPRECATED
Matthias Clasen [Wed, 8 Jul 2009 13:53:41 +0000 (09:53 -0400)]
Make gdk build with GDK_DISABLE_DEPRECATED

Turns out gdk_window_get_deskrelative_origin is now called in
gdk as well.

14 years agoUse g_object_unref instead of deprecated gdk_pixmap_unref
Kjartan Maraas [Wed, 8 Jul 2009 13:48:51 +0000 (15:48 +0200)]
Use g_object_unref instead of deprecated gdk_pixmap_unref

14 years agopo/vi.po: updated key names
Nguyễn Thái Ngọc Duy [Wed, 8 Jul 2009 03:42:16 +0000 (13:42 +1000)]
po/vi.po: updated key names

14 years agoUpdating Estonian translation
Ivar Smolin [Tue, 7 Jul 2009 21:07:16 +0000 (00:07 +0300)]
Updating Estonian translation

14 years agoUpdated Spanish translation
Jorge González [Tue, 7 Jul 2009 20:39:47 +0000 (22:39 +0200)]
Updated Spanish translation

14 years agoImprove translator comment. Fixes bug #569393.
Andre Klapper [Tue, 7 Jul 2009 15:37:07 +0000 (16:37 +0100)]
Improve translator comment. Fixes bug #569393.

14 years agoThe shape is in window coordinate, so properly offset it when using it
Alexander Larsson [Tue, 7 Jul 2009 14:51:11 +0000 (16:51 +0200)]
The shape is in window coordinate, so properly offset it when using it

14 years agoOptimize clip-to-window with clipmask case when fully visible or obscured
Alexander Larsson [Tue, 7 Jul 2009 13:14:16 +0000 (15:14 +0200)]
Optimize clip-to-window with clipmask case when fully visible or obscured

This avoids creating alot of bitmaps in common trivial cases.

14 years agoMake clipmasks work for pixbuf rendering
Alexander Larsson [Tue, 7 Jul 2009 12:51:38 +0000 (14:51 +0200)]
Make clipmasks work for pixbuf rendering

This is more important in the client side windows world, as clip masks
may be used for clipping to non-native subwindows. This fixes a bug
in aisleriot where it uses masked pixbuf drawing and it ends up drawing
over the moving card subwindow.

14 years agoAdd _gdk_gc_get_clip_mask
Alexander Larsson [Tue, 7 Jul 2009 12:33:48 +0000 (14:33 +0200)]
Add _gdk_gc_get_clip_mask

Internal function to get the clip mask of a gc (if set)

14 years agoUpdated Swedish translation
Daniel Nylander [Tue, 7 Jul 2009 15:02:17 +0000 (17:02 +0200)]
Updated Swedish translation

14 years agoReenable tests
Matthias Clasen [Tue, 7 Jul 2009 05:08:01 +0000 (01:08 -0400)]
Reenable tests

14 years agoBump version
Matthias Clasen [Tue, 7 Jul 2009 05:07:27 +0000 (01:07 -0400)]
Bump version

14 years ago2.17.3
Matthias Clasen [Tue, 7 Jul 2009 05:05:29 +0000 (01:05 -0400)]
2.17.3

14 years agoFix some distcheck issues
Matthias Clasen [Tue, 7 Jul 2009 04:29:14 +0000 (00:29 -0400)]
Fix some distcheck issues

14 years agoTemporarily turn of tests
Matthias Clasen [Tue, 7 Jul 2009 04:14:31 +0000 (00:14 -0400)]
Temporarily turn of tests

Since there are some csw regressions.

14 years agoMake distcheck pass
Matthias Clasen [Tue, 7 Jul 2009 03:06:46 +0000 (23:06 -0400)]
Make distcheck pass

14 years agoFix a typo
Matthias Clasen [Tue, 7 Jul 2009 01:37:42 +0000 (21:37 -0400)]
Fix a typo

14 years agoUpdate NEWS
Matthias Clasen [Tue, 7 Jul 2009 00:25:17 +0000 (20:25 -0400)]
Update NEWS

14 years agoBug 587485 – GMountOperation::show-processes support
David Zeuthen [Wed, 1 Jul 2009 03:46:02 +0000 (23:46 -0400)]
Bug 587485 – GMountOperation::show-processes support

 - Add support for GMountOperation::show-processes

 - Implement process look up for the X11 target

14 years agoUse gdk_display_sync instead of XSync
Matthias Clasen [Mon, 6 Jul 2009 06:03:21 +0000 (02:03 -0400)]
Use gdk_display_sync instead of XSync

14 years agoFix redraw issues in GtkInfoBar
Matthias Clasen [Mon, 6 Jul 2009 05:56:05 +0000 (01:56 -0400)]
Fix redraw issues in GtkInfoBar

This was reported in bug 587716. I have no idea why this used
to work just fine for me...

14 years agoFix the doc build
Matthias Clasen [Mon, 6 Jul 2009 05:20:35 +0000 (01:20 -0400)]
Fix the doc build

14 years agoMore documentation fixes
Matthias Clasen [Fri, 3 Jul 2009 20:37:14 +0000 (16:37 -0400)]
More documentation fixes

14 years agoMore small documentation fixups
Matthias Clasen [Fri, 3 Jul 2009 19:36:48 +0000 (15:36 -0400)]
More small documentation fixups

14 years agoSmall documentation fixes
Matthias Clasen [Fri, 3 Jul 2009 19:35:41 +0000 (15:35 -0400)]
Small documentation fixes

14 years agoHack that works around firefox plugin crash
Alexander Larsson [Sat, 4 Jul 2009 18:13:43 +0000 (20:13 +0200)]
Hack that works around firefox plugin crash

It turns out that mozilla, as per the gtk2xt code selects for input on
the socket with a mask of 0x0fffff (for god knows why) which includes
ButtonPressMask, causing a BadAccess if someone else also selects for
this. As per the client-side windows merge we always normally selects
for button press so we can emulate it on client side children that
selects for button press. However, we don't need this for GtkSocket,
so we unselect it here, fixing the crashes in firefox.

14 years agoUpdated Hebrew translation
Yaron Shahrabani [Sat, 4 Jul 2009 17:49:39 +0000 (20:49 +0300)]
Updated Hebrew translation

14 years agoUpdated msvc build
Hans Breuer [Sat, 4 Jul 2009 10:15:39 +0000 (12:15 +0200)]
Updated msvc build

14 years agoFix condition to deliver root coords
Hans Breuer [Sat, 4 Jul 2009 10:10:57 +0000 (12:10 +0200)]
Fix condition to deliver root coords

14 years agoEnable window creation with GDK_WINDOW_CHILD again
Hans Breuer [Sat, 4 Jul 2009 10:07:58 +0000 (12:07 +0200)]
Enable window creation with GDK_WINDOW_CHILD again

14 years agoInitialize 'private' before use
Hans Breuer [Sat, 4 Jul 2009 10:03:24 +0000 (12:03 +0200)]
Initialize 'private' before use

14 years agoFix includes for missing prototypes
Hans Breuer [Sat, 4 Jul 2009 10:01:39 +0000 (12:01 +0200)]
Fix includes for missing prototypes

14 years agoUse G_PI rather than M_PI
Hans Breuer [Sat, 4 Jul 2009 09:59:26 +0000 (11:59 +0200)]
Use G_PI rather than M_PI

14 years agoUndef USE_MMX for msvc build
Hans Breuer [Sat, 4 Jul 2009 09:58:27 +0000 (11:58 +0200)]
Undef USE_MMX for msvc build

14 years agogtk_status_icon_get_title() must return a value
Hans Breuer [Wed, 1 Jul 2009 20:29:32 +0000 (22:29 +0200)]
gtk_status_icon_get_title() must return a value

14 years agoUpdated msvc build
Hans Breuer [Wed, 1 Jul 2009 19:32:46 +0000 (21:32 +0200)]
Updated msvc build

14 years agoConditionally define WS_EX_COMPOSITED
Hans Breuer [Wed, 1 Jul 2009 19:32:11 +0000 (21:32 +0200)]
Conditionally define WS_EX_COMPOSITED

14 years agoAdd another bug ref
Matthias Clasen [Fri, 3 Jul 2009 19:21:50 +0000 (15:21 -0400)]
Add another bug ref