Vadim Zeitlin
|
6079ab879d
|
last check in forgot to add WS_VSCROLL to the listbox sttyle, added back to reenable the vertical scrollbar
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-08 12:43:23 +00:00 |
|
Vadim Zeitlin
|
7a69cd967a
|
use MSWCreateControl() instead of the old mess; implemented Get(Class)DefaultAttributes()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-01 00:15:07 +00:00 |
|
Vadim Zeitlin
|
76efbc2a09
|
compilation fix for wxUSE_VALIDATORS == 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 19:24:16 +00:00 |
|
Mattia Barbon
|
584ad2a32f
|
Added some missing STL-like wxArray/wxArrayString constructors.
Added helper class wxCArrayString, better replacement for
wxArrayString::GetStringArray.
Added overloaded constructors and Create() methods taking
a wxArrayString for wxCheckListBox, wxChoice, wxComboBox,
wxListBox, wxRadioBox, wxSingleChoiceDialog, wxMultipleChoiceDialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-31 18:21:45 +00:00 |
|
Julian Smart
|
6463b9f539
|
Reverted patch [ 832096 ] Final separation for GUI and console for Open Watcom
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-15 13:49:22 +00:00 |
|
Julian Smart
|
1169a91932
|
Applied patch [ 832096 ] Final separation for GUI and console for Open Watcom
(Watcom compiler doesn't like ctor implementation in headers)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-11 15:33:01 +00:00 |
|
Julian Smart
|
5955710c8b
|
Applied [ 821234 ] Fix: erroneous assertion failed wxListBox::SetSelection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-11 07:40:44 +00:00 |
|
Vadim Zeitlin
|
cb0afb2662
|
replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAINT_ON_RESIZE in XTI declarations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 00:41:06 +00:00 |
|
Vadim Zeitlin
|
ac8d0c118b
|
added wxVALIDATOR_PARAM and use it to avoid warnings about unused validators when wxUSE_VALIDATORS==0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 19:54:51 +00:00 |
|
Stefan Csomor
|
3ff066a4ec
|
macro naming changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-04 01:19:40 +00:00 |
|
Stefan Csomor
|
ffca575c83
|
WX_EVENT_PROPERTY instead of WX_DELEGATE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-27 18:42:14 +00:00 |
|
Stefan Csomor
|
c5ca409b6a
|
event exposure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-27 17:53:15 +00:00 |
|
Julian Smart
|
bc9fb5723a
|
Added some window style metadata
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-24 11:35:44 +00:00 |
|
Stefan Csomor
|
067e9be685
|
xti property extensions, style bits additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-23 00:41:33 +00:00 |
|
Stefan Csomor
|
c44a270570
|
removing rtti special functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-19 17:28:34 +00:00 |
|
Stefan Csomor
|
f0a126fe7a
|
switching back to normal accessors, workaround not needed anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-19 16:44:01 +00:00 |
|
Stefan Csomor
|
6a89f9ee42
|
RTTI simplifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-18 09:59:18 +00:00 |
|
Václav Slavík
|
14f355c2b5
|
added support for gcc precompiled headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-09 12:46:53 +00:00 |
|
Stefan Csomor
|
066f1b7a95
|
xti extensions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-05 17:30:46 +00:00 |
|
Mattia Barbon
|
de564874d6
|
Use wxStringBuffer[Length] instead of explicit calls to
wxString::get/UngetWriteBuffer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-21 09:41:26 +00:00 |
|
Julian Smart
|
4676948b68
|
More WinCE mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-11 21:50:07 +00:00 |
|
Vadim Zeitlin
|
3e3be693d0
|
got rid of wxBuffer (finally!!!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21571 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-07-02 02:09:44 +00:00 |
|
Julian Smart
|
b39dbf34b8
|
Applied patch [ 736322 ] Remove TWINE support, merge it in Wine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-23 19:16:45 +00:00 |
|
Julian Smart
|
22a746d726
|
Apply correct style variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-12 10:09:40 +00:00 |
|
Julian Smart
|
fe3d9123c6
|
Revamped border handling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-06 21:57:32 +00:00 |
|
Julian Smart
|
6c9a19aaba
|
Removed erroneous copyright names and corrected licence spelling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-17 11:23:28 +00:00 |
|
Vadim Zeitlin
|
9c9c3d7a8f
|
indicate whether this is a selection or a deselection in wxCommandEvent generated by a multiselection wxListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-02 03:05:41 +00:00 |
|
Julian Smart
|
b4da152ea3
|
Removed old __WXWINE__ support (obsoleted by new __WINE__ symbol)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-01-07 18:11:53 +00:00 |
|
Julian Smart
|
c76b1a30fa
|
Fixed a problem with borders being set wrong sometimes on wxMSW, XP, VC++ 7
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-12-19 23:13:53 +00:00 |
|
Vadim Zeitlin
|
2b5f62a0b2
|
merged 2.4 branch into the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-12-04 14:11:26 +00:00 |
|
Vadim Zeitlin
|
d90879fa39
|
fixed multiple bugs in multiple selection wxCheckListBoxes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-05 23:09:37 +00:00 |
|
Robin Dunn
|
9085d634d9
|
Fixed problem in InsertItems of always adding ownerdraw data even when
not an ownerdrawn listbox. If some items were already appended then
the indexes would not match.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-05-03 22:31:21 +00:00 |
|
Vadim Zeitlin
|
fd7ab28c5e
|
fixed wxCheckListBox behaviour in presense of wxLB_SORT style (bug 529786)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-04-01 21:55:55 +00:00 |
|
Robin Dunn
|
c294f45021
|
bugfix for SetString in a wxCheckListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-11 23:11:53 +00:00 |
|
Václav Slavík
|
a756f21001
|
use the new wxSystemSettings API everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-08 23:53:01 +00:00 |
|
Vadim Zeitlin
|
7516ed26c9
|
1. wxSystemSettings class API face lift: better names for its methods
2. wxSystemSettings under wxUniv uses the wxTheme and wxColourScheme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-30 22:34:36 +00:00 |
|
Vadim Zeitlin
|
1e6feb95a7
|
first pass of wxUniv merge - nothing works, most parts don't even compile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-26 20:59:19 +00:00 |
|
Vadim Zeitlin
|
5b6d6b7008
|
fixed bug in determining the best listbox size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-06 00:05:42 +00:00 |
|
Vadim Zeitlin
|
7561aacd5e
|
fix for releasing the HDC in WM_DRAWITEM handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-21 23:10:31 +00:00 |
|
Julian Smart
|
b07664068b
|
Applied patch #420395 (adding wxCLIP_SIBBLINGS capability -- but not by default)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-16 11:14:37 +00:00 |
|
Kendall Bennett
|
33ac7e6f01
|
Updates to fix Watcom C/C++ 11.0 compiler warning problems. Now compiles
clean with this compiler. Hopefully I did this without breaking other
compilers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-02 19:48:15 +00:00 |
|
Vadim Zeitlin
|
54081dc5c2
|
fixes bug 414369
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-04-07 00:29:08 +00:00 |
|
Vadim Zeitlin
|
bada28f00f
|
set more event object fields for lbox dbl click events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-10-19 00:52:57 +00:00 |
|
David Webster
|
5615ab3770
|
fix to OWNER_DRAWN assert in listbox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-09-06 19:18:35 +00:00 |
|
Bryan Petty
|
f6bcfd974e
|
merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-07-15 19:51:35 +00:00 |
|
Vadim Zeitlin
|
c42404a58e
|
fixes for compilation with the old mingw32, wxUSE_NORLANDER_HEADERS is always
defined (as 0 or 1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-02-14 18:21:21 +00:00 |
|
Vadim Zeitlin
|
11b6a93b1e
|
MSW compilation fixes for !wxUSE_VALIDATORS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-06 18:23:59 +00:00 |
|
Václav Slavík
|
ad81651f00
|
removed USE_SHARED_LIBRARY(IES)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-12-14 23:57:30 +00:00 |
|
Vadim Zeitlin
|
f048e32fcd
|
1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
2. tooltips work with wxRadioBox
3. duplicated OnCtlColor()s moved to wxControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-25 23:28:41 +00:00 |
|
Robin Dunn
|
60c65519d0
|
Now sets the font for newly appended ownerdraw items.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-11-23 00:01:50 +00:00 |
|