wxWidgets.git
17 years agodon't set A4 paper size, use the system default instead
Vadim Zeitlin [Fri, 17 Nov 2006 01:54:48 +0000 (01:54 +0000)] 
don't set A4 paper size, use the system default instead

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

17 years agoWrap the setting of the initial content and formatting in Freeze/Thaw
Robin Dunn [Thu, 16 Nov 2006 23:43:40 +0000 (23:43 +0000)] 
Wrap the setting of the initial content and formatting in Freeze/Thaw

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

17 years agoLayout tweak
Robin Dunn [Thu, 16 Nov 2006 23:43:03 +0000 (23:43 +0000)] 
Layout tweak

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

17 years agoAdded the wx.combo module, which contains the ComboCtrl and ComboPopup
Robin Dunn [Thu, 16 Nov 2006 23:38:29 +0000 (23:38 +0000)] 
Added the wx.combo module, which contains the ComboCtrl and ComboPopup
classes.

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

17 years agoCorrected double destruction of views
Robin Dunn [Thu, 16 Nov 2006 23:36:54 +0000 (23:36 +0000)] 
Corrected double destruction of views

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

17 years agodisable mmedia contrib for wxMGL (blunt fix for tinderbox compilation error)
Vadim Zeitlin [Thu, 16 Nov 2006 23:33:22 +0000 (23:33 +0000)] 
disable mmedia contrib for wxMGL (blunt fix for tinderbox compilation error)

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

17 years agoAdded wxStandardPaths::GetExecutablePath
Robin Dunn [Thu, 16 Nov 2006 23:31:04 +0000 (23:31 +0000)] 
Added wxStandardPaths::GetExecutablePath

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

17 years agoadded missing button state
Benjamin Williams [Thu, 16 Nov 2006 20:45:17 +0000 (20:45 +0000)] 
added missing button state

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

17 years agoFix not recognising '/' on Windows.
Michael Wetherell [Thu, 16 Nov 2006 19:03:03 +0000 (19:03 +0000)] 
Fix not recognising '/' on Windows.

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

17 years agonotebook window list popup positioning fixes
Benjamin Williams [Thu, 16 Nov 2006 18:48:00 +0000 (18:48 +0000)] 
notebook window list popup positioning fixes

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

17 years agominor tab drawing improvements
Benjamin Williams [Thu, 16 Nov 2006 18:46:10 +0000 (18:46 +0000)] 
minor tab drawing improvements

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

17 years agoChange the factory constructor to not use a predefined wxMBConv object as it
Michael Wetherell [Thu, 16 Nov 2006 14:30:20 +0000 (14:30 +0000)] 
Change the factory constructor to not use a predefined wxMBConv object as it
prevents global instances of the factories. The predefined converters are
references which may not have been initialised when a global factory's
constructor runs.

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

17 years agowxMGL/Unix compilation fix attempt
Vadim Zeitlin [Thu, 16 Nov 2006 14:02:14 +0000 (14:02 +0000)] 
wxMGL/Unix compilation fix attempt

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

17 years ago Solves 2 problems I encounterd on OpenVMS :
Jouk Jansen [Thu, 16 Nov 2006 13:31:40 +0000 (13:31 +0000)] 
 Solves 2 problems I encounterd on OpenVMS :
     stdpaths.cpp : missing rourtine in VMS part
     bitmap.cpp : type casts WXPixmap changed to Pixmap

 Modified Files:
  wxWidgets/src/unix/stdpaths.cpp wxWidgets/src/x11/bitmap.cpp

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

17 years agopane buttons are now vertically centered
Benjamin Williams [Thu, 16 Nov 2006 11:01:19 +0000 (11:01 +0000)] 
pane buttons are now vertically centered

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

17 years agoremoved a bunch of wxCHECK_VERSION(2,7,0)'s because aui isn't 2.6.x-backportable...
Benjamin Williams [Thu, 16 Nov 2006 10:39:23 +0000 (10:39 +0000)] 
removed a bunch of wxCHECK_VERSION(2,7,0)'s because aui isn't 2.6.x-backportable anymore

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

17 years agouse real alpha blending algorithm to avoid sickly looking colors on some platforms
Benjamin Williams [Thu, 16 Nov 2006 08:25:09 +0000 (08:25 +0000)] 
use real alpha blending algorithm to avoid sickly looking colors on some platforms

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

17 years agoconsolidated duplicated static functions into one file
Benjamin Williams [Thu, 16 Nov 2006 08:21:54 +0000 (08:21 +0000)] 
consolidated duplicated static functions into one file

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

17 years agoWrong version checked in last time, this time we really:
Stefan Neis [Thu, 16 Nov 2006 08:00:54 +0000 (08:00 +0000)] 
Wrong version checked in last time, this time we really:
- avoid problems when calling lxlite on unix style filenames (starting /).
- rely on default compression options when calling lxlite.

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

17 years agoRemoved new function
Julian Smart [Thu, 16 Nov 2006 07:33:19 +0000 (07:33 +0000)] 
Removed new function

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

17 years agodocking crash fix patch applied
Benjamin Williams [Thu, 16 Nov 2006 06:13:21 +0000 (06:13 +0000)] 
docking crash fix patch applied

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

17 years agoMade new functions non-virtual
Julian Smart [Wed, 15 Nov 2006 23:03:18 +0000 (23:03 +0000)] 
Made new functions non-virtual

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

17 years ago [ 1596568 ] Fix for bug 1595339
Robert Roebling [Wed, 15 Nov 2006 19:00:16 +0000 (19:00 +0000)] 
  [ 1596568 ] Fix for bug 1595339

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

17 years agoAvoid problems when calling lxlite on absolute unix style filenames (starting /)
Stefan Neis [Wed, 15 Nov 2006 17:57:06 +0000 (17:57 +0000)] 
Avoid problems when calling lxlite on absolute unix style filenames (starting /)
Rely on default compression options when calling lxlite.

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

17 years agoSmall bug fixes
Julian Smart [Wed, 15 Nov 2006 15:59:06 +0000 (15:59 +0000)] 
Small bug fixes
Added GetStyleForRange to wxRichTextCtrl
HasCharacter/ParagraphAttributes range now consistent with other functions in wxRichTextCtrl

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

17 years agofixed wx-config symlink creation with non-empty DESTDIR
Václav Slavík [Wed, 15 Nov 2006 15:46:11 +0000 (15:46 +0000)] 
fixed wx-config symlink creation with non-empty DESTDIR

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

17 years agofixed wrong parameter types in FindToolForPosition
Benjamin Williams [Wed, 15 Nov 2006 10:07:25 +0000 (10:07 +0000)] 
fixed wrong parameter types in FindToolForPosition

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

17 years ago Check if DnD is started from a mouse event.
Robert Roebling [Wed, 15 Nov 2006 08:59:50 +0000 (08:59 +0000)] 
  Check if DnD is started from a mouse event.

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

17 years agoColumn position changes after each delete, so always delete the 0 column.
Kevin Ollivier [Wed, 15 Nov 2006 01:01:16 +0000 (01:01 +0000)] 
Column position changes after each delete, so always delete the 0 column.

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

17 years agobackported changes from gtk/window.cpp rev 1.678 (bug 1531348)
Vadim Zeitlin [Tue, 14 Nov 2006 23:55:25 +0000 (23:55 +0000)] 
backported changes from gtk/window.cpp rev 1.678 (bug 1531348)

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

17 years agobackported chnage in 1.115 of src/gtk/dnd.cpp (bug 1531348)
Vadim Zeitlin [Tue, 14 Nov 2006 22:50:24 +0000 (22:50 +0000)] 
backported chnage in 1.115 of src/gtk/dnd.cpp (bug 1531348)

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

17 years agoUse a swig macro for generating the call to the _setCallbackInfo
Robin Dunn [Tue, 14 Nov 2006 22:03:54 +0000 (22:03 +0000)] 
Use a swig macro for generating the call to the _setCallbackInfo
function so it's easy to fiddle with, if needed.

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

17 years ago2.7 --> 2.8
Robin Dunn [Tue, 14 Nov 2006 21:52:48 +0000 (21:52 +0000)] 
2.7 --> 2.8

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

17 years agofix typo
Robin Dunn [Tue, 14 Nov 2006 21:51:57 +0000 (21:51 +0000)] 
fix typo

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

17 years ago Fix X server hang in DND.
Robert Roebling [Tue, 14 Nov 2006 21:19:52 +0000 (21:19 +0000)] 
  Fix X server hang in DND.

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

17 years agocorrected version after last commit
Vadim Zeitlin [Tue, 14 Nov 2006 18:33:20 +0000 (18:33 +0000)] 
corrected version after last commit

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

17 years agoadded entry for 2.8.0-rc2
Vadim Zeitlin [Tue, 14 Nov 2006 18:27:50 +0000 (18:27 +0000)] 
added entry for 2.8.0-rc2

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

17 years ago The usual RTL fix for GTK+'s theme drawing function.
Robert Roebling [Tue, 14 Nov 2006 17:48:21 +0000 (17:48 +0000)] 
  The usual RTL fix for GTK+'s theme drawing function.

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

17 years agoregenerated after last autoconf_inc.m4 change
Vadim Zeitlin [Tue, 14 Nov 2006 15:44:54 +0000 (15:44 +0000)] 
regenerated after last autoconf_inc.m4 change

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

17 years agorestore brush properly
Benjamin Williams [Tue, 14 Nov 2006 15:29:35 +0000 (15:29 +0000)] 
restore brush properly

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

17 years agoanother GradientFillLinear fix
Benjamin Williams [Tue, 14 Nov 2006 14:51:08 +0000 (14:51 +0000)] 
another GradientFillLinear fix

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

17 years agofix compilation when one of wxUSE_LISTCTRL and wxUSE_TREECTRL is defined but the...
Vadim Zeitlin [Tue, 14 Nov 2006 14:20:11 +0000 (14:20 +0000)] 
fix compilation when one of wxUSE_LISTCTRL and wxUSE_TREECTRL is defined but the other is not (modified patch 1596323)

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

17 years agoGdiplusStartup() takes ULONG_PTR, not DWORD (patch 1596318); also deTABified
Vadim Zeitlin [Tue, 14 Nov 2006 14:05:14 +0000 (14:05 +0000)] 
GdiplusStartup() takes ULONG_PTR, not DWORD (patch 1596318); also deTABified

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

17 years agoOmission and bug fix
Julian Smart [Tue, 14 Nov 2006 14:03:53 +0000 (14:03 +0000)] 
Omission and bug fix

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

17 years agoCompile fix for the version of VC8 included in the 2003 PSDK.
Michael Wetherell [Tue, 14 Nov 2006 13:10:56 +0000 (13:10 +0000)] 
Compile fix for the version of VC8 included in the 2003 PSDK.

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

17 years agoinclude advanced Unix files in wxMGL build under Unix (trying to fix wxMGL link error...
Vadim Zeitlin [Tue, 14 Nov 2006 12:32:31 +0000 (12:32 +0000)] 
include advanced Unix files in wxMGL build under Unix (trying to fix wxMGL link errors in the tinderbox...)

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

17 years agolabel the different gradient pictures clearly
Vadim Zeitlin [Tue, 14 Nov 2006 12:12:42 +0000 (12:12 +0000)] 
label the different gradient pictures clearly

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

17 years agofixed gradient direction in GradientFilLinear for all non-msw ports
Benjamin Williams [Tue, 14 Nov 2006 11:32:44 +0000 (11:32 +0000)] 
fixed gradient direction in GradientFilLinear for all non-msw ports

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

17 years ago Just use the already existing wxRenderer::DrawItemSelectionRect()
Robert Roebling [Tue, 14 Nov 2006 10:20:38 +0000 (10:20 +0000)] 
  Just use the already existing wxRenderer::DrawItemSelectionRect()
    from wxListCtrl and wxTreeCtrl; and document it...

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

17 years ago Committing in .
Jouk Jansen [Tue, 14 Nov 2006 09:51:40 +0000 (09:51 +0000)] 
 Committing in .

 update for OpenVMS

 Modified Files:
  wxWidgets/setup.h_vms

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

17 years agorevert part of my recent change, fixing the libwxbase and libwxgtk
Robin Dunn [Tue, 14 Nov 2006 00:22:18 +0000 (00:22 +0000)] 
revert part of my recent change, fixing the libwxbase and libwxgtk
package names

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

17 years agocorrected wrong tab colors
Benjamin Williams [Mon, 13 Nov 2006 21:43:40 +0000 (21:43 +0000)] 
corrected wrong tab colors

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

17 years agocorrected sentence
Benjamin Williams [Mon, 13 Nov 2006 21:00:52 +0000 (21:00 +0000)] 
corrected sentence

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

17 years agodisable wxGLCanvas for wxMGL and wxDFB which don't support it
Vadim Zeitlin [Mon, 13 Nov 2006 19:50:59 +0000 (19:50 +0000)] 
disable wxGLCanvas for wxMGL and wxDFB which don't support it

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

17 years agoadded new features to welcome page
Benjamin Williams [Mon, 13 Nov 2006 18:39:42 +0000 (18:39 +0000)] 
added new features to welcome page

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

17 years agominor tab height bug fix
Benjamin Williams [Mon, 13 Nov 2006 18:25:52 +0000 (18:25 +0000)] 
minor tab height bug fix

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

17 years agoDon't use wxLB_EXTENDED with the checklistbox
Robin Dunn [Mon, 13 Nov 2006 18:09:21 +0000 (18:09 +0000)] 
Don't use wxLB_EXTENDED with the checklistbox

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

17 years agoCorrected wxMultiChoiceDialog if wxCheckListBox is used
Julian Smart [Mon, 13 Nov 2006 17:08:23 +0000 (17:08 +0000)] 
Corrected wxMultiChoiceDialog if wxCheckListBox is used

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

17 years agoAdded further icons
Julian Smart [Mon, 13 Nov 2006 15:48:27 +0000 (15:48 +0000)] 
Added further icons

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

17 years ago Minor change to stackwalker.
Robert Roebling [Mon, 13 Nov 2006 15:03:30 +0000 (15:03 +0000)] 
 Minor change to stackwalker.

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

17 years agofix some gcc warnings due to SQLINTEGER not being long under OS X
Vadim Zeitlin [Mon, 13 Nov 2006 14:45:44 +0000 (14:45 +0000)] 
fix some gcc warnings due to SQLINTEGER not being long under OS X

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

17 years agofix conflict with BOOL definition in X11/Xmd.h (bug 1592325); also unified all differ...
Vadim Zeitlin [Mon, 13 Nov 2006 12:01:37 +0000 (12:01 +0000)] 
fix conflict with BOOL definition in X11/Xmd.h (bug 1592325); also unified all different BOOL fixes in a single one

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

17 years agoreadded layer insert code
Benjamin Williams [Mon, 13 Nov 2006 09:51:57 +0000 (09:51 +0000)] 
readded layer insert code

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

17 years agoTrailing newline
Julian Smart [Mon, 13 Nov 2006 09:37:08 +0000 (09:37 +0000)] 
Trailing newline

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

17 years agodocumentation updates
Benjamin Williams [Mon, 13 Nov 2006 07:55:52 +0000 (07:55 +0000)] 
documentation updates

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

17 years agotab ctrl height api fix
Benjamin Williams [Mon, 13 Nov 2006 07:03:51 +0000 (07:03 +0000)] 
tab ctrl height api fix

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

17 years agoDisable SortItems support for now, it is causing a crash on the wxPython side and...
Kevin Ollivier [Mon, 13 Nov 2006 00:24:19 +0000 (00:24 +0000)] 
Disable SortItems support for now, it is causing a crash on the wxPython side and we get the column click event too late to affect the initial sort.

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

17 years agoreSWIGged
Robin Dunn [Sun, 12 Nov 2006 23:43:50 +0000 (23:43 +0000)] 
reSWIGged

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

17 years agoAdjust the layout a bit, don't show the checkbox if we're not running
Robin Dunn [Sun, 12 Nov 2006 23:41:06 +0000 (23:41 +0000)] 
Adjust the layout a bit, don't show the checkbox if we're not running
the demo framework.

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

17 years agoattempt to disable experimental font dialog for OS X 10.2 (to fix the tinderbox build)
Vadim Zeitlin [Sun, 12 Nov 2006 23:34:38 +0000 (23:34 +0000)] 
attempt to disable experimental font dialog for OS X 10.2 (to fix the tinderbox build)

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

17 years agochanged last DrawButton() parameter from bool to int to allow for future extensions...
Vadim Zeitlin [Sun, 12 Nov 2006 23:34:11 +0000 (23:34 +0000)] 
changed last DrawButton() parameter from bool to int to allow for future extensions (patch 1595264)

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

17 years agoput #if wxUSE_COLLPANE around AddCollapsiblePane() declaration
Vadim Zeitlin [Sun, 12 Nov 2006 23:18:52 +0000 (23:18 +0000)] 
put #if wxUSE_COLLPANE around AddCollapsiblePane() declaration

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

17 years agowxStandardPathsCF::GetExecutablePath() implementation doesn't use CF API but Carbon...
Vadim Zeitlin [Sun, 12 Nov 2006 22:37:33 +0000 (22:37 +0000)] 
wxStandardPathsCF::GetExecutablePath() implementation doesn't use CF API but Carbon one and so doesn't compile in wxCocoa, don't use it there

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

17 years agowxCocoa doesn't have multi point wxRegion ctor neither
Vadim Zeitlin [Sun, 12 Nov 2006 22:35:27 +0000 (22:35 +0000)] 
wxCocoa doesn't have multi point wxRegion ctor neither

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

17 years agodon't assert if 'c' key is pressed when there is no selection
Vadim Zeitlin [Sun, 12 Nov 2006 22:33:21 +0000 (22:33 +0000)] 
don't assert if 'c' key is pressed when there is no selection

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

17 years agocall SetAnimation() from the ctor instead of just assigning m_animation directly...
Vadim Zeitlin [Sun, 12 Nov 2006 22:16:58 +0000 (22:16 +0000)] 
call SetAnimation() from the ctor instead of just assigning m_animation directly to ensure that UpdateBackingStoreWithStaticImage() is initially called

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

17 years agoSmall fix.
Michael Wetherell [Sun, 12 Nov 2006 21:57:18 +0000 (21:57 +0000)] 
Small fix.

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

17 years agouse wxFputs(s) instead of puts(s.mb_str()) to avoid crashes when conversion fails...
Vadim Zeitlin [Sun, 12 Nov 2006 21:52:46 +0000 (21:52 +0000)] 
use wxFputs(s) instead of puts(s.mb_str()) to avoid crashes when conversion fails (see bug 1591388)

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

17 years agoAdd wxTar docs.
Michael Wetherell [Sun, 12 Nov 2006 21:49:16 +0000 (21:49 +0000)] 
Add wxTar docs.

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

17 years agoAdd links to the zip and tar classes.
Michael Wetherell [Sun, 12 Nov 2006 21:47:13 +0000 (21:47 +0000)] 
Add links to the zip and tar classes.

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

17 years agoFix a couple of small errors.
Michael Wetherell [Sun, 12 Nov 2006 21:45:06 +0000 (21:45 +0000)] 
Fix a couple of small errors.

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

17 years agoshow all available information in the dialog (somewhat modified patch 1592306)
Vadim Zeitlin [Sun, 12 Nov 2006 21:43:27 +0000 (21:43 +0000)] 
show all available information in the dialog (somewhat modified patch 1592306)

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

17 years agoin addition to wxWinCE, also set background colour explicitly for GTK1, otherwise...
Vadim Zeitlin [Sun, 12 Nov 2006 21:38:49 +0000 (21:38 +0000)] 
in addition to wxWinCE, also set background colour explicitly for GTK1, otherwise it is black there

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

17 years agoGetColumnTextValue() can't return a reference to a temporary string, so changed it...
Vadim Zeitlin [Sun, 12 Nov 2006 21:25:19 +0000 (21:25 +0000)] 
GetColumnTextValue() can't return a reference to a temporary string, so changed it to return wxString by value

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

17 years agogcc warning fix: don't use NULL where integer is required
Vadim Zeitlin [Sun, 12 Nov 2006 21:18:52 +0000 (21:18 +0000)] 
gcc warning fix: don't use NULL where integer is required

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

17 years agogtk crash fix
Benjamin Williams [Sun, 12 Nov 2006 21:01:38 +0000 (21:01 +0000)] 
gtk crash fix

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

17 years ago Add cast
Robert Roebling [Sun, 12 Nov 2006 20:53:06 +0000 (20:53 +0000)] 
  Add cast

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

17 years agotab sizing and split sizing fixes
Benjamin Williams [Sun, 12 Nov 2006 20:32:40 +0000 (20:32 +0000)] 
tab sizing and split sizing fixes

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

17 years agoadded aui and richtext and also some extra (probably unneeded) dependencies (patch...
Vadim Zeitlin [Sun, 12 Nov 2006 20:29:23 +0000 (20:29 +0000)] 
added aui and richtext and also some extra (probably unneeded) dependencies (patch 1590292)

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

17 years agoremoved obsolete src/make*.env files
Vadim Zeitlin [Sun, 12 Nov 2006 20:13:09 +0000 (20:13 +0000)] 
removed obsolete src/make*.env files

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

17 years agomade GetMultiLineTextExtent() const (part of patch 1595123)
Vadim Zeitlin [Sun, 12 Nov 2006 20:06:56 +0000 (20:06 +0000)] 
made GetMultiLineTextExtent() const (part of patch 1595123)

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

17 years agofixed probable typo
Vadim Zeitlin [Sun, 12 Nov 2006 19:55:57 +0000 (19:55 +0000)] 
fixed probable typo

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

17 years agocompilation fix after last commit
Vadim Zeitlin [Sun, 12 Nov 2006 19:55:19 +0000 (19:55 +0000)] 
compilation fix after last commit

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

17 years agoadd places to change the version for distribution
Chris Elliott [Sun, 12 Nov 2006 18:55:33 +0000 (18:55 +0000)] 
add places to change the version for distribution

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

17 years agoupdate for bakefile 0.2.1-xx
Chris Elliott [Sun, 12 Nov 2006 18:50:14 +0000 (18:50 +0000)] 
update for bakefile 0.2.1-xx

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

17 years agoTypo fix
Julian Smart [Sun, 12 Nov 2006 18:01:16 +0000 (18:01 +0000)] 
Typo fix

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

17 years agoFixed compile error on Wine due to type mismatch
Julian Smart [Sun, 12 Nov 2006 17:58:27 +0000 (17:58 +0000)] 
Fixed compile error on Wine due to type mismatch

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

17 years agoNote about Unicode builds not working
Julian Smart [Sun, 12 Nov 2006 16:47:06 +0000 (16:47 +0000)] 
Note about Unicode builds not working

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

17 years agoAdded newline for PDF RTF
Julian Smart [Sun, 12 Nov 2006 16:40:19 +0000 (16:40 +0000)] 
Added newline for PDF RTF

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

17 years agoAdded missing arg
Julian Smart [Sun, 12 Nov 2006 16:35:51 +0000 (16:35 +0000)] 
Added missing arg

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