]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoreadd files to restore cocoa compilation
Ryan Norton [Thu, 14 Oct 2004 14:34:31 +0000 (14:34 +0000)] 
readd files to restore cocoa compilation

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

19 years agoReverted and fixed really broken overcommit
Ryan Norton [Thu, 14 Oct 2004 14:07:27 +0000 (14:07 +0000)] 
Reverted and fixed really broken overcommit

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

19 years agofixes to building wxBase on Darwin
Václav Slavík [Thu, 14 Oct 2004 12:49:42 +0000 (12:49 +0000)] 
fixes to building wxBase on Darwin

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

19 years agoScript updates
Julian Smart [Thu, 14 Oct 2004 10:32:33 +0000 (10:32 +0000)] 
Script updates

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

19 years agoDoc tweaks
Julian Smart [Thu, 14 Oct 2004 10:29:58 +0000 (10:29 +0000)] 
Doc tweaks

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

19 years agoAdded SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
Julian Smart [Thu, 14 Oct 2004 10:28:20 +0000 (10:28 +0000)] 
Added SetScrollLinesX, SetScrollLinesY so apps can work around scrollbar
appearance problems by setting the scroll increment to e.g. 1
(Scrollbar problems caused by rounding errors - see comments in grid.cpp).
Also removed obsolete functions from reference, rearranged alphabetically

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

19 years agoCommented out SetFont(wxNullFont) which causes an assertion on Windows
Julian Smart [Thu, 14 Oct 2004 10:16:24 +0000 (10:16 +0000)] 
Commented out SetFont(wxNullFont) which causes an assertion on Windows

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

19 years agoadded wxTB_HORZ_LAYOUT
Václav Slavík [Thu, 14 Oct 2004 09:29:02 +0000 (09:29 +0000)] 
added wxTB_HORZ_LAYOUT

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

19 years agoRemoved empty wxCocoa wxFileDialog implementation
David Elliott [Thu, 14 Oct 2004 03:39:47 +0000 (03:39 +0000)] 
Removed empty wxCocoa wxFileDialog implementation

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

19 years agoReverted broken test to determine wxHAS_TASK_BAR_ICON
David Elliott [Thu, 14 Oct 2004 03:05:41 +0000 (03:05 +0000)] 
Reverted broken test to determine wxHAS_TASK_BAR_ICON

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

19 years agoRemoved empty wxCocoa taskbar files and broken files.bkl commit.
David Elliott [Thu, 14 Oct 2004 03:01:44 +0000 (03:01 +0000)] 
Removed empty wxCocoa taskbar files and broken files.bkl commit.

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

19 years agogive an #error if wxUSE_GLCANVAS == 0 instead of building empty samples
Vadim Zeitlin [Wed, 13 Oct 2004 21:19:38 +0000 (21:19 +0000)] 
give an #error if wxUSE_GLCANVAS == 0 instead of building empty samples

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

19 years agogtk_frame_focus_out_callback can be called with g_activeFrame
Julian Smart [Wed, 13 Oct 2004 20:47:12 +0000 (20:47 +0000)] 
gtk_frame_focus_out_callback can be called with g_activeFrame
null; so test for it.

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

19 years agofix syntax errors
Ryan Norton [Wed, 13 Oct 2004 17:24:35 +0000 (17:24 +0000)] 
fix syntax errors

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

19 years agofix syntax error
Ryan Norton [Wed, 13 Oct 2004 17:22:40 +0000 (17:22 +0000)] 
fix syntax error

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

19 years agosmall doc cleanup
Ryan Norton [Wed, 13 Oct 2004 17:10:51 +0000 (17:10 +0000)] 
small doc cleanup

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

19 years agoline segment fixes
Robin Dunn [Wed, 13 Oct 2004 15:14:59 +0000 (15:14 +0000)] 
line segment fixes

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

19 years agodc.DrawLines fixed [1046055]
Robin Dunn [Wed, 13 Oct 2004 15:14:10 +0000 (15:14 +0000)] 
dc.DrawLines fixed  [1046055]

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

19 years agoSemicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).
Włodzimierz Skiba [Wed, 13 Oct 2004 14:11:35 +0000 (14:11 +0000)] 
Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

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

19 years agoDarwin fixes (OW,BCC,MinGW,DMC tested).
Włodzimierz Skiba [Wed, 13 Oct 2004 14:09:48 +0000 (14:09 +0000)] 
Darwin fixes (OW,BCC,MinGW,DMC tested).

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

19 years agoSemicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).
Włodzimierz Skiba [Wed, 13 Oct 2004 14:04:19 +0000 (14:04 +0000)] 
Semicolon fixes according to Vadim's note about being danger (OW,BCC,MinGW,DMC tested).

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

19 years agoFix to reflect wxUNIVERSAL conditions from header.
Włodzimierz Skiba [Wed, 13 Oct 2004 09:24:09 +0000 (09:24 +0000)] 
Fix to reflect wxUNIVERSAL conditions from header.

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

19 years agocrush compiler warnings and handle out of memory errors slightly better
Ryan Norton [Wed, 13 Oct 2004 02:54:32 +0000 (02:54 +0000)] 
crush compiler warnings and handle out of memory errors slightly better

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

19 years agocheck that item pointer is non-NULL in WM_DRAW/MEASUREITEM
Vadim Zeitlin [Tue, 12 Oct 2004 21:08:54 +0000 (21:08 +0000)] 
check that item pointer is non-NULL in WM_DRAW/MEASUREITEM

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

19 years ago Added new wxPrintFactory code and made wxPrinter
Robert Roebling [Tue, 12 Oct 2004 21:07:42 +0000 (21:07 +0000)] 
  Added new wxPrintFactory code and made wxPrinter
   and wxPrintPreview make use of it. BIG CHANGE.

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

19 years agoReverted due to Darwin and other conflicts.
Włodzimierz Skiba [Tue, 12 Oct 2004 20:48:22 +0000 (20:48 +0000)] 
Reverted due to Darwin and other conflicts.

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

19 years agoReverted due to Darwin conflict.
Włodzimierz Skiba [Tue, 12 Oct 2004 20:47:04 +0000 (20:47 +0000)] 
Reverted due to Darwin conflict.

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

19 years agoReverted conflict with Darwin.
Włodzimierz Skiba [Tue, 12 Oct 2004 20:14:23 +0000 (20:14 +0000)] 
Reverted conflict with Darwin.

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Tue, 12 Oct 2004 19:29:12 +0000 (19:29 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agoUpdate config.{guess,sub}
Ron Lee [Tue, 12 Oct 2004 19:05:46 +0000 (19:05 +0000)] 
Update config.{guess,sub}

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

19 years agoRegenerate .po files from 2.5.3 source.
Ron Lee [Tue, 12 Oct 2004 18:59:54 +0000 (18:59 +0000)] 
Regenerate .po files from 2.5.3 source.

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

19 years agoupdated after moving xrc to the core
Václav Slavík [Tue, 12 Oct 2004 18:28:43 +0000 (18:28 +0000)] 
updated after moving xrc to the core

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

19 years agoRestored the default wizard height to match 2.4 (and bitmap size)
Julian Smart [Tue, 12 Oct 2004 18:15:59 +0000 (18:15 +0000)] 
Restored the default wizard height to match 2.4 (and bitmap size)
settings

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

19 years agoCorrected swapped args
Julian Smart [Tue, 12 Oct 2004 18:02:10 +0000 (18:02 +0000)] 
Corrected swapped args

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

19 years agoWhitespaces, tabs and fix to the lack of empty line at end.
Włodzimierz Skiba [Tue, 12 Oct 2004 17:12:26 +0000 (17:12 +0000)] 
Whitespaces, tabs and fix to the lack of empty line at end.

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

19 years agoRemove old pragmas for avoiding warnings with Open Watcom. They are not working with...
Włodzimierz Skiba [Tue, 12 Oct 2004 16:58:44 +0000 (16:58 +0000)] 
Remove old pragmas for avoiding warnings with Open Watcom. They are not working with new build system and have to be passed to compiler through options.

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

19 years agoUndo last change due to STL.
Włodzimierz Skiba [Tue, 12 Oct 2004 15:30:08 +0000 (15:30 +0000)] 
Undo last change due to STL.

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

19 years agoannoying oversight - someday compilers will point this out
Ryan Norton [Tue, 12 Oct 2004 15:22:47 +0000 (15:22 +0000)] 
annoying oversight - someday compilers will point this out

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

19 years agoslight correction
Ryan Norton [Tue, 12 Oct 2004 15:03:37 +0000 (15:03 +0000)] 
slight correction

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

19 years agoget rid of global vars
Ryan Norton [Tue, 12 Oct 2004 15:01:47 +0000 (15:01 +0000)] 
get rid of global vars

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

19 years agoI can't beleive I forgot this
Ryan Norton [Tue, 12 Oct 2004 14:55:04 +0000 (14:55 +0000)] 
I can't beleive I forgot this

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

19 years agoadded wxNB_TOP
Václav Slavík [Tue, 12 Oct 2004 14:43:04 +0000 (14:43 +0000)] 
added wxNB_TOP

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

19 years agopatch from list to fix warning and get rid of unneccessary call
Ryan Norton [Tue, 12 Oct 2004 14:10:06 +0000 (14:10 +0000)] 
patch from list to fix warning and get rid of unneccessary call

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

19 years agocompilo fix (blind)
Ryan Norton [Tue, 12 Oct 2004 14:02:57 +0000 (14:02 +0000)] 
compilo fix (blind)

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

19 years agoEliminate the redundant no_wx var and the extra test to set it.
Ron Lee [Tue, 12 Oct 2004 13:23:09 +0000 (13:23 +0000)] 
Eliminate the redundant no_wx var and the extra test to set it.
Don't perform unrelated tests inside a single CHECK/RESULT block.

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

19 years agoDon't leak intermediate results of tests for wx2.4 if it is not installed.
Ron Lee [Tue, 12 Oct 2004 13:16:03 +0000 (13:16 +0000)] 
Don't leak intermediate results of tests for wx2.4 if it is not installed.

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

19 years agoadded \ escaping in XRC (patch 1042675)
Václav Slavík [Tue, 12 Oct 2004 10:23:16 +0000 (10:23 +0000)] 
added \ escaping in XRC (patch 1042675)

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

19 years agoAlso distribute src/gtk/*.h
Julian Smart [Tue, 12 Oct 2004 07:52:04 +0000 (07:52 +0000)] 
Also distribute src/gtk/*.h

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

19 years agowxPuts() should output a trailing newline even in Unix/Unicode builds
Vadim Zeitlin [Mon, 11 Oct 2004 23:49:15 +0000 (23:49 +0000)] 
wxPuts() should output a trailing newline even in Unix/Unicode builds

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

19 years agomention that this file can be used under wx licence too
Vadim Zeitlin [Mon, 11 Oct 2004 22:58:17 +0000 (22:58 +0000)] 
mention that this file can be used under wx licence too

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

19 years agoadded ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h
Vadim Zeitlin [Mon, 11 Oct 2004 22:57:14 +0000 (22:57 +0000)] 
added ADVANCED_GTK_HDR section for src/gtk/eggtrayicon.h

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

19 years agoUse a better fixed size for the spin button
Robin Dunn [Mon, 11 Oct 2004 22:16:06 +0000 (22:16 +0000)] 
Use a better fixed size for the spin button

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

19 years agoDoc tweaks
Robin Dunn [Mon, 11 Oct 2004 22:15:15 +0000 (22:15 +0000)] 
Doc tweaks

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

19 years agoClean up comments a bit
Robin Dunn [Mon, 11 Oct 2004 22:14:31 +0000 (22:14 +0000)] 
Clean up comments a bit

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

19 years agoMaskedEdit updates from Will Sadkin:
Robin Dunn [Mon, 11 Oct 2004 22:13:18 +0000 (22:13 +0000)] 
MaskedEdit updates from Will Sadkin:
    - Added '*' mask char that means "all ansii chars" (ords 32-255)
    - Added proper unicode support to masked controls and wx.tools.dbg
    - Fixed two reported missing import bugs introduced by package
      creation
    - Converted masked package doc strings to reST format for better
      epydoc support
    - lots of doc string improvements and function hiding to better
      reflect package's public contents.

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

19 years agoreSWIGged
Robin Dunn [Mon, 11 Oct 2004 18:44:09 +0000 (18:44 +0000)] 
reSWIGged

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

19 years agoforward declare wxPyTaskBarIcon
Robin Dunn [Mon, 11 Oct 2004 17:12:43 +0000 (17:12 +0000)] 
forward declare wxPyTaskBarIcon

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

19 years agoWarning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW...
Włodzimierz Skiba [Mon, 11 Oct 2004 16:30:43 +0000 (16:30 +0000)] 
Warning fixes found under hardest mode of OpenWatcom. Seems clean in Borland, MinGW and DMC.

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

19 years agotemp. solution to get unicode to work on 10.3
Ryan Norton [Mon, 11 Oct 2004 15:38:05 +0000 (15:38 +0000)] 
temp. solution to get unicode to work on 10.3

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

19 years agoMissed wxList::Erase description.
Włodzimierz Skiba [Mon, 11 Oct 2004 12:15:22 +0000 (12:15 +0000)] 
Missed wxList::Erase description.

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

19 years agococoa doesn't need system framework - string conversion for cocoa - focus for cocoa...
Ryan Norton [Mon, 11 Oct 2004 02:02:30 +0000 (02:02 +0000)] 
cocoa doesn't need system framework - string conversion for cocoa - focus for cocoa - a bit of change for string unit tests for new functionality

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

19 years agoApplied changes by Bartlomiej Gorny for recent files and style panel fix.
Roman Rolinsky [Mon, 11 Oct 2004 00:00:31 +0000 (00:00 +0000)] 
Applied changes by Bartlomiej Gorny for recent files and style panel fix.

cellpos & cellspan parameters are changed to type ParamPosSize.

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

19 years agofixed spacer image
Roman Rolinsky [Sun, 10 Oct 2004 23:55:29 +0000 (23:55 +0000)] 
fixed spacer image

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

19 years agoFixed spacer image
Roman Rolinsky [Sun, 10 Oct 2004 23:48:27 +0000 (23:48 +0000)] 
Fixed spacer image

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

19 years agoMove children if parent gets resized.
Stefan Neis [Sun, 10 Oct 2004 23:16:54 +0000 (23:16 +0000)] 
Move children if parent gets resized.

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

19 years agoScript tweak
Julian Smart [Sun, 10 Oct 2004 22:43:06 +0000 (22:43 +0000)] 
Script tweak

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

19 years agoMake dist correction for Motif
Julian Smart [Sun, 10 Oct 2004 22:38:43 +0000 (22:38 +0000)] 
Make dist correction for Motif

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

19 years agoScript updates, FAQ updates from web site
Julian Smart [Sun, 10 Oct 2004 22:33:43 +0000 (22:33 +0000)] 
Script updates, FAQ updates from web site

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

19 years agoScript updates
Julian Smart [Sun, 10 Oct 2004 15:42:55 +0000 (15:42 +0000)] 
Script updates

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

19 years agocorrect assignment in constructors, a little optimization, and some rare (impossible...
Ryan Norton [Sun, 10 Oct 2004 13:30:55 +0000 (13:30 +0000)] 
correct assignment in constructors, a little optimization, and some rare (impossible?) case sanity checks

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

19 years agoScript updates
Julian Smart [Sun, 10 Oct 2004 11:44:00 +0000 (11:44 +0000)] 
Script updates

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

19 years agoAdded PNG bitmaps for easier editing (forgot to commit previously)
Julian Smart [Sun, 10 Oct 2004 11:31:28 +0000 (11:31 +0000)] 
Added PNG bitmaps for easier editing (forgot to commit previously)

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

19 years agoScript tweaks
Julian Smart [Sun, 10 Oct 2004 10:27:31 +0000 (10:27 +0000)] 
Script tweaks

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

19 years agoRemoved types that don't exist in iodbc
Julian Smart [Sun, 10 Oct 2004 10:10:27 +0000 (10:10 +0000)] 
Removed types that don't exist in iodbc

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

19 years agoFixed the change that broke eVC++ compile (please don't blind-fix this)
Julian Smart [Sun, 10 Oct 2004 09:30:02 +0000 (09:30 +0000)] 
Fixed the change that broke eVC++ compile (please don't blind-fix this)

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

19 years agoDon't bind the ACTIVATE events until the log window is created
Robin Dunn [Sun, 10 Oct 2004 00:57:35 +0000 (00:57 +0000)] 
Don't bind the ACTIVATE events until the log window is created

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

19 years agoRemoved tool batch files, they can just be generated as part of the install.
Robin Dunn [Sun, 10 Oct 2004 00:51:22 +0000 (00:51 +0000)] 
Removed tool batch files, they can just be generated as part of the install.

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

19 years ago* build and distrib tweaks.
Robin Dunn [Sun, 10 Oct 2004 00:48:34 +0000 (00:48 +0000)] 
* build and distrib tweaks.
* restructuring of installer packages
* MSW build can use either MONOLITHIC or multi-lib wx build

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

19 years agothe #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere
Vadim Zeitlin [Sat, 9 Oct 2004 21:48:14 +0000 (21:48 +0000)] 
the #ifdef around BROWSEINFO.lpszTitle assignment is bogus; should be c_str() everywhere

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

19 years agouse wxStrdupA() instead of #ifdef's around strdup()
Vadim Zeitlin [Sat, 9 Oct 2004 21:45:23 +0000 (21:45 +0000)] 
use wxStrdupA() instead of #ifdef's around strdup()

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

19 years agoFix for Standard WinCE SDK
Julian Smart [Sat, 9 Oct 2004 20:34:56 +0000 (20:34 +0000)] 
Fix for Standard WinCE SDK

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

19 years agoUse _strdup under WinCE/eVC++
Julian Smart [Sat, 9 Oct 2004 19:56:46 +0000 (19:56 +0000)] 
Use _strdup under WinCE/eVC++

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

19 years agoSetSizeHints -> DoSetSizeHints
Julian Smart [Sat, 9 Oct 2004 19:19:00 +0000 (19:19 +0000)] 
SetSizeHints -> DoSetSizeHints

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

19 years agogtk2 is the default now.
Ron Lee [Sat, 9 Oct 2004 17:52:09 +0000 (17:52 +0000)] 
gtk2 is the default now.

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

19 years agoAdd man page link for pywxrc.
Ron Lee [Sat, 9 Oct 2004 17:37:12 +0000 (17:37 +0000)] 
Add man page link for pywxrc.

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

19 years agoWorkaround for incorrect header in some versions of Mingw32
Julian Smart [Sat, 9 Oct 2004 13:39:57 +0000 (13:39 +0000)] 
Workaround for incorrect header in some versions of Mingw32

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

19 years agofixed wxrc installation and cleaning
Václav Slavík [Sat, 9 Oct 2004 12:53:00 +0000 (12:53 +0000)] 
fixed wxrc installation and cleaning

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

19 years agoAdd basic --utility option for finding build dependent utils.
Ron Lee [Sat, 9 Oct 2004 12:08:05 +0000 (12:08 +0000)] 
Add basic --utility option for finding build dependent utils.
More strictly define the exit codes -- 0 for success, 1 for failure,
2 for options that are not supported -- so as to enable feature testing.
Quote the mac rezflags hack.

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

19 years agoResolved ambiguity
Julian Smart [Sat, 9 Oct 2004 10:52:01 +0000 (10:52 +0000)] 
Resolved ambiguity

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

19 years agoTweaks
Julian Smart [Sat, 9 Oct 2004 10:51:07 +0000 (10:51 +0000)] 
Tweaks

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

19 years agoRemoved over-specific references to wxDDE..
Julian Smart [Sat, 9 Oct 2004 10:30:32 +0000 (10:30 +0000)] 
Removed over-specific references to wxDDE..

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

19 years agocorrect white values in extra stock cursors
Ryan Norton [Sat, 9 Oct 2004 03:07:24 +0000 (03:07 +0000)] 
correct white values in extra stock cursors

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

19 years agocheck for wxHAS_HUGE_FILES
Robin Dunn [Sat, 9 Oct 2004 01:26:43 +0000 (01:26 +0000)] 
check for wxHAS_HUGE_FILES

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

19 years agoFix docstring
Robin Dunn [Sat, 9 Oct 2004 01:26:15 +0000 (01:26 +0000)] 
Fix docstring

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

19 years agoChange macro used for OnGetItemImage so it ignores the base class
Robin Dunn [Sat, 9 Oct 2004 01:25:33 +0000 (01:25 +0000)] 
Change macro used for OnGetItemImage so it ignores the base class
version

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

19 years agofix description
Ryan Norton [Fri, 8 Oct 2004 23:33:11 +0000 (23:33 +0000)] 
fix description

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

19 years agofinal null-char wxString stuff, a couple of bugfixes and lots of code cleanups -...
Ryan Norton [Fri, 8 Oct 2004 23:19:39 +0000 (23:19 +0000)] 
final null-char wxString stuff, a couple of bugfixes and lots of code cleanups - fixups to changes.txt as per someone's suggestions - support for a lot more stock cursors on wxCocoa using the cursors from the carbon port

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

19 years agopropagate invalidated best size upstream
Václav Slavík [Fri, 8 Oct 2004 21:52:52 +0000 (21:52 +0000)] 
propagate invalidated best size upstream

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

19 years agoAdded Quicktime framework from System folder, updated project for hid.cpp, statbar...
Kevin Hock [Fri, 8 Oct 2004 20:05:34 +0000 (20:05 +0000)] 
Added Quicktime framework from System folder, updated project for hid.cpp, statbar.cpp and gdiobj.cpp and taskbar.cpp which seemed to be incompletely added

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

19 years agoFix for building with limited ports/platforms.
Włodzimierz Skiba [Fri, 8 Oct 2004 19:51:30 +0000 (19:51 +0000)] 
Fix for building with limited ports/platforms.

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