wxWidgets.git
18 years agorenamed AddSubPage() with pos parameter to InsertSubPage()
Vadim Zeitlin [Sun, 5 Feb 2006 12:27:20 +0000 (12:27 +0000)] 
renamed AddSubPage() with pos parameter to InsertSubPage()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37316 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoDeprecate wxDC::{Begin,End}Drawing()
Jamie Gadd [Sun, 5 Feb 2006 11:59:59 +0000 (11:59 +0000)] 
Deprecate wxDC::{Begin,End}Drawing()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agocorrect include file conditionalization, take 2
David Surovell [Sun, 5 Feb 2006 09:14:02 +0000 (09:14 +0000)] 
correct include file conditionalization, take 2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agocleanup - reformatting
David Surovell [Sun, 5 Feb 2006 07:27:48 +0000 (07:27 +0000)] 
cleanup - reformatting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agocleanup - reformatting
David Surovell [Sun, 5 Feb 2006 07:15:26 +0000 (07:15 +0000)] 
cleanup - reformatting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: Revert one set_resizable back to set_policy for now, as we need allow_shring...
Mart Raudsepp [Sun, 5 Feb 2006 00:23:32 +0000 (00:23 +0000)] 
GTK2: Revert one set_resizable back to set_policy for now, as we need allow_shring to be TRUE right now, due to doing
bad things(tm) to the size requests of child widgets inside the toplevel.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agousing common info.plist
Stefan Csomor [Sat, 4 Feb 2006 19:53:04 +0000 (19:53 +0000)] 
using common info.plist

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agocommon Info.plist for XCode projects
Stefan Csomor [Sat, 4 Feb 2006 19:44:14 +0000 (19:44 +0000)] 
common Info.plist for XCode projects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoadded appropriate WX_PRECOMP bracket for new include statement
David Surovell [Sat, 4 Feb 2006 18:49:39 +0000 (18:49 +0000)] 
added appropriate WX_PRECOMP bracket for new include statement

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agosupport for default location added
Stefan Csomor [Sat, 4 Feb 2006 16:23:46 +0000 (16:23 +0000)] 
support for default location added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agolinking commands on the individual window level, otherwise built-in handlers override...
Stefan Csomor [Sat, 4 Feb 2006 15:38:01 +0000 (15:38 +0000)] 
linking commands on the individual window level, otherwise built-in handlers override our own (eg Paste is handled internally in a textcontrol without going through our own, resulting in changing 'read-only' unicode textcontrol)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agodeactivate read-only implementation for unicodetextcontrol because it cannot be selec...
Stefan Csomor [Sat, 4 Feb 2006 15:35:06 +0000 (15:35 +0000)] 
deactivate read-only implementation for unicodetextcontrol because it cannot be selected otherwise

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoI'm no fan of that focus ring being drawn inside the wxMiniFrame close button after...
Mart Raudsepp [Sat, 4 Feb 2006 13:06:06 +0000 (13:06 +0000)] 
I'm no fan of that focus ring being drawn inside the wxMiniFrame close button after a click (and release not on the
button), making the button look weird. So... don't focus on click.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoOptimize (for size) the cross_xpm used for the X button in wxMiniFrame. We use only...
Mart Raudsepp [Sat, 4 Feb 2006 12:39:23 +0000 (12:39 +0000)] 
Optimize (for size) the cross_xpm used for the X button in wxMiniFrame. We use only 2 colors, so don't declare 16 of
them. Also swap the characters used to make the X visible in source code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_widget_set_uposition -> gtk_window_move for wxMiniFrame. No, I don't like...
Mart Raudsepp [Sat, 4 Feb 2006 12:31:10 +0000 (12:31 +0000)] 
GTK2: gtk_widget_set_uposition -> gtk_window_move for wxMiniFrame. No, I don't like emulated window moves, so I can't
use my wm to move this minifram, but alas for now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_widget_set_uposition -> gtk_window_move for wxPopupWindow - migration appea...
Mart Raudsepp [Sat, 4 Feb 2006 12:15:31 +0000 (12:15 +0000)] 
GTK2: gtk_widget_set_uposition -> gtk_window_move for wxPopupWindow - migration appears to work fine for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoadded missing include; minor reformatting
David Surovell [Sat, 4 Feb 2006 04:58:30 +0000 (04:58 +0000)] 
added missing include; minor reformatting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37300 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget_draw replacement to make...
Mart Raudsepp [Sat, 4 Feb 2006 02:10:53 +0000 (02:10 +0000)] 
GTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget_draw replacement to make it call identical worker functions
as before, and not spew warnings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_widget_{push,pop}_visual don't do anything in GTK2, other than break compil...
Mart Raudsepp [Sat, 4 Feb 2006 01:49:25 +0000 (01:49 +0000)] 
GTK2: gtk_widget_{push,pop}_visual don't do anything in GTK2, other than break compilation with
GTK_DISABLE_DEPRECATED

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agogtk_signal_connect -> g_signal_connect in unix/mediactrl.cpp
Mart Raudsepp [Sat, 4 Feb 2006 01:47:01 +0000 (01:47 +0000)] 
gtk_signal_connect -> g_signal_connect in unix/mediactrl.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_entry_* -> gtk_editable_* where necessary
Mart Raudsepp [Sat, 4 Feb 2006 00:50:47 +0000 (00:50 +0000)] 
GTK2: gtk_entry_* -> gtk_editable_* where necessary

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_radio_button_group -> _set_group; A missed gtk_label_set to set_text. Add...
Mart Raudsepp [Sat, 4 Feb 2006 00:09:16 +0000 (00:09 +0000)] 
GTK2: gtk_radio_button_group -> _set_group; A missed gtk_label_set to set_text. Add a FIXME note for wxStaticText
probably not honoring SetBackgroundColour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_container_children -> gtk_container_get_children
Mart Raudsepp [Fri, 3 Feb 2006 23:39:48 +0000 (23:39 +0000)] 
GTK2: gtk_container_children -> gtk_container_get_children

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37294 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_check_menu_item_set_state -> _set_active; gtk_label_{parse_uline,set_text...
Mart Raudsepp [Fri, 3 Feb 2006 23:38:01 +0000 (23:38 +0000)] 
GTK2: gtk_check_menu_item_set_state -> _set_active; gtk_label_{parse_uline,set_text} and co ->
gtk_label_set_text_with_mnenomics

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_notebook_set_page -> gtk_notebook_set_current_page
Mart Raudsepp [Fri, 3 Feb 2006 23:26:21 +0000 (23:26 +0000)] 
GTK2: gtk_notebook_set_page -> gtk_notebook_set_current_page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_progress_bar_update -> gtk_progress_bar_set_fraction
Mart Raudsepp [Fri, 3 Feb 2006 23:22:40 +0000 (23:22 +0000)] 
GTK2: gtk_progress_bar_update -> gtk_progress_bar_set_fraction

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_window_process_updates. Do we...
Mart Raudsepp [Fri, 3 Feb 2006 23:14:34 +0000 (23:14 +0000)] 
GTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_window_process_updates. Do we really want to force an immediate
redraw here?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert,append}
Mart Raudsepp [Fri, 3 Feb 2006 23:07:20 +0000 (23:07 +0000)] 
GTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert,append}

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAllow Save Settings to save even when AutoSave is turned off
Robin Dunn [Fri, 3 Feb 2006 23:07:15 +0000 (23:07 +0000)] 
Allow Save Settings to save even when AutoSave is turned off

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoDon't assume that msw.remap was 1, instead change it back to what it
Robin Dunn [Fri, 3 Feb 2006 23:05:15 +0000 (23:05 +0000)] 
Don't assume that msw.remap was 1, instead change it back to what it
really was before.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_label_set -> gtk_label_set_text
Mart Raudsepp [Fri, 3 Feb 2006 22:58:26 +0000 (22:58 +0000)] 
GTK2: gtk_label_set -> gtk_label_set_text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_toggle_button_set_state -> gtk_toggle_button_set_active
Mart Raudsepp [Fri, 3 Feb 2006 22:53:37 +0000 (22:53 +0000)] 
GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_set_active

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_remove -> g_source_remove.
Mart Raudsepp [Fri, 3 Feb 2006 22:22:27 +0000 (22:22 +0000)] 
GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_remove -> g_source_remove.
Fix gtk_frame_urgency_timer_callback return type (gint -> gboolean).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37283 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_window_set_policy -> gtk_window_set_resizable. Slight change for resizable...
Mart Raudsepp [Fri, 3 Feb 2006 22:08:01 +0000 (22:08 +0000)] 
GTK2: gtk_window_set_policy -> gtk_window_set_resizable. Slight change for resizable toplevel behaviour -
allow_shrink is now always FALSE - it being TRUE is told to be 99% of the times a bad idea, too. I think we aren't
the 1% case here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_draw_* -> gtk_paint_*
Mart Raudsepp [Fri, 3 Feb 2006 21:57:03 +0000 (21:57 +0000)] 
GTK2: gtk_draw_* -> gtk_paint_*

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_widget_set_usize -> gtk_widget_set_size_request
Mart Raudsepp [Fri, 3 Feb 2006 21:51:21 +0000 (21:51 +0000)] 
GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoGTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idle_remove -> g_source_remove
Mart Raudsepp [Fri, 3 Feb 2006 21:44:31 +0000 (21:44 +0000)] 
GTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idle_remove -> g_source_remove

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agowxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED. Define them to catch deprecat...
Mart Raudsepp [Fri, 3 Feb 2006 21:27:04 +0000 (21:27 +0000)] 
wxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED. Define them to catch deprecated function usage for older
glib/pango versions and/or other systems. Is there a better place for this than defs.h?

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agominor reformat
David Surovell [Fri, 3 Feb 2006 21:15:25 +0000 (21:15 +0000)] 
minor reformat

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agog_main_set_poll_func(x) -> g_main_context_set_poll_func(NULL, x). Former deprecated...
Mart Raudsepp [Fri, 3 Feb 2006 20:57:00 +0000 (20:57 +0000)] 
g_main_set_poll_func(x) -> g_main_context_set_poll_func(NULL, x). Former deprecated since glib-2.2. Latter available
since at least glib-2.0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoRemove obsolete GTK1 compatibility macros. Patch #1413458 - Paul Cornett
Mart Raudsepp [Fri, 3 Feb 2006 20:38:55 +0000 (20:38 +0000)] 
Remove obsolete GTK1 compatibility macros. Patch #1413458 - Paul Cornett

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years ago DeleteFunction argument should be non-const since it
Mattia Barbon [Fri, 3 Feb 2006 18:26:55 +0000 (18:26 +0000)] 
  DeleteFunction argument should be non-const since it
is deleted inside the function.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoFix for WinCE - no delayed sizing for now
Julian Smart [Fri, 3 Feb 2006 16:30:14 +0000 (16:30 +0000)] 
Fix for WinCE - no delayed sizing for now

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoApplied patch from Neil Robinson to allow manipulation of unattached menubars
Julian Smart [Fri, 3 Feb 2006 16:29:05 +0000 (16:29 +0000)] 
Applied patch from Neil Robinson to allow manipulation of unattached menubars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37270 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoBetter cleanup of circular references.
Robin Dunn [Fri, 3 Feb 2006 06:51:34 +0000 (06:51 +0000)] 
Better cleanup of circular references.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoFix for bug #1422217. Menu items with the checked bitmap set need to
Robin Dunn [Thu, 2 Feb 2006 20:59:24 +0000 (20:59 +0000)] 
Fix for bug #1422217.  Menu items with the checked bitmap set need to
be owner drawn.  This also fixes submenu items that have a bitmap.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoFix nonsensical checked menu item label and behaviour
Julian Smart [Thu, 2 Feb 2006 18:19:04 +0000 (18:19 +0000)] 
Fix nonsensical checked menu item label and behaviour

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoadd missing wxHTML sources
David Surovell [Thu, 2 Feb 2006 17:00:33 +0000 (17:00 +0000)] 
add missing wxHTML sources

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoScroll text into view when typing
Julian Smart [Thu, 2 Feb 2006 13:05:30 +0000 (13:05 +0000)] 
Scroll text into view when typing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agouse UNICODE=1 by default
Robin Dunn [Thu, 2 Feb 2006 02:20:02 +0000 (02:20 +0000)] 
use UNICODE=1 by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agouse UNICODE=1 by default
Robin Dunn [Thu, 2 Feb 2006 02:02:27 +0000 (02:02 +0000)] 
use UNICODE=1 by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoreSWIGged
Robin Dunn [Thu, 2 Feb 2006 02:02:04 +0000 (02:02 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoMention the SWIG_VERSION change
Robin Dunn [Thu, 2 Feb 2006 01:48:40 +0000 (01:48 +0000)] 
Mention the SWIG_VERSION change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agominor layout tweak
Robin Dunn [Thu, 2 Feb 2006 01:47:16 +0000 (01:47 +0000)] 
minor layout tweak

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded wxPython wrappers for the new wx.Treebook and wx.Toolbook
Robin Dunn [Wed, 1 Feb 2006 23:46:43 +0000 (23:46 +0000)] 
Added wxPython wrappers for the new wx.Treebook and wx.Toolbook
classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoSet the toolbar orientation based on the wxBK_ alignment style flag
Robin Dunn [Wed, 1 Feb 2006 23:45:14 +0000 (23:45 +0000)] 
Set the toolbar orientation based on the wxBK_ alignment style flag

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoeVC3 build fix.
Włodzimierz Skiba [Wed, 1 Feb 2006 15:23:19 +0000 (15:23 +0000)] 
eVC3 build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agowxOS2 warning fixes after daily build log.
Włodzimierz Skiba [Wed, 1 Feb 2006 13:52:08 +0000 (13:52 +0000)] 
wxOS2 warning fixes after daily build log.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoupdated from CVS
Roman Rolinsky [Wed, 1 Feb 2006 10:25:54 +0000 (10:25 +0000)] 
updated from CVS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years ago[ 1420190 ] Enable backspace key on smartphone
Włodzimierz Skiba [Tue, 31 Jan 2006 21:37:32 +0000 (21:37 +0000)] 
[ 1420190 ] Enable backspace key on smartphone

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoWarning fix.
Włodzimierz Skiba [Tue, 31 Jan 2006 21:29:13 +0000 (21:29 +0000)] 
Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoBuild fix.
Włodzimierz Skiba [Tue, 31 Jan 2006 21:27:40 +0000 (21:27 +0000)] 
Build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoDelay part of the setup
Robin Dunn [Tue, 31 Jan 2006 17:48:19 +0000 (17:48 +0000)] 
Delay part of the setup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoMac doesn't like getting an icon if it's a bitmap
Julian Smart [Tue, 31 Jan 2006 16:22:54 +0000 (16:22 +0000)] 
Mac doesn't like getting an icon if it's a bitmap

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agowxControl::SetLabel no longer strips out codes so do it here
Julian Smart [Tue, 31 Jan 2006 16:01:19 +0000 (16:01 +0000)] 
wxControl::SetLabel no longer strips out codes so do it here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded missing include
Julian Smart [Tue, 31 Jan 2006 15:37:19 +0000 (15:37 +0000)] 
Added missing include

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded wxUSE_TOOLBOOK
Julian Smart [Tue, 31 Jan 2006 15:12:00 +0000 (15:12 +0000)] 
Added wxUSE_TOOLBOOK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoRegenerated configure for wxToolbook
Julian Smart [Tue, 31 Jan 2006 14:37:49 +0000 (14:37 +0000)] 
Regenerated configure for wxToolbook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded SetSheetStyle to property sheet dialog to allow specification
Julian Smart [Tue, 31 Jan 2006 13:54:17 +0000 (13:54 +0000)] 
Added SetSheetStyle to property sheet dialog to allow specification
of alternative book styles and shrink-to-fit mode
Updated dialogs sample with example of toolbook-style property sheet dialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoIntroduced the ability to size a book control based on the currently selected page
Julian Smart [Tue, 31 Jan 2006 13:51:33 +0000 (13:51 +0000)] 
Introduced the ability to size a book control based on the currently selected page

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoPut MFC sample at end of list
Julian Smart [Tue, 31 Jan 2006 09:29:24 +0000 (09:29 +0000)] 
Put MFC sample at end of list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded toolbook.cpp
Julian Smart [Tue, 31 Jan 2006 09:28:51 +0000 (09:28 +0000)] 
Added toolbook.cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAnother patch from Tim Kosse for using images on more than one column
Robin Dunn [Tue, 31 Jan 2006 02:37:23 +0000 (02:37 +0000)] 
Another patch from Tim Kosse for using images on more than one column

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoPutting the SetBestFittingSize() call at the end of wxToolBar::Realize
Robin Dunn [Tue, 31 Jan 2006 01:55:59 +0000 (01:55 +0000)] 
Putting the SetBestFittingSize() call at the end of wxToolBar::Realize
seems to cause more problems than it fixes, and in fact I can't seem
to duplicate the problems that it had before any longer, so let's
remove it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoLast parameter of GetVolumeInformation() is not pointer.
Włodzimierz Skiba [Tue, 31 Jan 2006 00:54:26 +0000 (00:54 +0000)] 
Last parameter of GetVolumeInformation() is not pointer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoReverting patch 1325857
Julian Smart [Mon, 30 Jan 2006 20:04:58 +0000 (20:04 +0000)] 
Reverting patch 1325857

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoTree != List
Włodzimierz Skiba [Mon, 30 Jan 2006 16:46:55 +0000 (16:46 +0000)] 
Tree != List

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoThis is a TOOLBOOK, not a LISTBOOK
Robin Dunn [Mon, 30 Jan 2006 16:38:19 +0000 (16:38 +0000)] 
This is a TOOLBOOK, not a LISTBOOK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded wxUSE_TOOLBOOK
Julian Smart [Mon, 30 Jan 2006 16:26:30 +0000 (16:26 +0000)] 
Added wxUSE_TOOLBOOK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoEntry for wxToolbook.
Julian Smart [Mon, 30 Jan 2006 16:00:22 +0000 (16:00 +0000)] 
Entry for wxToolbook.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdapted notebook sample to demonstrate wxToolbook
Julian Smart [Mon, 30 Jan 2006 15:40:32 +0000 (15:40 +0000)] 
Adapted notebook sample to demonstrate wxToolbook

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoUpdates for wxToolbook class
Julian Smart [Mon, 30 Jan 2006 15:38:51 +0000 (15:38 +0000)] 
Updates for wxToolbook class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoAdded wxToolbook class
Julian Smart [Mon, 30 Jan 2006 15:35:04 +0000 (15:35 +0000)] 
Added wxToolbook class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoSeparated out book control sizing code
Julian Smart [Mon, 30 Jan 2006 15:19:48 +0000 (15:19 +0000)] 
Separated out book control sizing code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37213 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years ago Committing in .
Jouk Jansen [Mon, 30 Jan 2006 12:32:08 +0000 (12:32 +0000)] 
 Committing in .

 Updated OpenVMS compile support

 Modified Files:
  wxWidgets/descrip.mms
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agowxPython tab cleaning
David Surovell [Sun, 29 Jan 2006 17:35:47 +0000 (17:35 +0000)] 
wxPython tab cleaning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years ago Fix rawbitmap sample to clear bitmap first.
Robert Roebling [Sun, 29 Jan 2006 15:44:21 +0000 (15:44 +0000)] 
  Fix rawbitmap sample to clear bitmap first.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoremove extraneous whitespace
David Surovell [Sun, 29 Jan 2006 08:49:53 +0000 (08:49 +0000)] 
remove extraneous whitespace

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoEnsure the window is still valid before adjusting the scrollbars
Robin Dunn [Sun, 29 Jan 2006 02:36:29 +0000 (02:36 +0000)] 
Ensure the window is still valid before adjusting the scrollbars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoMinor demo tweaks
Robin Dunn [Sun, 29 Jan 2006 02:34:44 +0000 (02:34 +0000)] 
Minor demo tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoChanges needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
Robin Dunn [Sun, 29 Jan 2006 02:33:00 +0000 (02:33 +0000)] 
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
the upcoming 1.3.28, using #if statements on SWIG_VERSION.

Adjustments to ownership of SWIG objects, add some destructors and
explicitly disown non-window objects when their ownership is
transfered to a C++ object.

Since all window objects are owned by their parent, or by themselves,
always set their thisown attribute to False.

Explicitly set thisown to False after any Destroy() methods are
called, so SWIG doesn't try to destroy them again.

Etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoOuput a SWIG_VERSION #define to the wrapper file.
Robin Dunn [Sun, 29 Jan 2006 02:14:44 +0000 (02:14 +0000)] 
Ouput a SWIG_VERSION #define to the wrapper file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoChanges needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
Robin Dunn [Sun, 29 Jan 2006 02:09:45 +0000 (02:09 +0000)] 
Changes needed to be able to build with SWIG 1.3.24, 1.3.27 as well as
the upcoming 1.3.28, using #if statements on SWIG_VERSION.

Adjustments to ownership of SWIG objects, add some destructors and
explicitly disown non-window objects when their ownership is
transfered to a C++ object.

Since all window objects are owned by their parent, or by themselves,
always set their thisown attribute to False.

Explicitly set thisown to False after any Destroy() methods are
called, so SWIG doesn't try to destroy them again.

Etc.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agono longer need to lowercase the input ourselves
Robin Dunn [Sun, 29 Jan 2006 01:36:59 +0000 (01:36 +0000)] 
no longer need to lowercase the input ourselves

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoUse reference types on SetDimension so the proper typemaps are used.
Robin Dunn [Sun, 29 Jan 2006 01:35:14 +0000 (01:35 +0000)] 
Use reference types on SetDimension so the proper typemaps are used.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agominor changes as per RN comments - add some comments and reorder a switch stmt.
David Surovell [Sat, 28 Jan 2006 18:25:40 +0000 (18:25 +0000)] 
minor changes as per RN comments - add some comments and reorder a switch stmt.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoimproved LaunchDefaultBrowser on FreeBSD systems by using the BROWSER env var when...
David Surovell [Sat, 28 Jan 2006 18:06:09 +0000 (18:06 +0000)] 
improved LaunchDefaultBrowser on FreeBSD systems by using the BROWSER env var when no HTML file MIME mapping is found

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoDo test for get{host,serv}byname_r in C++ mode, so non visible declarations
Stefan Neis [Sat, 28 Jan 2006 13:52:17 +0000 (13:52 +0000)] 
Do test for get{host,serv}byname_r in C++ mode, so non visible declarations
        cannot break compilation of gsocket.cpp.
Replaced AC_LANG_SAVE/RESTORE by AC_LANG_PUSH/POP for consistency.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoconverting menu ids and safeguarding against missing menu items
Stefan Csomor [Sat, 28 Jan 2006 12:28:56 +0000 (12:28 +0000)] 
converting menu ids and safeguarding against missing menu items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

18 years agoFurther attempts at WinCE media control
Julian Smart [Sat, 28 Jan 2006 10:56:27 +0000 (10:56 +0000)] 
Further attempts at WinCE media control

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775