Vadim Zeitlin
|
6021b8f80b
|
we don't need reserved virtual functions on HEAD
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-14 16:04:33 +00:00 |
|
Vadim Zeitlin
|
3c81c9aafb
|
added GetScreenPosition/Rect() which always return the screen coordinates of the window (for child windows and TLWs alike)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-14 15:45:12 +00:00 |
|
Robin Dunn
|
5be7e07a3f
|
Keep wxSTC_LEX_ASP and _PHP available for now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-14 01:39:22 +00:00 |
|
Włodzimierz Skiba
|
caf6e6dee8
|
TRUE/FALSE source cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-13 10:04:15 +00:00 |
|
Włodzimierz Skiba
|
b7e37e558d
|
Init() does not belong to public.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-13 09:37:23 +00:00 |
|
Vadim Zeitlin
|
7d90194ccb
|
fixed event generation for wxComboBox to be consistent with the other platforms and also simplified the code by using the existing wxChoice logic instead of reimplementing it in a broken way
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 20:53:27 +00:00 |
|
Vadim Zeitlin
|
937f314d3f
|
native implementation of wxDirDialog for wxCocoa (patch 1403780)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 15:30:52 +00:00 |
|
Włodzimierz Skiba
|
71ac8ec3c8
|
IsValid() is now in base class.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 15:25:58 +00:00 |
|
Włodzimierz Skiba
|
0360340068
|
Line-up interfaces to use size_t for GetCount()s (and count related api).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 15:14:12 +00:00 |
|
Vadim Zeitlin
|
31e57091f2
|
non virtual dtors warning fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 15:10:23 +00:00 |
|
Włodzimierz Skiba
|
43f06cfda1
|
Line-up interfaces to use size_t for GetCount()s (and count related api).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 14:49:25 +00:00 |
|
Vadim Zeitlin
|
2e1f50128a
|
support mnemonics for wxStatic/RadioBox and made it easier to add support for more controls by virtualizing the mnemonics support logic (patch 1448178)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 14:21:19 +00:00 |
|
Vadim Zeitlin
|
01c54165d1
|
don't require multimon.h any more now (patch 1446030); enable wxUSE_DISPLAY by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:49:21 +00:00 |
|
Vadim Zeitlin
|
20aa779e3e
|
define size() in terms of length(), not vice versa, to make the code somewhat faster in non-optimized builds + some typo fixes in comments (patch 1440237)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:37:56 +00:00 |
|
Włodzimierz Skiba
|
9eb5cd3b1f
|
wxCore build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:35:59 +00:00 |
|
Włodzimierz Skiba
|
cceed0407f
|
wxBase build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:28:55 +00:00 |
|
Włodzimierz Skiba
|
3b38e2a022
|
Line-up interfaces to use size_t for GetCount()s.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:15:53 +00:00 |
|
Włodzimierz Skiba
|
78fc4e5509
|
Line-up interfaces to use size_t for GetCount()s.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:08:24 +00:00 |
|
Włodzimierz Skiba
|
30d5f9f54e
|
More wxMSW specific headers in precompiled headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-12 13:00:35 +00:00 |
|
Julian Smart
|
4c43dd9078
|
Applied patch [ 1432449 ] wxXml API documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37994 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-11 13:43:58 +00:00 |
|
Julian Smart
|
b6e5dfeff3
|
Applied patch [ 1447666 ] Fix obscure GTK wxListBox construction bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37992 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-11 13:24:07 +00:00 |
|
Julian Smart
|
e7b8da226f
|
Applied patch [ 1447732 ] Fix CVS HEAD for VC6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-11 13:13:00 +00:00 |
|
Robin Dunn
|
06db67bcb0
|
Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-10 21:26:59 +00:00 |
|
Stefan Csomor
|
c06bbbff22
|
additional types for carbon events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-10 17:02:51 +00:00 |
|
Stefan Csomor
|
509b4eccfe
|
adding experimental font dialog version - hacking the font panel ...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-10 16:11:29 +00:00 |
|
Vadim Zeitlin
|
c039fef565
|
don't clear clipboard if it was changed by another application since we used it (patch 1436601)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 13:59:31 +00:00 |
|
Vadim Zeitlin
|
848332140b
|
moved wxapp_install_idle_handler and g_isIdle from many cpp files into gtk/private.h (patch 1435529)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 13:36:53 +00:00 |
|
Vadim Zeitlin
|
315a49a10e
|
fix gcc4 warning for wndproc casts (patch 1431939)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 13:18:50 +00:00 |
|
Vadim Zeitlin
|
7fab07efba
|
let _T() work with macros (modified patch 1437983)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 13:16:02 +00:00 |
|
Vadim Zeitlin
|
c00fed0ef4
|
added wxListBox::HitTest() from Ryan (patch 1446207)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-09 12:48:52 +00:00 |
|
Julian Smart
|
cfe590ae1d
|
Added slightly better font dialog for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-08 19:45:51 +00:00 |
|
Robin Dunn
|
1e9bafca0f
|
Updated to Scintilla 1.67
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-08 01:48:03 +00:00 |
|
Julian Smart
|
21e354f107
|
Applied patch [ 1445031 ] wxString passed as ellipsis argument in richtexthtml.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 20:40:31 +00:00 |
|
Włodzimierz Skiba
|
4aa14001d2
|
DMC build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 19:53:43 +00:00 |
|
Włodzimierz Skiba
|
cececf4db5
|
Don't send dummy wxCommandEvent. Make members private and use wxW coding standards for them.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 18:54:41 +00:00 |
|
Włodzimierz Skiba
|
548b537752
|
Don't send dummy wxCommandEvent.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 18:41:27 +00:00 |
|
Václav Slavík
|
73de5077ce
|
preserve window's content when changing the fonts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 18:31:49 +00:00 |
|
Julian Smart
|
0652567356
|
Reordered symbols since MinGW wasn't getting HDN_GETDISPINFOW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 16:21:37 +00:00 |
|
Julian Smart
|
2dec67617f
|
Added conversion to HTML, by Akin Demirtug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 14:48:17 +00:00 |
|
Vadim Zeitlin
|
9d3cb3f369
|
added a tiny class to call Freeze/Thaw in ctor/dtor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-07 01:50:21 +00:00 |
|
Włodzimierz Skiba
|
51bc4da1e9
|
Minimal (nearly empty) wxDisplay for wxMGL (to compensate src/common/tplvcmn.cpp wxDisplay usage).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-05 23:42:03 +00:00 |
|
Julian Smart
|
6b775e666c
|
On WinCE, generic font dialog didn't work because the point size wxChoice
menu went off the display. Now a wxSpinCtrl is used. Also fixed the preview
window in PDA mode (was invisible).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-02 12:57:30 +00:00 |
|
Robert Roebling
|
3f3af7e7f8
|
Change wxVariant GetValue() to GetValue( wxVariant & ).
More cool sorting code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-02 10:46:01 +00:00 |
|
Robert Roebling
|
04e044c4d6
|
Use GTK+ function to obtain GdkWindow for wxListBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-02 09:55:07 +00:00 |
|
Robert Roebling
|
4a46cbe8c6
|
Applied Ryan's native wxListBox and wxCheckListBox patch
in slightly modified form..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-01 21:51:42 +00:00 |
|
Robert Roebling
|
4eccd3a10f
|
Further sorting work using the sorting data model.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-03-01 10:49:06 +00:00 |
|
Robert Roebling
|
8f850e2831
|
Moved code around preparing the sorted model.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-28 15:04:25 +00:00 |
|
Julian Smart
|
7d4f65e393
|
Added context menu support under PocketPC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-28 13:37:23 +00:00 |
|
Robert Roebling
|
8981608c69
|
Added wxDataViewSortedListModel, which doesn't work
yet, but you get the idea..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-28 10:47:28 +00:00 |
|
Kevin Hock
|
30bbf68d3a
|
Make SetLocal actually work instead of crashing immediately; due to required longevity of the item to make it from SetLocal to Connect, we need to use a specifc address type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-02-28 02:04:29 +00:00 |
|