Gilles Depeyrot
e369bddbfb
order wxFontRefData member constructor initialization according to member declaration
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 14:28:21 +00:00
Robert Roebling
18216ae352
Applied context menu patch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 12:45:26 +00:00
Robert Roebling
fa6ca47e01
Applied compilation fix for memory.cpp.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 12:42:34 +00:00
Stefan Csomor
34a3f96a85
newline before EOF fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 11:57:25 +00:00
Julian Smart
a236af7b74
Script updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 11:52:28 +00:00
Stefan Csomor
0856acc63d
newline before EOF fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 11:29:39 +00:00
Julian Smart
5aaabb3710
Spiner -> Spinner
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 11:27:19 +00:00
Stefan Csomor
19d360adbe
As members have gone private, use Accessors
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 11:19:58 +00:00
Julian Smart
ef9ed995cf
Fix for menu items not being disabled after a modal dialog is shown
...
on app startup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 11:12:48 +00:00
Mattia Barbon
60c474a0c4
Miscellaneous compilation and warning fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 10:41:35 +00:00
Ryan Norton
38b9e339b6
wxRegKey docs by C.C.Chakkaradeep latexitized, sorted, with some minor edits.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 03:17:39 +00:00
Ryan Norton
bb772a8edf
Various underscore doc fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 02:47:31 +00:00
Vadim Zeitlin
14ca93a0d9
two changes and some cleanup:
...
1. DECLARE_ABSTRACT_CLASS() shouldn't declare wxCreateObject() (which is not
defined by IMPLEMENT_ABSTRACT_CLASS())
2. don't make GetClassInfo() declaration inside DECLARE_CLASS inline in an
attempt to fix linking problems with HP-UX compiler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 01:52:19 +00:00
Vadim Zeitlin
543ad8984b
ensure that _WIN32_IE is defined to max value before including commctrl.h, otherwise we don't get support for 32bit spin button range even if the headers have it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31774 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 01:31:26 +00:00
Kevin Hock
cdec37ac77
As per the docs, the value returned is -1 if the value entered is out of range [patch 1116606]
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 00:43:44 +00:00
Ryan Norton
f5409ef1f7
char->wxChar
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-06 00:27:38 +00:00
Vadim Zeitlin
3478658890
added complex popup
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 18:44:25 +00:00
Vadim Zeitlin
43f813d1de
created bakefile and generated all makefiles from it; renamed minimal.cpp to popup.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 18:38:26 +00:00
Robert Roebling
f127216013
Reorganized char and keydown event code, hoping
...
that Input Method handling is still not broken.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 15:25:32 +00:00
Robert Roebling
effc8cf18b
Forgot one.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 14:18:55 +00:00
Robert Roebling
4b61c88d55
Second try to add "support" for deriving from
...
wxBitmapHandlerBase.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 14:17:27 +00:00
Robert Roebling
c8e1af672f
Add comment about wxBitmap::SetPalette() not being implemented
...
under GTK+.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 13:12:41 +00:00
Robert Roebling
4611dd06a1
Make wxBitmap inherit from wxBitmapBase
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 13:08:44 +00:00
Robert Roebling
58b907f6e1
_conncect_after() should be used for controls emitting
...
command events so as to not confuse GTK+ if the user
intercepts them too early.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 12:51:05 +00:00
Robert Roebling
1175aa4e13
Blind patch for SetFont() in Unicode mode for wxX11.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 12:49:08 +00:00
Ryan Norton
0c5c0375b9
Put _something_ there for now....
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 11:59:06 +00:00
Robert Roebling
98d5b42b4a
added test for wxPopupTransientWindow.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 11:35:48 +00:00
Ryan Norton
ddc90a8d52
unix mediactrl stubs...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 22:47:48 +00:00
Ryan Norton
4b60077b40
FIX positioning problems with carbon media control - CreateMovieControl positioning is broken in that it resizes to the WindowRef parent, not its real one [thus making you wonder if EmbedControl even _works_ with CreateMovieControl], so we do our own.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 22:24:14 +00:00
Julian Smart
9b433fceec
Fix for assertions when updating UI and focus is on read-only combobox
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 21:35:54 +00:00
Robin Dunn
f062c0e2ee
Patch #1113284 : wx.lib.calendar SetBusType() problem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 19:35:40 +00:00
Robin Dunn
e981e2b555
the window takes ownership of the caret
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 19:15:02 +00:00
Ryan Norton
10a535200d
Massive commenting/professionalize and add some other new fun stuff to mediaplayer sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 19:04:58 +00:00
Robin Dunn
5fd656d503
Use the unicode character, if available in the event
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 18:48:09 +00:00
Ryan Norton
0b6d471427
fix cocoa wxTimer Stop crash, proper autorelease stuff in cocoa wxtimer, use our own custom c implementation for cocoa wxMediaCtrl because NSMovieView implementation isnt very good
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 17:56:49 +00:00
Ryan Norton
2fcd7f64a5
cocoa wxTimer
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 17:21:28 +00:00
Ryan Norton
086d7f3177
update to patch [ 1077074 ] Unit test for large file support from Mike
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 15:15:20 +00:00
Vadim Zeitlin
8673a12505
fixed Inflate() to not move the rectangle (patch 1114622)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 11:04:43 +00:00
Ryan Norton
48714f7495
patch [ 1077074 ] Unit test for large file support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 09:43:47 +00:00
Chris Elliott
20ac3ed644
fix path for pdf
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 09:41:20 +00:00
Vadim Zeitlin
2af7511ea7
a better fix for using builtin regex under BSD (also fixes compilation for Mac OS X) (patch 1089445)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 09:37:55 +00:00
Vadim Zeitlin
1b072e196e
fixed stub code compilation (don't use PSYMBOL_INFO)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 09:23:05 +00:00
Julian Smart
e475c7a513
Updated version to 2.5.4
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 08:33:00 +00:00
Ryan Norton
ecd20d4a91
make cocoa mediactrl usable. Some touchups to carbon mediactrl code. Add notebook support to mediaplayer sample.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 07:49:40 +00:00
Ryan Norton
4f9cd1cb7f
use wx/math.h for math constants - avoids redifinition warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 05:59:28 +00:00
Ryan Norton
2692aef43b
fix double->unsigned char warnings
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 05:57:10 +00:00
Ryan Norton
39707b8019
fix warnings on cocoa 10.2 also
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-04 05:52:32 +00:00
Ryan Norton
7115e540ec
dispose of old control for new one
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 23:25:22 +00:00
Ryan Norton
4fc81cbc05
prelimanary wxMediaCtrl cocoa support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 23:12:46 +00:00
Robin Dunn
c777887718
Ensure the wxVListBox gets the focus when it is clicked upon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-03 22:41:08 +00:00