Julian Smart
b4b799f391
Disable wxMediaCtrl for WinCE
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 15:29:09 +00:00
Robert Roebling
f2e935373d
Fix for listbox problem, when created on invisible
...
window. Shown in wxWizard sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 15:28:14 +00:00
Robert Roebling
ad975781eb
Fixed missing key down events (probably introduced
...
by IM patch.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 13:33:36 +00:00
Chris Elliott
b70d3b9f44
add commands to make non-existent directories when done first time
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 12:56:25 +00:00
Robert Roebling
fdfb84751f
Committed Raise()Lower() fix.
...
Committed second part for Input Methode character fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 12:52:38 +00:00
Robert Roebling
95fd7c35e0
Blind fix for Compilo.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 12:30:18 +00:00
Ryan Norton
3b5023b99a
CreateMovieControl change for wxMediaCtrl on OSX 10.2 and up
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 11:11:36 +00:00
Ryan Norton
3aa79a0117
comment out unused stuff for warning fixing
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 09:55:38 +00:00
Julian Smart
30b1153d64
Correction to previous fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 09:54:02 +00:00
Ryan Norton
b9160e5eac
fix pointer conversion warnings on OSX 10.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 09:52:40 +00:00
Julian Smart
65ab10020b
Fix for GCC compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 09:45:32 +00:00
Robin Dunn
31a01a24c8
Avoid name clash with wx.App.OnExit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 03:09:17 +00:00
Robin Dunn
39ac28747f
Add ability to copy the event log to the clipboard
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 03:08:37 +00:00
Robin Dunn
fef4c27a1c
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 22:55:18 +00:00
Robin Dunn
a7593631f1
misc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 22:36:36 +00:00
Robin Dunn
8fc680f47c
All the demo samples return a panel now, no need to cater for frames
...
or dialogs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 22:35:27 +00:00
Robin Dunn
8815349a37
Some new def's, parameters, methods, etc. resulting from recent changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 22:34:07 +00:00
Vadim Zeitlin
3e3a3e177c
move check for compilers not supporting SEH to wx/chkconf.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 17:46:20 +00:00
George Tasker
3387ea2966
Buffer Overflow error corrected - SF patch #1110550
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 14:49:55 +00:00
George Tasker
69baadbbd1
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
...
Buffer overrun fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 14:38:05 +00:00
George Tasker
580820e398
Buffer overrun fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 14:37:42 +00:00
George Tasker
81b8978525
Unicode build fixes for GTK not knowing what SQL_WCHAR and SQL_WVARCHAR are in non-unicode builds
...
Removed old commented out code that is not needed (cleanup)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 14:37:16 +00:00
Włodzimierz Skiba
525d858363
Last .empty() string source cleaning before 2.5.4.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 13:57:02 +00:00
Vadim Zeitlin
5c2a509fca
invalidate cache when RefreshLine[s]() is called
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 11:08:48 +00:00
Włodzimierz Skiba
5b72333dfe
Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 07:02:50 +00:00
Vadim Zeitlin
1d41ed0a1c
added test for items updating and some comments
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 00:11:52 +00:00
Vadim Zeitlin
aead8a4eab
invalidate cache when RefreshLine[s]() is called
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-02 00:09:59 +00:00
Vadim Zeitlin
2289dcea2b
stubs for wxUSE_DBGHELP == 0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 21:37:07 +00:00
Włodzimierz Skiba
677ded9539
MinGW warning fixes. Source cleaning. Stock items.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 20:44:06 +00:00
Włodzimierz Skiba
eda6fa912b
MinGW warning fixes. Source cleaning.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 20:37:14 +00:00
Włodzimierz Skiba
e7694e3be8
MinGW warning fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 20:34:39 +00:00
Włodzimierz Skiba
26364344e5
As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 19:54:43 +00:00
Włodzimierz Skiba
b494c48b31
.empty() string cleaning.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 19:37:36 +00:00
Włodzimierz Skiba
bcf576ccfe
wxR?_USE_CHECKBOX style for wxPalmOS.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 18:36:34 +00:00
Włodzimierz Skiba
d79decb5b4
Readable style name.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 15:10:59 +00:00
Vadim Zeitlin
97d216abcb
set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 11:59:21 +00:00
Vadim Zeitlin
2441fb445a
(harmless) warning fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 11:53:37 +00:00
Włodzimierz Skiba
9a727a3bb8
Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 09:58:58 +00:00
Jouk Jansen
7712a6a5ff
Committing in .
...
Update configuration of wxX11 for OpenVMS
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 07:30:54 +00:00
Vadim Zeitlin
9a8a9e9942
compilation fix for last commit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-01 01:20:52 +00:00
Vadim Zeitlin
9982dcfe4b
fix for losing time information (if present) when converting datetime (fixed patch 1113307)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 23:57:25 +00:00
Vadim Zeitlin
5e67eb9737
- use CreateWindowEx(), please explain why CreateWindow() is needed if it is
...
- use window name if it has no title (patch 1106877)
- corrected error message when window creation fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 23:45:52 +00:00
Vadim Zeitlin
0ae4d1210a
define WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 22:36:05 +00:00
Vadim Zeitlin
8af94d3bf1
reset m_currentView in wxDocManager::Clear() (patch 1106872)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 22:34:38 +00:00
Vadim Zeitlin
6b5403c8d6
fixes for animated GIFs playing (patch 1097003)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 22:21:11 +00:00
Vadim Zeitlin
be575a0160
enclose zip arguments in quotes, fixes behaviour for paths which contain spaces (fixed patch 1092970)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 22:17:18 +00:00
Vadim Zeitlin
d5a93fda41
apparently unneeded temporary iterator variable removed (patch 1096066)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 22:15:11 +00:00
Vadim Zeitlin
adbc621dcb
replaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with empty() call (patch 1089458)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 22:08:33 +00:00
Roman Rolinsky
ab24d4425a
Locate command, etc.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 19:57:50 +00:00
Roman Rolinsky
fd91945141
Batch of changes:
...
- converting relative paths to absolute to compensate chdir
- added Locate command (Edit menu)
- Notebook children are highlighted correctly (at least on wxGTK 2.5.3)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-31 19:49:04 +00:00