Stefan Csomor
|
fef5c55604
|
conversion warning gcc 3.3 mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-08 06:21:18 +00:00 |
|
Vadim Zeitlin
|
1cc8c8b74e
|
made it possible to preserve background when using wxBufferedDC (replaces patch 876263); some refactoring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25567 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 16:16:36 +00:00 |
|
Vadim Zeitlin
|
461dae941d
|
fixes for compiling with more stuff disabled in setup.h (patch 889211)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 14:26:00 +00:00 |
|
Vadim Zeitlin
|
fc5414a1c6
|
made wxNumberEntryDialog public; extracted it and wxGetNumberFromUser() in a separate header (patch 882545)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 13:55:49 +00:00 |
|
Vadim Zeitlin
|
811697104b
|
fix for memory leaks (patch 885242)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 13:19:18 +00:00 |
|
Vadim Zeitlin
|
6e76b35d73
|
added wxDC::DrawPolyPolygon() (patch 882189)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-07 13:12:31 +00:00 |
|
Václav Slavík
|
1c53456fc9
|
wxMGL fixes (patch #884758)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-05 23:13:30 +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 |
|
Robin Dunn
|
a9092ede82
|
Send an extra size event after creation to work around an apparent bug
in XP's ListView_GetViewRect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-27 22:56:08 +00:00 |
|
Stefan Neis
|
3665f7d07e
|
Compute update rectangle only when needed [i.e. if (!m_grid->GetBatchCount())]
[Patch 882656]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-25 14:26:06 +00:00 |
|
Vadim Zeitlin
|
8282369a53
|
preselect the text in the dialog to allow replacing it easier (just as in the text entry dialog)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-22 15:09:08 +00:00 |
|
David Elliott
|
b0c0a393c4
|
Unicode build fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-22 07:29:54 +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
|
02dd0487d1
|
Suppress spurious icon-related log messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-13 14:45:56 +00:00 |
|
Julian Smart
|
b6668c257d
|
Added extra check in case CopyFromIcon fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-13 14:37:28 +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
|
7b519e5e0c
|
Applied patch [ 800086 ] GridCellTextEditor wxTE_RICH misbehaving
Don't set the value of the hidden editor control (useless)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-11 14:28:38 +00:00 |
|
Julian Smart
|
c92ed9f7a7
|
Applied patch [ 863936 ] wxGrid scroll bars not drawn.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-08 15:43:29 +00:00 |
|
Julian Smart
|
80acaf2583
|
Applied patch [ 851044 ] wxGrid receives wxFocusEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-08 15:15:45 +00:00 |
|
Julian Smart
|
3da4e4bd4a
|
Applied patch [ 866387 ] wxGenericDirCtrl does not accept multiple wildcards
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-08 14:44:23 +00:00 |
|
Julian Smart
|
0a64020858
|
Added missing event.Skip()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25072 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-01-06 08:54:57 +00:00 |
|
Ryan Norton
|
2b0a7c092c
|
[ 835171 ] Show hidden files in wxGenericDirCtrl
(genericdirctrl is neat!)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-20 15:13:15 +00:00 |
|
Julian Smart
|
bc0aebab3e
|
Remove bad casts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-13 20:32:41 +00:00 |
|
Julian Smart
|
5b5ea46641
|
Added wxUSE_TOOLTIPS guard for previous patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-13 10:24:00 +00:00 |
|
Julian Smart
|
4a5d781ca6
|
Applied [ 858342 ] Event-based processing of item tooltips in generic TreeCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-13 10:20:48 +00:00 |
|
Julian Smart
|
291dddd7dc
|
Applied patch [ 847127 ] HELP button displayed by wxMessageDialog with wxSTAY_ON_TOP.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-11 12:37:41 +00:00 |
|
Julian Smart
|
4666bb5f2e
|
Applied patch [ 829072 ] Splitter rendering fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-11 10:24:02 +00:00 |
|
Julian Smart
|
3fc93ebd18
|
Applied patch [ 818941 ] Initialize vars and clear wxImageList
Also small speedup in wxFileIconsTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-12-11 08:01:04 +00:00 |
|
Stefan Neis
|
144cf6da64
|
Enabled handling of drive letters on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-23 22:49:37 +00:00 |
|
Stefan Neis
|
0d853c5412
|
Fixed drive handling on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-23 22:38:30 +00:00 |
|
Julian Smart
|
eae4425db6
|
WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo.com>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-18 21:25:44 +00:00 |
|
Dimitri Schoolwerth
|
8703bc01c2
|
Added wxUnusedVar for Borland and fixed 2 release mode warnings for Borland (patch #835707); Slight code cleanup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-10 15:17:46 +00:00 |
|
Stefan Neis
|
20c8441047
|
Allow minimal acceptable row height/column width to be set to 0 for
hiding rows/columns.
Only return true from CanEnableCellControl if a valid cell is selected
(fixing Bug #837656).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-08 18:58:04 +00:00 |
|
Vadim Zeitlin
|
cd318cd31b
|
removed assert which became incorrect after last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-08 12:28:48 +00:00 |
|
Vadim Zeitlin
|
6d78bbe637
|
fixed vertical scrollbar handling (broken by some relatively recent but unknown precisely change)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-11-06 19:41:46 +00:00 |
|
Vadim Zeitlin
|
564a150b1f
|
replaced all occurences of wxColourDatabase::FindColour() with Find(); minor code cleanup here and there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-18 23:51:01 +00:00 |
|
Vadim Zeitlin
|
45bbbc5430
|
use #if WXWIN_COMPAT and not #ifdef (patch 826160)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-18 23:22:11 +00:00 |
|
Vadim Zeitlin
|
999836aaca
|
warning fixes for BCC and OW (heavily modified patch 819146)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 10:28:15 +00:00 |
|
Vadim Zeitlin
|
7a1e00a16b
|
added missing wxCMPFUNC_CONVs (patch 817551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 09:12:36 +00:00 |
|
Vadim Zeitlin
|
64c2fa134b
|
send EVT_WIZARD_FINISHED for modal wizards as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-16 07:22:19 +00:00 |
|
Vadim Zeitlin
|
d5d29b8a22
|
renamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-08 22:13:14 +00:00 |
|
David Elliott
|
18dd54e3fd
|
wxListMainWindow::OnRenameCancelled(): itemEdit parameter is used
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-07 13:20:30 +00:00 |
|
Vadim Zeitlin
|
d2ed74b912
|
send END_EDIT label if label editing is cancelled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-07 08:41:54 +00:00 |
|
Vadim Zeitlin
|
5ed08e5bb5
|
fix wxLongLong values printinf for MGL and for wxUSE_LONGLONG_WX case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24066 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-03 15:08:49 +00:00 |
|
Václav Slavík
|
cea43339ac
|
fixed accelerators in wxGTK if NumLock is active (bug #723379)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24036 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-01 17:05:06 +00:00 |
|
Robin Dunn
|
2d588cb2b0
|
Should not delete colours that come from the wxColourDatabase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-29 17:42:18 +00:00 |
|
Vadim Zeitlin
|
8b1ed8d979
|
update height of the header window whenever it changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-26 23:47:28 +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
|
e441e1f4e8
|
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_REPAINT_ON_RESIZE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 00:26:40 +00:00 |
|
Robin Dunn
|
dc76287dcd
|
Allow derived classes to prevent default focus handling (by not
calling Skip)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 23:48:17 +00:00 |
|