Commit Graph

18593 Commits

Author SHA1 Message Date
Václav Slavík
29a57ffb58 use wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 21:27:40 +00:00
Václav Slavík
bb44a72b84 added wrapcctl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22545 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 21:27:25 +00:00
Václav Slavík
f290174451 use wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 21:19:21 +00:00
Václav Slavík
cadffe1b73 linking fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 21:00:58 +00:00
Vadim Zeitlin
b913d3ed6e moved wxUniv-specific GUI stuff from wxBase to wxCore; this fixes wxUniv DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 21:00:52 +00:00
Vadim Zeitlin
61fef19b85 warnings (and some errors) fixes for wxUniv DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:58:56 +00:00
Vadim Zeitlin
05e3a383e0 moved some more stuff from .cpp files to here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:56:30 +00:00
Vadim Zeitlin
ed0769cdab removed _WIN_IE from here, we normally shouldn't need it as it was moved to wrapcctl.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:56:08 +00:00
Václav Slavík
452935628a added wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:48:09 +00:00
Václav Slavík
e2d1c5675c more bakefile-based contrib makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:45:31 +00:00
Václav Slavík
e80ae20020 more bakefile-based makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:34:31 +00:00
Václav Slavík
83b9886f17 added wxDbGrid
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:26:51 +00:00
Václav Slavík
2e903934d1 more bakefile-based makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:24:38 +00:00
Václav Slavík
7847232620 make it possible to override directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:21:15 +00:00
Mattia Barbon
aeec2045cf Warning fixes (still does not compile).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:14:09 +00:00
Mattia Barbon
b96f9d1928 Use Unix display for Motif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:12:57 +00:00
Mattia Barbon
840015f0e3 Fix "Statement with no effect" warning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:11:52 +00:00
Mattia Barbon
f9788a11c4 Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:10:52 +00:00
Mattia Barbon
185448a864 Fix some wrong code: add parentheses to correct precedence,
fix comment and _WIN32_IE value (author was probably thinking about
_WIN32_WINNT. Now CVS compiles again with MinGW.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:09:41 +00:00
Mattia Barbon
6d31cf4000 Improve wxHashMap documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:05:27 +00:00
Vadim Zeitlin
4b9d8a9c22 missing or wrong DLLEXPORTs for DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 20:03:59 +00:00
Václav Slavík
3d1f191965 reverted two last changes; they both broke compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 19:30:30 +00:00
Václav Slavík
38d85c646d fixed mmedia contrib to work if libesd is not present
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 18:53:42 +00:00
Václav Slavík
264af224d8 bakefilized demos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 18:47:32 +00:00
Václav Slavík
0c5852cb0e updates to reflect fixes to wx-config
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 18:45:17 +00:00
Václav Slavík
03206f17a6 moved FL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 18:29:53 +00:00
Václav Slavík
292eaa39a4 moved FL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 18:19:29 +00:00
Václav Slavík
3b9bf29a74 moved FL samples into single directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 18:09:38 +00:00
Václav Slavík
61d457caae compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 17:14:39 +00:00
Václav Slavík
15e8daecf5 ported rest of contrib to bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 17:11:53 +00:00
Václav Slavík
1dbdb45df5 added ability to generate wx24-like wxWindows.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 16:35:41 +00:00
Václav Slavík
edd891e220 fix the situation when one of sublibraries is not built
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 15:09:17 +00:00
Václav Slavík
0154f61aa8 fix for broken --inplace, --prefix and --exec-prefix handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 14:51:55 +00:00
Václav Slavík
7269d29bde fixed wrong target names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 13:41:28 +00:00
Václav Slavík
c580f45efe ODBC update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 13:04:02 +00:00
Vadim Zeitlin
0d236fd0fa added wrapper for <commctrl.h> as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 10:57:51 +00:00
Václav Slavík
fd68cfdbfb added WX_DECLARE_OBJARRAY_WITH_DECL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 10:42:22 +00:00
David Elliott
1580951310 Added wxGUIAppTraits::GetToolkitInfo (ok?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 04:29:53 +00:00
David Elliott
2a1d0b8ebc Removed wxGUIAppTraits::GetOSVersion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 04:06:09 +00:00
David Elliott
e22958052d Removed wxTheApp = this from wxApp constructor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-03 04:05:14 +00:00
Vadim Zeitlin
5b59df8315 avoid using _WIN32_IE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 23:26:30 +00:00
Vadim Zeitlin
0ed48c11ca s/ID_SEPARATOR/wx&/ (fixes 782133)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 23:23:44 +00:00
Vadim Zeitlin
28f9eac4b9 fixed wrong border/sash widths (typo during last commit)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 22:58:30 +00:00
Vadim Zeitlin
350fffae72 minor changes to eliminate unused parameter warning + some cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 22:47:40 +00:00
Vadim Zeitlin
13e51f3a55 removed extra commas which are erros for some compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 22:42:52 +00:00
Václav Slavík
9e00598cad compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 22:37:49 +00:00
Václav Slavík
bb41dcbe3a moved DB classes into wxODBC library
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 19:14:54 +00:00
Václav Slavík
fd938b1177 Intel C++ needs time.h before sys/stat.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 19:11:35 +00:00
Václav Slavík
190869b2f5 compilation fix for gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 16:27:21 +00:00
Václav Slavík
c31c4e162e compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-02 16:21:52 +00:00