Julian Smart
|
b1b3ddd840
|
Applied patch [ 649157 ] wxDisplay for Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 16:03:24 +00:00 |
|
Julian Smart
|
a89abd7f0c
|
Applied patch [ 730697 ] wxRect::AlignIn member
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 15:53:00 +00:00 |
|
Julian Smart
|
22328fa444
|
Applied patch [ 623187 ] virtual methods and new AppendItem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 15:48:42 +00:00 |
|
Vadim Zeitlin
|
b544a27802
|
a workaround for Mac update problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 15:48:10 +00:00 |
|
Julian Smart
|
0d1cb8cb29
|
Applied patch [ 619386 ] uxtheme.dll support
with filename changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 15:18:36 +00:00 |
|
Vadim Zeitlin
|
5be55d562f
|
compilation warnings fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 15:16:07 +00:00 |
|
Vadim Zeitlin
|
550e6c014c
|
compilation fix for Mac and reformatted the code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 15:15:09 +00:00 |
|
Julian Smart
|
5706de1cf4
|
Partially applied patch [ 531199 ] new EVT_MOVING and EVT_SIZING
Changed to reuse wxMoveEvent, wxSizeEvent
Only applied the Mac part as a TODO comment
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 14:37:28 +00:00 |
|
Julian Smart
|
5c5428f913
|
Applied patch [ 619539 ] patch to get small icon via geticon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:57:23 +00:00 |
|
Julian Smart
|
ef094fa075
|
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:50:55 +00:00 |
|
Julian Smart
|
7408cf7f76
|
Applied patch [ 739063 ] window.cpp (gtk) - mouse event processing
x -> y
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:45:54 +00:00 |
|
Julian Smart
|
fb47b99f25
|
Applied patch [ 735588 ] Gtk2 textctrl selection fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:42:21 +00:00 |
|
Julian Smart
|
eaf6274cc0
|
Applied patch [ 733425 ] Fix for header rendering problem in CalCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:39:30 +00:00 |
|
Vadim Zeitlin
|
201ca87982
|
added wxHtmlListBox sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:38:45 +00:00 |
|
Vadim Zeitlin
|
e0c6027b5a
|
added wxVListBox using wxVScrolledWindow and wxHtmlListBox using it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:35:26 +00:00 |
|
Václav Slavík
|
6fac75c355
|
added default ctor and SetSelection to wxHtmlRenderingState
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:28:09 +00:00 |
|
Julian Smart
|
17816c2e70
|
Applied patch [ 743194 ] HitTest for wxNotebook
Yes, we do need implementations for other platforms,
but it's a start.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:26:09 +00:00 |
|
Julian Smart
|
eee3624b11
|
Applied patch [ 743248 ] wxArray::RemoveAt() error message fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:21:40 +00:00 |
|
Julian Smart
|
0e4cfcdd77
|
Applied patch [ 743471 ] wxSplitter::Unsplit fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:19:56 +00:00 |
|
Julian Smart
|
32923e21c7
|
Implemented wxNotebook::DoGetBestSize so Fit now works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:14:51 +00:00 |
|
Julian Smart
|
2ce7af354a
|
Applied [ 745533 ] implemented wxNotebook::DoGetBestSize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20802 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 13:13:03 +00:00 |
|
Julian Smart
|
4611305399
|
Applied patch [ 745983 ] Fix for memory leak in class wxPluginManager in dynload.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:58:30 +00:00 |
|
Julian Smart
|
4ea3479cb5
|
Applied [ 746201 ] wxGrid row/col change not updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:55:59 +00:00 |
|
Julian Smart
|
233a54f6af
|
Applied patch [ 746203 ] xwGrid::SetTable may be called multiple times
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:51:06 +00:00 |
|
Julian Smart
|
12491c1f8e
|
Applied patch [ 746355 ] Adds some checks for chkconf.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:46:22 +00:00 |
|
Julian Smart
|
392c714810
|
Applied patch [ 746547 ] fixes 'wrong header file included' in fontmap.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20797 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:42:49 +00:00 |
|
Julian Smart
|
f43084de97
|
Applie dpatch [ 741366 ] wxMac d'n'd fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:41:00 +00:00 |
|
Julian Smart
|
dab7302127
|
Added BCC include dir in XRC makefile
Typo correction in app.tex
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 12:34:12 +00:00 |
|
Václav Slavík
|
cd275246d3
|
fixed UpdateRenderingState to do what it was meant to
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 11:19:13 +00:00 |
|
Vadim Zeitlin
|
7d96264c68
|
added consts needed by VC++/BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20790 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 10:25:23 +00:00 |
|
Václav Slavík
|
31d8b4ad24
|
react on mouse up, not mouse down
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-01 00:10:06 +00:00 |
|
Václav Slavík
|
3033131651
|
oops, commited debugging code by mistake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 21:51:17 +00:00 |
|
Václav Slavík
|
36c4ff4d65
|
preparing wxHtmlWindow for text selection (highlighting works, mouse input and clipboard does not)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 21:48:50 +00:00 |
|
Václav Slavík
|
f65a786ffd
|
preparing wxHtmlWindow for text selection (highlighting works, mouse input and clipboard does not)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 21:42:13 +00:00 |
|
Václav Slavík
|
13005f1d1e
|
backport gtk2 fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 18:07:20 +00:00 |
|
Václav Slavík
|
76b204675b
|
support SetBackgroundMode and SetTextBackground with GTK+2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 17:30:00 +00:00 |
|
Vadim Zeitlin
|
e6173e54a0
|
back port wxPanel focus fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 17:26:45 +00:00 |
|
Vadim Zeitlin
|
a7407834c4
|
clicking on a panel without children should give it the focus (closes 215436)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 17:25:07 +00:00 |
|
Vadim Zeitlin
|
e16f8973cd
|
corrected MakeLower/Upper() return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 15:10:56 +00:00 |
|
Vadim Zeitlin
|
af9fe8874f
|
missing WXDLLEXPORT added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-31 12:04:34 +00:00 |
|
Vadim Zeitlin
|
4a7ec775fe
|
typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 21:40:57 +00:00 |
|
Vadim Zeitlin
|
738fc94287
|
changed vscroll.cpp file location
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 21:28:38 +00:00 |
|
Vadim Zeitlin
|
75bff3be85
|
added {Line/Page}{Up/Down}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 21:20:25 +00:00 |
|
Vadim Zeitlin
|
2a70e6eb3f
|
bad link fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 21:17:56 +00:00 |
|
Vadim Zeitlin
|
c9bf76f73d
|
LaTeX error fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 21:16:04 +00:00 |
|
Vadim Zeitlin
|
cf7d632953
|
added wxVScrolledWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 21:08:31 +00:00 |
|
Vadim Zeitlin
|
95ac740c3b
|
minor fixes to workspace/project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 20:36:16 +00:00 |
|
Julian Smart
|
13c4e406d3
|
Wrap missing.h in #ifdef __GNUG__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 13:29:10 +00:00 |
|
Vadim Zeitlin
|
aedcc0dc82
|
compilation fix for yet another broken version of mingw (ENSESSION_LOGOFF not defined)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 13:23:55 +00:00 |
|
Vadim Zeitlin
|
7863fab40d
|
#define WINVER as 0x400 if it is not defined at all
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-05-30 00:13:20 +00:00 |
|