Vadim Zeitlin
|
fcb35beb94
|
compilation fixes after making wxFontRefData private (added wxFont::GetMacXXX())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-25 23:10:35 +00:00 |
|
Vadim Zeitlin
|
ef92f44097
|
wxPATH_NORM_ALL shouldn't include wxPATH_NORM_CASE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-25 22:04:53 +00:00 |
|
Robin Dunn
|
e04fe03d0f
|
Since wxGTK's wxGauge doesn't derive from wxGaugeBase it needs to have
an IsVertical method added too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 20:08:25 +00:00 |
|
Robin Dunn
|
9d41f689dc
|
#ifdef update for the old SWIG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 20:06:19 +00:00 |
|
Vadim Zeitlin
|
89654c9a49
|
GetFilenames() always returned a single file only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 15:06:53 +00:00 |
|
Vadim Zeitlin
|
97f278b453
|
finally reverted patch 782947 completely, it is broken; added just a check that id returned by SetTimer() is not a dup instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 14:48:33 +00:00 |
|
Vadim Zeitlin
|
3bf5a59b5e
|
pointer returned by GetNativeFontInfo() is now const and must not be deleted (replaces patch 810192)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-24 01:23:37 +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 |
|
Vadim Zeitlin
|
eccd199223
|
refactored code to create hidden window in one place only; use it from wxTimer; unregister class used by wxExecute (modified patch 782947)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 23:57:32 +00:00 |
|
Mattia Barbon
|
05e770c40e
|
Use glcanvas.cpp from wxX11 for wxMotif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 19:25:45 +00:00 |
|
Chris Elliott
|
641a7c45b5
|
fix digitalmars 64 bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 09:52:37 +00:00 |
|
Chris Elliott
|
e84c7178fe
|
fix watcom 64 bug (openwatcom1.1) (second try)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 09:36:25 +00:00 |
|
Chris Elliott
|
3ca91ffb3d
|
fix watcom 64 bug (openwatcom1.1)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 09:33:21 +00:00 |
|
Vadim Zeitlin
|
3a9fa0d6b5
|
added wxTextCtrl::MarkDirty()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-23 00:09:18 +00:00 |
|
Vadim Zeitlin
|
bde4baaced
|
more wxMBConv classes cleanup, define wxConvLibc to use Win32 API under Windows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 20:29:15 +00:00 |
|
Vadim Zeitlin
|
57c5293e49
|
made Convert() methods const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 20:15:00 +00:00 |
|
Vadim Zeitlin
|
9769627970
|
assume sizeof(wchar_t) == 2 by default, not 4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 19:25:32 +00:00 |
|
Vadim Zeitlin
|
e95354ec54
|
added UTF-16/32-[LB]E conversions; got rid of wxCharacterSet and simplified and fixed some bugs in remaining code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 17:11:56 +00:00 |
|
Vadim Zeitlin
|
c0dd4372a3
|
wxLL is now in wx/defs.h together with (new) wxULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 17:10:30 +00:00 |
|
Vadim Zeitlin
|
84ed77ef28
|
added (and documented) wxULL(); fixes for wxINT64_SWAP macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 15:30:25 +00:00 |
|
Vadim Zeitlin
|
8fb3747278
|
reorganized/improved fixed size int types definitions; in particular use __int64 for wxInt64 if available
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 13:47:55 +00:00 |
|
Vadim Zeitlin
|
ef620df011
|
added Win64 detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23816 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:43:36 +00:00 |
|
Vadim Zeitlin
|
014c5a64b5
|
moved wxGA_XXX styles to gauge.h from defs.h; set wxGA_PROGRESSBAR as 0 (it's not used anywhere anyhow)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:35:21 +00:00 |
|
Vadim Zeitlin
|
da0f19f8a8
|
cleanup: derive wxGauge from wxGaugeBase; removed redundant code from Create() (use base class methods instead); implemented MSWGetStyle() and GetBestSize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:31:58 +00:00 |
|
Vadim Zeitlin
|
9446dc2642
|
added IsVertical(); initialize members in ctor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:28:25 +00:00 |
|
Vadim Zeitlin
|
311a173bcc
|
removed some TABs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 12:14:44 +00:00 |
|
Stefan Neis
|
7332d96bd5
|
Fixed wxGUIAppTraits declaration on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 06:04:49 +00:00 |
|
Vadim Zeitlin
|
104032545e
|
added wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitmap(); corrected calculation of menu width and drawing of accels for disabled items (parts of patch 758598)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:43:36 +00:00 |
|
Stefan Neis
|
a637417cf7
|
Added GUI part of AppTraits for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:39:22 +00:00 |
|
Vadim Zeitlin
|
c91830cb4b
|
added conversions to/from UTF 16/32 LE/BE (patch 809685)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23792 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:12:10 +00:00 |
|
Stefan Neis
|
9fc852b7ff
|
Added AppTraits for OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 00:02:44 +00:00 |
|
Stefan Neis
|
598dc9b777
|
Switched over to using wxEventLoop.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 21:54:03 +00:00 |
|
Stefan Neis
|
9345ca55cb
|
Added declaration for GetViewRect to fix compilo.
FIXME: Implementation is still missing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 21:28:40 +00:00 |
|
Vadim Zeitlin
|
f607434a0f
|
check the radio buttons when they get focus (closes 777500)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-21 15:09:13 +00:00 |
|
Vadim Zeitlin
|
2e622163d0
|
wxHTTP::GetResponse() added (patch 794394)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 23:55:32 +00:00 |
|
Vadim Zeitlin
|
0ae0bb792b
|
fix after patch 802882
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 18:34:57 +00:00 |
|
Vadim Zeitlin
|
ace3ed2ef0
|
exchanged the base classes order, wxObject must be always first
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:34:01 +00:00 |
|
Vadim Zeitlin
|
6f6f938f3a
|
derive wxComboBox from wxItemContainer (via wxComboBoxBase) in wxGTK (patch 802882)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 16:31:06 +00:00 |
|
Mattia Barbon
|
e4ffab299a
|
Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 13:34:49 +00:00 |
|
Vadim Zeitlin
|
cb07c54412
|
(blind) compilation fix after recent KeywordSearch changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 23:53:56 +00:00 |
|
Vadim Zeitlin
|
7411f983f1
|
wxTextCtrl::GetValue() lost (replaced with question marks) all characters not in the current encoding -- but now it shouldn't
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:21:48 +00:00 |
|
Vadim Zeitlin
|
8b04d4c451
|
added wxCSConv ctor taking wxFontEncoding
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:18:06 +00:00 |
|
Vadim Zeitlin
|
9806a823b0
|
attemps to make wxStreamToTextRedirector work with more (broken) compilers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:17:38 +00:00 |
|
Vadim Zeitlin
|
0bc9347069
|
include wx/encinfo.h, not wx/fontenc.h, now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:15:55 +00:00 |
|
Vadim Zeitlin
|
48f9e8107a
|
extracted wxNativeEncodingInfo in a separate file to be able to include wx/fontenc.h from wx/strcov.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 22:04:15 +00:00 |
|
Mattia Barbon
|
2fcce89663
|
Compilation fix for wxUSE_DRAG_AND_DROP==0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 21:44:42 +00:00 |
|
Vadim Zeitlin
|
5a41643a8d
|
linking fix (removed unused virtual methods declarations)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 11:55:32 +00:00 |
|
Julian Smart
|
c27be5db0b
|
Added SQLTCHAR for non-Windows platforms, and added missing
wxFputs to wxchar.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-19 10:59:14 +00:00 |
|
Robin Dunn
|
4a65f2c80d
|
Added DoDragOver and DoDropText from Angelo Mandato, and ensured that
my unicode LoadFile/SaveFile changes were in the .in file this time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:28:25 +00:00 |
|
Vadim Zeitlin
|
86c8acb774
|
don't redefine wxUSE_UNICODE if already defined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 22:13:45 +00:00 |
|
Julian Smart
|
8a39593ebe
|
Applied patch [ 808050 ] fixes for WXUNIVERSAL and UNICODE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 14:03:09 +00:00 |
|
Julian Smart
|
f7d4537c2b
|
Added wxUSE_EXCEPTIONS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 12:03:04 +00:00 |
|
Václav Slavík
|
8b0f8432d7
|
wxMGL compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 10:55:44 +00:00 |
|
Václav Slavík
|
752464f9f3
|
wxMGL compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 10:01:59 +00:00 |
|
Robin Dunn
|
88a8b04e9c
|
Updated to Scintilla 1.54
Applied most of patch #806092
Added new wxSTC sample from Otto Wyss
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 05:05:52 +00:00 |
|
Vadim Zeitlin
|
1c62463166
|
moved all event handlers callign code in ProcessEventIfMatches() instead of triplicating it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 23:35:36 +00:00 |
|
Vadim Zeitlin
|
4300caa7a6
|
added OnExit(); made event loop exception safe; added wxModalEvtLoop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 23:32:32 +00:00 |
|
Vadim Zeitlin
|
883117d126
|
added HandleEvent() to allow handle exceptions in event handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 23:30:53 +00:00 |
|
Vadim Zeitlin
|
38f1526768
|
added tied scoped pointers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 17:27:36 +00:00 |
|
Vadim Zeitlin
|
f0658b1e1e
|
corrected wxCATCH_ALL usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 17:09:23 +00:00 |
|
Vadim Zeitlin
|
5800b5bed6
|
use wxON_BLOCK_EXIT instead of just ON_BLOCK_EXIT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 16:59:40 +00:00 |
|
Vadim Zeitlin
|
2524f1ce36
|
added some trivial macros for exception handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 12:06:36 +00:00 |
|
Vadim Zeitlin
|
252e57cee2
|
added wxUSE_STL and wxUSE_XTI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 10:40:18 +00:00 |
|
Vadim Zeitlin
|
c37dc21c19
|
added wxUSE_EXCEPTIONS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-17 10:39:09 +00:00 |
|
Mattia Barbon
|
e6b9830a06
|
wxX11 compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-16 21:02:22 +00:00 |
|
Vadim Zeitlin
|
6757b5e31c
|
fixed modal dialogs after event loop change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-16 12:30:34 +00:00 |
|
Vadim Zeitlin
|
fb761cd53c
|
(blind) fix for wxMac compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-16 10:52:57 +00:00 |
|
Vadim Zeitlin
|
f2108ede7c
|
no changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 19:55:17 +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 |
|
Vadim Zeitlin
|
1bf77ee556
|
use wxEventLoop in wxApp under wxMSW; factored out common code from wxX11/wxMotif/wxMGL to wxAppBase; changed wxApp::Dispatch() return type
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 19:48:16 +00:00 |
|
Vadim Zeitlin
|
f8ba082ece
|
added check for wxUSE_VALIDATORS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 19:14:28 +00:00 |
|
Vadim Zeitlin
|
d83eeece0e
|
added and documented wxDEFINE_SCOPED_PTR_TYPE; improved docs a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 16:10:06 +00:00 |
|
David Elliott
|
cdd0a08f32
|
Clean up comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 15:22:45 +00:00 |
|
Vadim Zeitlin
|
4199367e9c
|
added wxUSE_EXCEPTIONS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 13:00:34 +00:00 |
|
Julian Smart
|
419430a0c0
|
WinCE bitmap patch from Johannes Schindelin <Johannes.Schindelin@gmx.de>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-15 08:55:19 +00:00 |
|
Julian Smart
|
93f467a3b4
|
Changed version to 2.5.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 19:39:34 +00:00 |
|
Vadim Zeitlin
|
ef0120c1bb
|
disabled (conditionally) separating static line; improved borders
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 19:37:35 +00:00 |
|
Stefan Csomor
|
939fba6c17
|
removal of pc-mac charset conversion for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 18:40:43 +00:00 |
|
Vadim Zeitlin
|
5db8d758b8
|
fixed GetItemSpacing() inconsistency by deprecating the old function and adding a new, easier to use, overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 16:06:27 +00:00 |
|
Vadim Zeitlin
|
11ebea162a
|
added wxListCtrl::GetViewRect()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-14 15:58:41 +00:00 |
|
Stefan Csomor
|
e802b32a26
|
fixed GetFilenames bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-13 14:02:54 +00:00 |
|
Mattia Barbon
|
18dbdd3c27
|
wxUniversal STL-ification.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-13 12:14:20 +00:00 |
|
Stefan Csomor
|
7323387564
|
unicode correction for mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23558 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-13 09:00:28 +00:00 |
|
Robin Dunn
|
2dbc444a19
|
Move more stuff into base for wxMac so that two level namespace dylibs
can be used on OS X.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-13 00:03:18 +00:00 |
|
Mattia Barbon
|
7db33cc310
|
Added, documented and used wxGridCellChoiceEditor
taking wxArrayString.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23538 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 21:11:01 +00:00 |
|
Mattia Barbon
|
3bdb8629f8
|
No real changes, just refactoring.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23537 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 21:05:19 +00:00 |
|
Mattia Barbon
|
d122f8c745
|
wxX11 STL-ification.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23536 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 21:01:31 +00:00 |
|
Julian Smart
|
f8252483ec
|
Applied patch [ 803473 ] wxListCtrl header height bugfix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 15:38:38 +00:00 |
|
Julian Smart
|
85b88942cc
|
Applied patch [ 778625 ] wxSVGFileDC and UNICODE build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 10:05:32 +00:00 |
|
Julian Smart
|
0e4acbd463
|
Applied patch [ 794760 ] Majority of "... hides virtual function ..." removal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-11 09:58:31 +00:00 |
|
Mattia Barbon
|
0bd4d463e6
|
Don't declare copystring if WXWIN_COMPATIBILITY_2_4==0
(like in include/wx/utils.h).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-10 20:57:17 +00:00 |
|
Vadim Zeitlin
|
521e585ff1
|
added LVM_SETUNICODEFORMAT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-10 15:06:44 +00:00 |
|
Václav Slavík
|
506c7b5b69
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-10 07:55:34 +00:00 |
|
Vadim Zeitlin
|
6a6aa79855
|
copy milliseconds in Set() too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-09 22:17:30 +00:00 |
|
Václav Slavík
|
69b5cec2b0
|
applied Otto Wyss' patch to extend wxHelpController::KeywordSearch with mode argument (modified to the point of reimplementation)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-09 17:29:11 +00:00 |
|
Stefan Csomor
|
f825dcd123
|
fix for CW non unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-09 15:34:15 +00:00 |
|
Stefan Csomor
|
5524d92aaa
|
wxID_PREFERENCES added for the preferences menu item
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-09 15:32:35 +00:00 |
|
David Elliott
|
11573ad882
|
Implement wxSpinButton (except up/down events)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-08 19:03:31 +00:00 |
|
David Elliott
|
e0c691d13c
|
Provide target/action mechanism for subclasses to use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-08 19:00:45 +00:00 |
|
David Elliott
|
b66e98539f
|
Implement (sort-of) non-client wxWindowDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-08 15:42:40 +00:00 |
|