Václav Slavík
|
ab892b9519
|
makefiles update with OSX fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 12:38:44 +00:00 |
|
Václav Slavík
|
8bcf2d204f
|
fixed wxUSE_XML
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 12:22:59 +00:00 |
|
Vadim Zeitlin
|
7e34b934ce
|
made the example Unicode-friendly (patch 785642)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 12:16:50 +00:00 |
|
Vadim Zeitlin
|
9bf58645bf
|
update by Paco Riviere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 11:31:24 +00:00 |
|
Vadim Zeitlin
|
4f6e963caf
|
suppress warnings about not being able to inline a function under BC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 10:09:09 +00:00 |
|
Vadim Zeitlin
|
fba61bdfb7
|
OnExit() is not called if OnInit() failed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 10:06:32 +00:00 |
|
Vadim Zeitlin
|
8b3a401696
|
set LVCFMT_IMAGE, this at least allows to show imageso n the right sidei n the first column too (and fixes bug 787781); corrected return value of InsertColumn()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 09:58:52 +00:00 |
|
Jouk Jansen
|
f3858bf561
|
Committing in .
Updating/repairing OpenVMS compile support
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
wxWindows/src/gtk/app.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-13 08:48:47 +00:00 |
|
Julian Smart
|
8a556bae6f
|
Minor updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 22:03:58 +00:00 |
|
Václav Slavík
|
fc65e0b77e
|
disable more borland warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 22:02:55 +00:00 |
|
Václav Slavík
|
e06468e89b
|
precompiled headers check accounts for Apple compiler now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 21:42:18 +00:00 |
|
Václav Slavík
|
4fd0fc66a7
|
fix static wxnet build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 21:32:54 +00:00 |
|
Mattia Barbon
|
8142d70447
|
Added wxHashSet, with minimal tests.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 16:45:09 +00:00 |
|
Julian Smart
|
2ce79e485d
|
Removed some obsolete distribution files
Updated listing files
Added new shell scripts for spinning wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 15:33:14 +00:00 |
|
Stefan Csomor
|
42800de660
|
panther fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 11:47:23 +00:00 |
|
David Elliott
|
4328a6ba2a
|
Implement Raise()/Lower() using [NSVIew sortSubviewsUsingFunction:context:]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 04:30:50 +00:00 |
|
David Elliott
|
a82b814137
|
Laid groundwork for scrolling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-12 02:58:04 +00:00 |
|
Mattia Barbon
|
72eef31646
|
Expose GetCount when wxUSE_STL=1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 16:48:07 +00:00 |
|
Julian Smart
|
e28c2d151b
|
wxCaretSuspender only shows the caret if it was visible previously
Improved caret handling in wxTextCtrl
Restored scrollbar painting in wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 16:33:56 +00:00 |
|
David Elliott
|
f07c570112
|
Replaced id with winid so it doesn't conflict with the Objective-C type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 15:14:37 +00:00 |
|
David Elliott
|
25a4727e95
|
Added dummy resources for wxCocoa so bundles will build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 14:53:42 +00:00 |
|
David Elliott
|
2d6c4e485c
|
Added default implementation for drawRect and mouse events that returns
false so normal processing will take place. Some users of wxCocoaNSView
may not wish to implement every event.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 13:47:50 +00:00 |
|
Julian Smart
|
4fa818f673
|
Removed some experimental code I left in by accident
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 12:49:15 +00:00 |
|
Julian Smart
|
4b3163294c
|
More fixes for !wxUSE_TIMER, !wxUSE_IMAGE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 12:47:16 +00:00 |
|
Julian Smart
|
7da6ab6e2e
|
Cater for wxUSE_IMAGE=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 10:59:07 +00:00 |
|
Julian Smart
|
cfb5756157
|
Cater for wxUSE_IMAGE=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 10:46:35 +00:00 |
|
Stefan Csomor
|
2d51f067b9
|
added wxDynamicObject (kind of delegate, docs to come once this has calmed down)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 10:01:02 +00:00 |
|
Vadim Zeitlin
|
395470d965
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 01:22:51 +00:00 |
|
Vadim Zeitlin
|
51485b7601
|
fixed some warnings about unused variables values
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 01:22:21 +00:00 |
|
Vadim Zeitlin
|
429ef4bcea
|
really fixed '-' and '+' drawing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 01:15:12 +00:00 |
|
Vadim Zeitlin
|
be5b2f9f38
|
initialize the font fields properly when it corresponds to a native font
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 01:14:34 +00:00 |
|
Vadim Zeitlin
|
0e7761fade
|
trying to fix the generic tree appearance problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 00:38:32 +00:00 |
|
Vadim Zeitlin
|
bc51e42e8b
|
more wxRendererNative docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-11 00:33:11 +00:00 |
|
Vadim Zeitlin
|
908db3ae8a
|
fixed broken link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 23:54:34 +00:00 |
|
Václav Slavík
|
f98da3fb82
|
added tex2rtf makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 22:12:22 +00:00 |
|
Václav Slavík
|
2ace007846
|
added HelpGen makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 22:11:12 +00:00 |
|
Václav Slavík
|
425c0d76be
|
MacOS X bundles support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 21:21:23 +00:00 |
|
Václav Slavík
|
c7346341eb
|
added tex2rtf bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 19:14:03 +00:00 |
|
Václav Slavík
|
f3f7aa2cb6
|
utilsexc.cpp is wxBase only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 19:08:38 +00:00 |
|
Václav Slavík
|
1ccb4e5b1d
|
better fix for macos resources
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 19:06:14 +00:00 |
|
Václav Slavík
|
4603a6324a
|
hopefully better fix for mac resource problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 18:50:07 +00:00 |
|
Václav Slavík
|
36c9f14147
|
quick fix for mac resource problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 18:32:44 +00:00 |
|
Václav Slavík
|
ef76cf4c65
|
__WXMAC__, not __MAC__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 18:19:11 +00:00 |
|
Vadim Zeitlin
|
659b3e8b81
|
compilation fix for !wxUSE_BASE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 17:26:46 +00:00 |
|
Vadim Zeitlin
|
194142ed6f
|
compilation fix for !USE_PCH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 17:25:36 +00:00 |
|
Václav Slavík
|
5025baa921
|
added HelpGen bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 17:12:00 +00:00 |
|
Václav Slavík
|
310ca0fc13
|
another update for newest bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 16:45:13 +00:00 |
|
Václav Slavík
|
c0b709154d
|
update for newest bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 16:43:16 +00:00 |
|
Vadim Zeitlin
|
345b8952b4
|
fixed syntax error in case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 16:41:46 +00:00 |
|
Václav Slavík
|
ef0add05f1
|
use install_name_tool so that samples use uninstalled shared libs on OSX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 16:38:38 +00:00 |
|