wxWidgets.git
20 years agofurther separating implementation
Stefan Csomor [Sun, 11 Jul 2004 16:19:18 +0000 (16:19 +0000)] 
further separating implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28199 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoinclude wx/dynlib.h, not wx/dynload.h, we don't need the latter
Vadim Zeitlin [Fri, 9 Jul 2004 21:27:24 +0000 (21:27 +0000)] 
include wx/dynlib.h, not wx/dynload.h, we don't need the latter

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed a warning about unusable code in release build
Vadim Zeitlin [Fri, 9 Jul 2004 21:19:00 +0000 (21:19 +0000)] 
fixed a warning about unusable code in release build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoshow stderr in popen() test; show how to deal with piping big amounts of data to...
Vadim Zeitlin [Fri, 9 Jul 2004 17:54:01 +0000 (17:54 +0000)] 
show stderr in popen() test; show how to deal with piping big amounts of data to child process without deadlocking

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28196 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded wxNavigationKeyEvent::IsBackward to be able to call wxWindow::Navigate(IsBackwa...
Vadim Zeitlin [Fri, 9 Jul 2004 10:42:14 +0000 (10:42 +0000)] 
added wxNavigationKeyEvent::IsBackward to be able to call wxWindow::Navigate(IsBackward) and not only Navigate(IsForward)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed warning about deprecated wxUsleep
Vadim Zeitlin [Thu, 8 Jul 2004 19:02:01 +0000 (19:02 +0000)] 
fixed warning about deprecated wxUsleep

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved redundant wx_PPC.rsrc from project as well as ftp, java and x86 related Prefe...
Dimitri Schoolwerth [Wed, 7 Jul 2004 19:47:04 +0000 (19:47 +0000)] 
removed redundant wx_PPC.rsrc from project as well as ftp, java and x86 related Preference Panel settings

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoOpen files in binary mode to convert DOS to Unix
Julian Smart [Wed, 7 Jul 2004 08:24:50 +0000 (08:24 +0000)] 
Open files in binary mode to convert DOS to Unix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAdd some grid related constants
Robin Dunn [Tue, 6 Jul 2004 21:36:50 +0000 (21:36 +0000)] 
Add some grid related constants

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Tue, 6 Jul 2004 21:19:38 +0000 (21:19 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Tue, 6 Jul 2004 21:13:27 +0000 (21:13 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse -c
Robin Dunn [Tue, 6 Jul 2004 21:12:52 +0000 (21:12 +0000)] 
Use -c

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved commented out code
Robin Dunn [Tue, 6 Jul 2004 21:12:39 +0000 (21:12 +0000)] 
removed commented out code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoUse maxint for appending to the listctrl
Robin Dunn [Tue, 6 Jul 2004 21:12:26 +0000 (21:12 +0000)] 
Use maxint for appending to the listctrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoCheck for app before making a colour from a name
Robin Dunn [Tue, 6 Jul 2004 21:11:42 +0000 (21:11 +0000)] 
Check for app before making a colour from a name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Tue, 6 Jul 2004 21:02:34 +0000 (21:02 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agolittle tweaks to match recent CVS changes
Robin Dunn [Tue, 6 Jul 2004 21:01:33 +0000 (21:01 +0000)] 
little tweaks to match recent CVS changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFix bad keyword args
Robin Dunn [Tue, 6 Jul 2004 21:00:59 +0000 (21:00 +0000)] 
Fix bad keyword args

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomention extra flag for OGL build
Robin Dunn [Tue, 6 Jul 2004 20:59:47 +0000 (20:59 +0000)] 
mention extra flag for OGL build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agopath fixes
Robin Dunn [Tue, 6 Jul 2004 20:59:00 +0000 (20:59 +0000)] 
path fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomaster build tweaks, move the untarring and etc to the remote builder
Robin Dunn [Tue, 6 Jul 2004 20:58:16 +0000 (20:58 +0000)] 
master build tweaks, move the untarring and etc to the remote builder

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoanother compilation fix for after last check in
Vadim Zeitlin [Tue, 6 Jul 2004 18:26:08 +0000 (18:26 +0000)] 
another compilation fix for after last check in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agounicode compilation fix
Robin Dunn [Tue, 6 Jul 2004 17:56:35 +0000 (17:56 +0000)] 
unicode compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agosuppress new lines in the details pane
Vadim Zeitlin [Tue, 6 Jul 2004 16:58:00 +0000 (16:58 +0000)] 
suppress new lines in the details pane

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoblind compilation fix for wxUSE_STL==1 (bug 985662)
Vadim Zeitlin [Tue, 6 Jul 2004 16:55:01 +0000 (16:55 +0000)] 
blind compilation fix for wxUSE_STL==1 (bug 985662)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved deprecated source files from project (as well as a few unneeded panel setting...
Dimitri Schoolwerth [Tue, 6 Jul 2004 12:48:29 +0000 (12:48 +0000)] 
removed deprecated source files from project (as well as a few unneeded panel settings such as those related to Java and x86)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agocorrected misleading IsSelection() docs
Vadim Zeitlin [Tue, 6 Jul 2004 10:33:24 +0000 (10:33 +0000)] 
corrected misleading IsSelection() docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved tab character; replaced -1 with wxID_ANY
Dimitri Schoolwerth [Mon, 5 Jul 2004 19:29:18 +0000 (19:29 +0000)] 
removed tab character; replaced -1 with wxID_ANY

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agouse a default position for frames and in some cases a default size as well (otherwise...
Dimitri Schoolwerth [Mon, 5 Jul 2004 19:27:23 +0000 (19:27 +0000)] 
use a default position for frames and in some cases a default size as well (otherwise the menubar is partially hidden (with MSW) due to too small frame height)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agouse slashes in #include, not backslashes
Dimitri Schoolwerth [Mon, 5 Jul 2004 13:53:48 +0000 (13:53 +0000)] 
use slashes in #include, not backslashes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed typo (no code changes)
Dimitri Schoolwerth [Mon, 5 Jul 2004 12:46:20 +0000 (12:46 +0000)] 
fixed typo (no code changes)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agorenamed errcode to fix compilation with VC++ 8 (replaces patch 982303)
Vadim Zeitlin [Mon, 5 Jul 2004 10:40:06 +0000 (10:40 +0000)] 
renamed errcode to fix compilation with VC++  8 (replaces patch 982303)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed syntax error
Vadim Zeitlin [Mon, 5 Jul 2004 10:35:23 +0000 (10:35 +0000)] 
fixed syntax error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoEnclosed control in a panel to demonstrate display glitches
Julian Smart [Sun, 4 Jul 2004 18:41:47 +0000 (18:41 +0000)] 
Enclosed control in a panel to demonstrate display glitches

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodon't set font unless necessary (patch 984853)
Vadim Zeitlin [Sun, 4 Jul 2004 11:20:44 +0000 (11:20 +0000)] 
don't set font unless necessary (patch 984853)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agotypo/spelling fixes (patch 983448)
Vadim Zeitlin [Sun, 4 Jul 2004 11:19:47 +0000 (11:19 +0000)] 
typo/spelling fixes (patch 983448)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agocorrections from Andreas Mohr (part of patch 983448)
Vadim Zeitlin [Sun, 4 Jul 2004 11:17:22 +0000 (11:17 +0000)] 
corrections from Andreas Mohr (part of patch 983448)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoShould set event object to relevant window when dispatching wxEVT_HELP
Julian Smart [Sun, 4 Jul 2004 11:13:59 +0000 (11:13 +0000)] 
Should set event object to relevant window when dispatching wxEVT_HELP

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agotypo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852)
Vadim Zeitlin [Sun, 4 Jul 2004 11:13:23 +0000 (11:13 +0000)] 
typo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch 984852)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago(blind) compilation fix for GTK+ 1.x after last commit
Vadim Zeitlin [Sun, 4 Jul 2004 11:11:39 +0000 (11:11 +0000)] 
(blind) compilation fix for GTK+ 1.x after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoa better way of applying style changes to label_widget
Václav Slavík [Sat, 3 Jul 2004 16:58:10 +0000 (16:58 +0000)] 
a better way of applying style changes to label_widget

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years ago Not sure how important that is, but now you
Robert Roebling [Sat, 3 Jul 2004 16:28:22 +0000 (16:28 +0000)] 
  Not sure how important that is, but now you
    can set the font of a static box.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agogoing on with wxMacControl functionality
Stefan Csomor [Sat, 3 Jul 2004 15:51:18 +0000 (15:51 +0000)] 
going on with wxMacControl functionality

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSetFont implementation moved to peer
Stefan Csomor [Sat, 3 Jul 2004 15:50:10 +0000 (15:50 +0000)] 
SetFont implementation moved to peer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowxMacControl extensions, sleep implementations header corrected
Stefan Csomor [Sat, 3 Jul 2004 15:49:31 +0000 (15:49 +0000)] 
wxMacControl extensions, sleep implementations header corrected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoInvalidate notebook best size when pages are added or removed
Robin Dunn [Sat, 3 Jul 2004 15:49:29 +0000 (15:49 +0000)] 
Invalidate notebook best size when pages are added or removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded missing include files for compilation with Apple Developer Tools
Gilles Depeyrot [Sat, 3 Jul 2004 11:56:25 +0000 (11:56 +0000)] 
added missing include files for compilation with Apple Developer Tools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoimplemented tab order in wxGTK2
Václav Slavík [Sat, 3 Jul 2004 11:16:03 +0000 (11:16 +0000)] 
implemented tab order in wxGTK2

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodemonstrate tab order
Václav Slavík [Sat, 3 Jul 2004 11:14:44 +0000 (11:14 +0000)] 
demonstrate tab order

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodon't use deprecated wxUsleep
Václav Slavík [Sat, 3 Jul 2004 10:06:23 +0000 (10:06 +0000)] 
don't use deprecated wxUsleep

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agom_queuedFullRedraw is not used anymore
Václav Slavík [Sat, 3 Jul 2004 10:02:05 +0000 (10:02 +0000)] 
m_queuedFullRedraw is not used anymore

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowxTaskBarIconBase event handlers were never called in 2.4 compatibility mode
Václav Slavík [Fri, 2 Jul 2004 22:22:56 +0000 (22:22 +0000)] 
wxTaskBarIconBase event handlers were never called in 2.4 compatibility mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed memory leak in wxNativeFontInfo when using Pango
Václav Slavík [Fri, 2 Jul 2004 20:54:12 +0000 (20:54 +0000)] 
fixed memory leak in wxNativeFontInfo when using Pango

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoBCC compilation fix
Václav Slavík [Fri, 2 Jul 2004 19:38:13 +0000 (19:38 +0000)] 
BCC compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoPatch # 984209 - Calls to wxFind() were using an old signature. They now check for...
George Tasker [Fri, 2 Jul 2004 19:05:42 +0000 (19:05 +0000)] 
Patch # 984209 - Calls to wxFind() were using an old signature. They now check for wxNOT_FOUND

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoPatch # 984215 - Insert was returning SUCCESS after an error
George Tasker [Fri, 2 Jul 2004 18:54:15 +0000 (18:54 +0000)] 
Patch # 984215 - Insert was returning SUCCESS after an error

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agosleep methods in synch with last changes
Stefan Csomor [Fri, 2 Jul 2004 12:06:40 +0000 (12:06 +0000)] 
sleep methods in synch with last changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomoving implementation out of class declaration
Stefan Csomor [Fri, 2 Jul 2004 12:03:17 +0000 (12:03 +0000)] 
moving implementation out of class declaration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded wxMilli/MicroSleep(), deprecated wxUsleep()
Vadim Zeitlin [Thu, 1 Jul 2004 22:54:48 +0000 (22:54 +0000)] 
added wxMilli/MicroSleep(), deprecated wxUsleep()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofix wxTolower/upper() behaviour with signed chars > 0x7f with VC++ 6
Vadim Zeitlin [Thu, 1 Jul 2004 22:52:39 +0000 (22:52 +0000)] 
fix wxTolower/upper() behaviour with signed chars > 0x7f with VC++ 6

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agocall InheritAttributes() during creation
Vadim Zeitlin [Thu, 1 Jul 2004 22:51:49 +0000 (22:51 +0000)] 
call InheritAttributes() during creation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodon't force excessively large minsize, it makes the sample nearly unusable on X11
Václav Slavík [Thu, 1 Jul 2004 17:45:08 +0000 (17:45 +0000)] 
don't force excessively large minsize, it makes the sample nearly unusable on X11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28137 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoComboboxes should have default height
Julian Smart [Thu, 1 Jul 2004 14:17:47 +0000 (14:17 +0000)] 
Comboboxes should have default height

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded wxMilli/MicroSleep(), deprecated wxUsleep()
Vadim Zeitlin [Thu, 1 Jul 2004 12:15:00 +0000 (12:15 +0000)] 
added wxMilli/MicroSleep(), deprecated wxUsleep()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded wxGetKeyState() doc (patch 967255)
Vadim Zeitlin [Thu, 1 Jul 2004 11:51:46 +0000 (11:51 +0000)] 
added wxGetKeyState() doc (patch 967255)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoimplementation of the range insert for wxStringArray (patch 975003)
Vadim Zeitlin [Thu, 1 Jul 2004 11:47:52 +0000 (11:47 +0000)] 
implementation of the range insert for wxStringArray (patch 975003)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded and documented wxWindow::MoveBefore/AfterInTabOrder()
Vadim Zeitlin [Thu, 1 Jul 2004 11:44:37 +0000 (11:44 +0000)] 
added and documented wxWindow::MoveBefore/AfterInTabOrder()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoremoved spurious semicolon
Vadim Zeitlin [Thu, 1 Jul 2004 11:43:01 +0000 (11:43 +0000)] 
removed spurious semicolon

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofont inheritance fixes (patch 983251)
Vadim Zeitlin [Thu, 1 Jul 2004 10:46:38 +0000 (10:46 +0000)] 
font inheritance fixes (patch 983251)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agorecognize EUC-KR charset (patch 983264)
Vadim Zeitlin [Thu, 1 Jul 2004 09:32:48 +0000 (09:32 +0000)] 
recognize EUC-KR charset (patch 983264)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoupdate from Hiroshi Saito (patch 981938)
Vadim Zeitlin [Thu, 1 Jul 2004 09:25:49 +0000 (09:25 +0000)] 
update from Hiroshi Saito (patch 981938)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoset descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE
Václav Slavík [Thu, 1 Jul 2004 08:56:25 +0000 (08:56 +0000)] 
set descent in GetTextExtend; use PANGO_PIXELS instead of dividing by PANGO_SCALE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agosimplified justification code; fixed incorrect positioning of first cell on line...
Václav Slavík [Thu, 1 Jul 2004 07:59:19 +0000 (07:59 +0000)] 
simplified justification code; fixed incorrect positioning of first cell on line in justified paragraph

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed a bug that prevented wxLogGui from being used by default
Václav Slavík [Thu, 1 Jul 2004 07:40:57 +0000 (07:40 +0000)] 
fixed a bug that prevented wxLogGui from being used by default

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agocopy doc/ directory to builddir
Václav Slavík [Thu, 1 Jul 2004 07:07:52 +0000 (07:07 +0000)] 
copy doc/ directory to builddir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoreSWIGged
Robin Dunn [Thu, 1 Jul 2004 00:57:07 +0000 (00:57 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoPrint start and stop time
Robin Dunn [Thu, 1 Jul 2004 00:53:26 +0000 (00:53 +0000)] 
Print start and stop time

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoa little cleanup
Robin Dunn [Thu, 1 Jul 2004 00:48:01 +0000 (00:48 +0000)] 
a little cleanup

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded CmdDown()
Robin Dunn [Thu, 1 Jul 2004 00:45:06 +0000 (00:45 +0000)] 
added CmdDown()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agouse CmdDown() instead of #ifdefs for Mac
Vadim Zeitlin [Thu, 1 Jul 2004 00:05:56 +0000 (00:05 +0000)] 
use CmdDown() instead of #ifdefs for Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded and documented wxKey/MouseEvent::CmdDown()
Vadim Zeitlin [Thu, 1 Jul 2004 00:04:48 +0000 (00:04 +0000)] 
added and documented wxKey/MouseEvent::CmdDown()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoThe gaps should *not* be included in the space given to the item, and
Robin Dunn [Wed, 30 Jun 2004 23:43:02 +0000 (23:43 +0000)] 
The gaps should *not* be included in the space given to the item, and
so should also not be accounted for in the alignment adjustmanets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomention that wxPostEvent() only works for sending messages to the main thread
Vadim Zeitlin [Wed, 30 Jun 2004 23:28:10 +0000 (23:28 +0000)] 
mention that wxPostEvent() only works for sending messages to the main thread

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomention that detached threads shouldn't be deleted
Vadim Zeitlin [Wed, 30 Jun 2004 23:21:49 +0000 (23:21 +0000)] 
mention that detached threads shouldn't be deleted

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoNeed to ensure that the right background is explicitly set.
Robin Dunn [Wed, 30 Jun 2004 22:00:45 +0000 (22:00 +0000)] 
Need to ensure that the right background is explicitly set.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofixed typo
Robin Dunn [Wed, 30 Jun 2004 21:55:10 +0000 (21:55 +0000)] 
fixed typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoFixed typos and added test case that changes the font of a CalendarCtrl
Robin Dunn [Wed, 30 Jun 2004 21:50:28 +0000 (21:50 +0000)] 
Fixed typos and added test case that changes the font of a CalendarCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoLayout fixes due to measuring with the wrong font. Also added
Robin Dunn [Wed, 30 Jun 2004 21:49:17 +0000 (21:49 +0000)] 
Layout fixes due to measuring with the wrong font.  Also added
GetDefaultAttributes and switched everything to use GetXXX instead of
m_XXX.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSince the wxPyMake_wxObject typemap is also used for constructors we
Robin Dunn [Wed, 30 Jun 2004 20:12:14 +0000 (20:12 +0000)] 
Since the wxPyMake_wxObject typemap is also used for constructors we
need to allow it to use the $owner value to specify if the thisown
attribute shoudl be set to true.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoAllow the size, pos, and title of the default output window to be modified
Robin Dunn [Wed, 30 Jun 2004 20:10:21 +0000 (20:10 +0000)] 
Allow the size, pos, and title of the default output window to be modified

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoupdate for CVS versions of bakefile
Václav Slavík [Wed, 30 Jun 2004 18:44:35 +0000 (18:44 +0000)] 
update for CVS versions of bakefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoSetDefaultXXX -> SetOwnXXX
Václav Slavík [Wed, 30 Jun 2004 17:12:03 +0000 (17:12 +0000)] 
SetDefaultXXX -> SetOwnXXX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agotrying to fix missing new line before a heading start
Vadim Zeitlin [Wed, 30 Jun 2004 16:25:06 +0000 (16:25 +0000)] 
trying to fix missing new line before a heading start

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agomade GetTextExtent() work correctly with NULL theFont parameter (m_font might nto...
Vadim Zeitlin [Wed, 30 Jun 2004 15:47:01 +0000 (15:47 +0000)] 
made GetTextExtent() work correctly with NULL theFont parameter (m_font might nto be set); drastically simplified it by using helper WindowHDC and SelectInHDC classes instead of the old mess

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodon't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work...
Vadim Zeitlin [Wed, 30 Jun 2004 15:45:24 +0000 (15:45 +0000)] 
don't use &this->GetFont(), this is _not_ valid C++ and GetTextExtent() should work correctly with the default value of font parameter anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoadded WindowHDC similar to Screen/MemoryHDC
Vadim Zeitlin [Wed, 30 Jun 2004 15:44:11 +0000 (15:44 +0000)] 
added WindowHDC similar to Screen/MemoryHDC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agofix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp
Vadim Zeitlin [Wed, 30 Jun 2004 15:35:14 +0000 (15:35 +0000)] 
fix VC++ warning about redeclaring wxHtmlHelpMergedIndexItem class as struct in .cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agoimplemented wxSS::GetMetric on wxGTK2 (patch 950618)
Václav Slavík [Wed, 30 Jun 2004 13:06:50 +0000 (13:06 +0000)] 
implemented wxSS::GetMetric on wxGTK2 (patch 950618)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agodecoupled attributes inheritance and m_hasXXX flags
Václav Slavík [Wed, 30 Jun 2004 13:05:20 +0000 (13:05 +0000)] 
decoupled attributes inheritance and m_hasXXX flags

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

20 years agowxXXChoiceDialog documentation fixes
Václav Slavík [Wed, 30 Jun 2004 12:32:21 +0000 (12:32 +0000)] 
wxXXChoiceDialog documentation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28099 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775