Commit Graph

2311 Commits

Author SHA1 Message Date
Chris Elliott
8bdd5efa86 fix incorrect parameter error fo r DrawArc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-15 11:42:54 +00:00
Vadim Zeitlin
6ed506b9d7 IsDialogMessage fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-15 11:39:38 +00:00
Vadim Zeitlin
de07d2004f implemented wxDateTime::ParseDateTime() (patch 779794)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-14 23:13:18 +00:00
Julian Smart
93f467a3b4 Changed version to 2.5.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-14 19:39:34 +00:00
Vadim Zeitlin
5db8d758b8 fixed GetItemSpacing() inconsistency by deprecating the old function and adding a new, easier to use, overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-14 16:06:27 +00:00
Vadim Zeitlin
11ebea162a added wxListCtrl::GetViewRect()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-14 15:58:41 +00:00
Vadim Zeitlin
530c90012a fix for C99-compatible vsnprintf()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 21:13:02 +00:00
Mattia Barbon
7db33cc310 Added, documented and used wxGridCellChoiceEditor
taking wxArrayString.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 21:11:01 +00:00
Mattia Barbon
bffd3bf923 mention that wxALIGN_RIGHT swaps text and checkbox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 16:54:01 +00:00
Julian Smart
654a0fa974 Applied patch [ 791648 ] wxDateTime: note unimplemented methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 14:22:23 +00:00
Julian Smart
256b8649ff Add longtool tip for a button in wxToolBar test
Various warning suppressions


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 12:52:20 +00:00
Julian Smart
a7fee33ec2 Added wxDisplay doc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-11 07:24:38 +00:00
Vadim Zeitlin
fc4fb52856 added missing SetIntPosition() parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 13:37:51 +00:00
Vadim Zeitlin
0376ed5408 documented that wxHSCROLL disables wrapping; added comment to the source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 13:06:48 +00:00
Gilles Depeyrot
bb216e2e45 remove gdb debug related configuration option which causes problems with Apple Developer Tools assembler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-10 05:48:57 +00:00
Václav Slavík
69b5cec2b0 applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument (modified to the point of reimplementation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-09 17:29:11 +00:00
Mattia Barbon
73d617c9c7 Removing makegen and projgen, part #1: removing references
in other parts of wxWindows.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-07 20:23:55 +00:00
Mattia Barbon
d6c6a32321 Added a couple of wxPerl notes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-04 22:20:16 +00:00
Mattia Barbon
e21011866e Corrected statements about wxString correctly handling
embedded '\0' characters.
  Fixed various wxString::*find* methods (patch by Robert Vazan),
plus added missing overloaded variants of find_first/last_(not_)of.
Added more tests in console sample.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-01 20:20:21 +00:00
Vadim Zeitlin
29e1f68933 backport the sizers change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23317 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-31 13:30:39 +00:00
Vadim Zeitlin
c222be41e7 fixed return value of Disable() (bug 795630)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-30 20:56:47 +00:00
Václav Slavík
3caa34b771 removed caching from wxInternetFSHandler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-29 22:54:45 +00:00
Václav Slavík
2da409423d switched to using bakefile_gen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-28 20:23:28 +00:00
Chris Elliott
377c68c5f6 update docs for d_mars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 19:35:48 +00:00
Chris Elliott
02490909dc fix minor change to Borland intall instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 09:07:01 +00:00
Chris Elliott
6bddef3669 fix minor change to Borland intall instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 08:28:41 +00:00
Chris Elliott
536284403d remove references to Borland IDE and Cbuilder files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 08:21:09 +00:00
Julian Smart
2e9a77b6eb Minor tweak
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 02:27:43 +00:00
Julian Smart
b1c1e25bb1 No change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 01:32:14 +00:00
Julian Smart
3d82ef9b7c Some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-26 00:23:34 +00:00
Chris Elliott
19fea8580e fix typo in Borland build instructions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 15:04:43 +00:00
Chris Elliott
1a81e3dba8 revert instructions for makefile.sc as new makefiles not ready
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 15:03:29 +00:00
Julian Smart
9ce43bfae9 Fixes for WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 14:10:25 +00:00
Julian Smart
0f7c9ebe1c Removed redundant file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 13:07:40 +00:00
Julian Smart
bc9fa1f694 Reverted changes in accessible.tex that caused syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 11:27:56 +00:00
Julian Smart
3e5bdb369b Corrected typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-25 09:56:53 +00:00
Julian Smart
0497e17283 Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-24 08:16:37 +00:00
Julian Smart
6b96052677 Added a line to end of file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-22 10:21:44 +00:00
Vadim Zeitlin
c16b8e18ff added wxListbook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 23:16:41 +00:00
Vadim Zeitlin
e9c0df38e7 added wxListbook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 23:06:36 +00:00
Václav Slavík
9a33ef7c3c backported HTML tables horizontal size fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23075 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 14:47:05 +00:00
Vadim Zeitlin
74f8518b5c replcaeed ints with size_t to match the sources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23070 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 13:08:00 +00:00
Julian Smart
ff7047fde5 Updated section on XRC-writing tools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-21 08:05:22 +00:00
Václav Slavík
fa8e95cbdb new makefiles update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-20 10:02:17 +00:00
Václav Slavík
fad5a51ff8 how to build new RPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-20 09:50:17 +00:00
Václav Slavík
62b78322e1 wxStrdup(NULL) doesn't work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-19 17:27:04 +00:00
Julian Smart
196be0f137 Warning fixes from ABX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-19 15:40:58 +00:00
Chris Elliott
7945bfb41d CBuilder & IDE details Not appropriate for new makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-19 15:16:42 +00:00
Julian Smart
8a82c9ecc9 Moved wxToolBarSimple to deprecated library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-17 10:20:08 +00:00
Václav Slavík
19c35fa587 forgot to commit some regenerated files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-16 13:37:20 +00:00