Commit Graph

25352 Commits

Author SHA1 Message Date
Włodzimierz Skiba
84f7327f47 Undo last change due to STL.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 15:30:08 +00:00
Ryan Norton
4413571533 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
2004-10-12 15:22:47 +00:00
Ryan Norton
421f1954f9 slight correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 15:03:37 +00:00
Ryan Norton
eaceebf6ce get rid of global vars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 15:01:47 +00:00
Ryan Norton
01040ff02d I can't beleive I forgot this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 14:55:04 +00:00
Václav Slavík
2c12c792f3 added wxNB_TOP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 14:43:04 +00:00
Ryan Norton
645a8fabef 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
2004-10-12 14:10:06 +00:00
Ryan Norton
926f877be5 compilo fix (blind)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 14:02:57 +00:00
Ron Lee
3f45f8bf3d 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
2004-10-12 13:23:09 +00:00
Ron Lee
8dabd665bd 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
2004-10-12 13:16:03 +00:00
Václav Slavík
984c33c9c7 added \ escaping in XRC (patch 1042675)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 10:23:16 +00:00
Julian Smart
0f0e71f433 Also distribute src/gtk/*.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-12 07:52:04 +00:00
Vadim Zeitlin
19b65a3033 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
2004-10-11 23:49:15 +00:00
Vadim Zeitlin
8d6f95db28 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
2004-10-11 22:58:17 +00:00
Vadim Zeitlin
bddb82b3c2 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
2004-10-11 22:57:14 +00:00
Robin Dunn
d1f46a1c4d 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
2004-10-11 22:16:06 +00:00
Robin Dunn
f81ef370c4 Doc tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-11 22:15:15 +00:00
Robin Dunn
15dd11365e Clean up comments a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-11 22:14:31 +00:00
Robin Dunn
f54a36bba8 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
2004-10-11 22:13:18 +00:00
Robin Dunn
84f85550e5 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-11 18:44:09 +00:00
Robin Dunn
047b2059cf forward declare wxPyTaskBarIcon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-11 17:12:43 +00:00
Włodzimierz Skiba
42841dfcad 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
2004-10-11 16:30:43 +00:00
Ryan Norton
e40bae72d4 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
2004-10-11 15:38:05 +00:00
Włodzimierz Skiba
e0ad14ca47 Missed wxList::Erase description.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-11 12:15:22 +00:00
Ryan Norton
f7e98dee7e 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
2004-10-11 02:02:30 +00:00
Roman Rolinsky
80389ff709 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
2004-10-11 00:00:31 +00:00
Roman Rolinsky
3b35f6d8b3 fixed spacer image
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 23:55:29 +00:00
Roman Rolinsky
714457aeda Fixed spacer image
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 23:48:27 +00:00
Stefan Neis
9e7050926b Move children if parent gets resized.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 23:16:54 +00:00
Julian Smart
af2ae80795 Script tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 22:43:06 +00:00
Julian Smart
501591aad2 Make dist correction for Motif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 22:38:43 +00:00
Julian Smart
09e7b3a0f5 Script updates, FAQ updates from web site
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 22:33:43 +00:00
Julian Smart
659ade8c5b Script updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 15:42:55 +00:00
Ryan Norton
215f9d70dd 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
2004-10-10 13:30:55 +00:00
Julian Smart
7bb7fa834b Script updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 11:44:00 +00:00
Julian Smart
c135b1e269 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
2004-10-10 11:31:28 +00:00
Julian Smart
0451a04544 Script tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-10 10:27:31 +00:00
Julian Smart
2978723799 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
2004-10-10 10:10:27 +00:00
Julian Smart
58e0338a8c 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
2004-10-10 09:30:02 +00:00
Robin Dunn
e44b5196a6 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
2004-10-10 00:57:35 +00:00
Robin Dunn
5810801554 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
2004-10-10 00:51:22 +00:00
Robin Dunn
cb56afc421 * 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
2004-10-10 00:48:34 +00:00
Vadim Zeitlin
f07962f933 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
2004-10-09 21:48:14 +00:00
Vadim Zeitlin
8813578906 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
2004-10-09 21:45:23 +00:00
Julian Smart
02538f2d7a Fix for Standard WinCE SDK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-09 20:34:56 +00:00
Julian Smart
e761df38aa Use _strdup under WinCE/eVC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-09 19:56:46 +00:00
Julian Smart
7c9b17c1d1 SetSizeHints -> DoSetSizeHints
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-09 19:19:00 +00:00
Ron Lee
41d8b0c9ca gtk2 is the default now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-09 17:52:09 +00:00
Ron Lee
46ec284e56 Add man page link for pywxrc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-10-09 17:37:12 +00:00
Julian Smart
59ba321bca 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
2004-10-09 13:39:57 +00:00