Gilles Depeyrot
84e89e2aac
use "..." instead of <...> for wx includes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 20:18:55 +00:00
Robin Dunn
950e7faf4a
Added wxLEDNumberCtrl to gizmos and wxPython
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 18:45:16 +00:00
Julian Smart
91bdd96210
Small corrections -- please remember to put a blank line at the end of each input file. Thank you
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 16:57:05 +00:00
Vadim Zeitlin
75421bf116
show font encoding as well; use a splitter to allow resizing the windows
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 15:24:00 +00:00
Vadim Zeitlin
3a989c8afe
propose to the user to use the replacement encoding if one was found
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 15:23:11 +00:00
Stefan Csomor
b03e4fcd11
added method for getting the help menu on classic and carbon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 05:35:57 +00:00
Stefan Csomor
56a38bbe87
added method for getting the help menu
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 05:30:00 +00:00
Robin Dunn
ff65119eb2
Changed a method name
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 04:32:43 +00:00
Vadim Zeitlin
4d416b5f21
fixed wxConfig memory leak in wxFontMapper
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 00:09:50 +00:00
Vadim Zeitlin
5acc0d5f32
don't crash in wxGetWindowXXX() if HWND is 0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-07 00:08:02 +00:00
Robin Dunn
be050baf48
dllwidget demo updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-06 20:27:40 +00:00
Robin Dunn
39679a3c2f
.cvsignore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-06 20:19:03 +00:00
Robin Dunn
462f07cac2
Added some event handlers to show they work
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-06 20:01:20 +00:00
Robin Dunn
df7c5d28a3
Don't send the button event in idle time, just release the mouse first.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-06 20:00:27 +00:00
Robin Dunn
4a61305d36
Added wxDllWidget from Vaclav Slavik which allows wx widgets derived
...
from wxWindow to be loaded from a C++ .dll (or .so) and be used in a
wxPython program, without the widget having to be SWIGged first.
Various updates for distribs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-06 19:59:37 +00:00
Robert Roebling
d30f093006
Added wxSP_SASH_AQUA style
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-06 17:01:00 +00:00
Ron Lee
c8499e53d8
typo fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 22:15:41 +00:00
Gilles Depeyrot
8cf3806b82
use wxWindow instead of wxTopLevelWindow (not yet implemented for wxMOTIF)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 21:05:23 +00:00
Stefan Csomor
3363eadf72
changed DoMoveWindow not to change the height of the spinbutton on mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 20:39:32 +00:00
Stefan Csomor
0f092804a2
changed default size, because MacOS X was using the boundaries differently
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 20:38:05 +00:00
Václav Slavík
f48fa475c2
DOS+Watcom fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 17:03:33 +00:00
Václav Slavík
d2ce649bec
compilation fixes (I wonder how did you people ever compile it...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 17:03:17 +00:00
Václav Slavík
b7f411dd9b
compilation fixes for Watcom+MGL+MS-DOS
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 17:03:05 +00:00
Robin Dunn
7f60145d85
wxRemotelyScrolledTreeCtrl draws its own lines if wxTR_ROW_LINES flag
...
is used, but prevents the base class from seeing the flag so they
won't be drawn twice with possibly different colours.
Also changed all tabs to spaces, so the diffs will show a lot of
whitespace-only changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 16:17:17 +00:00
Julian Smart
8f3fc6b415
Added univ.rsp and included files in wxMSW distrib
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 13:30:34 +00:00
Jouk Jansen
508e0acbd9
Committing in .
...
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
wxWindows/src/gtk/descrip.mms
Update of OpenVMS compile support
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-05 11:02:02 +00:00
Václav Slavík
c427acc8d5
MS-DOS fix
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 23:45:16 +00:00
Václav Slavík
863210791a
1. Who the hell wrote that idiotencode for choosing drive letter on OS/2 ????
...
Nuked! ...and replaced that 26 items switch statement with one wxString::Printf call.
2. Compilation fixes for Watcom+MGL+MS-DOS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 23:44:38 +00:00
Václav Slavík
c7aaa64f26
compilation fix - wxCoord, not int
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 23:44:12 +00:00
Václav Slavík
6198749900
watcom headers don't define M_PI
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 23:43:49 +00:00
Robert Roebling
ac6bdf4056
Aqua splitter sashes.
...
Even bigger notebook for Aqua.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 21:08:50 +00:00
Stefan Csomor
9c641c057c
changed defaultitem method from belonging to a panel to any window
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 20:08:29 +00:00
Mattia Barbon
ea64fd024a
Updated docs for wxTaskBarIcon
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 19:41:53 +00:00
Mattia Barbon
ee88cb3417
Fix for very old w32api
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 19:40:28 +00:00
Robert Roebling
c768ded54a
Still more space around notebook pages...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 17:44:52 +00:00
Vadim Zeitlin
dd964dccf7
wxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is unset
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 17:37:23 +00:00
Robert Roebling
eaf336e02a
Notebook sizers didn't take any borders into account,
...
esc. not those large ones under Aqua which caused
ugly overlapping.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 17:22:05 +00:00
Stefan Csomor
eddd3a9d37
changed the button container from wxPanel to wxWindow
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 16:48:26 +00:00
Robert Roebling
e8566d3538
Compile fix for app.cpp without precompiled headers.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 16:37:35 +00:00
Vadim Zeitlin
ae4d7004d3
fixed compilation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 16:29:43 +00:00
Stefan Csomor
e562df9b4b
added default return and escape/command-period handling for dialogs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 16:22:36 +00:00
Robert Roebling
a385b5dfa8
Temporary fix for wxFileName under Mac - ignore volumes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 15:52:14 +00:00
Vadim Zeitlin
f7d886af3a
added wxFileName::MakeRelativeTo() and the tests/docs for it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 15:13:56 +00:00
Julian Smart
c942560f94
Tried to fix makefile.g95
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 14:52:33 +00:00
Vadim Zeitlin
d90b2df89d
compilation fix for HAVE_SETENV
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 14:14:32 +00:00
Stefan Csomor
dd2b41b6e9
MacOS X was having a coordinate rollover for a rectangle when painting the pane background
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 14:02:59 +00:00
Julian Smart
269c86d089
Ifdefed out code that wouldn't compile with Mingw32 2.95.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 12:13:31 +00:00
Ron Lee
a22eb2f5c3
(Blind) fix for BCC compile glitch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 10:40:35 +00:00
Julian Smart
a20c8355d3
Only paint lines in MSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 08:08:21 +00:00
Ron Lee
ea1e6c4be4
fix for wxDynamicCast making it safe to pass factory functions.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2001-12-04 04:21:09 +00:00