wxWidgets.git
19 years agoUse generic font dialog on MacOS X
Julian Smart [Tue, 28 Sep 2004 14:28:22 +0000 (14:28 +0000)] 
Use generic font dialog on MacOS X

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

19 years agowxFile::Length() return type fix (replaces last check in)
Vadim Zeitlin [Tue, 28 Sep 2004 12:05:29 +0000 (12:05 +0000)] 
wxFile::Length() return type fix (replaces last check in)

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

19 years agoMissed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
Włodzimierz Skiba [Tue, 28 Sep 2004 11:54:59 +0000 (11:54 +0000)] 
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

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

19 years agoTypo corrections
Julian Smart [Tue, 28 Sep 2004 10:32:34 +0000 (10:32 +0000)] 
Typo corrections

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

19 years agoblind fix for wxGetEmptyString() compilation with wxUSE_STL == 1
Vadim Zeitlin [Tue, 28 Sep 2004 09:50:23 +0000 (09:50 +0000)] 
blind fix for wxGetEmptyString() compilation with wxUSE_STL == 1

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

19 years agofix unicode stuff
Ryan Norton [Tue, 28 Sep 2004 09:24:48 +0000 (09:24 +0000)] 
fix unicode stuff

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

19 years agoRemoved fcntl.h include
Julian Smart [Tue, 28 Sep 2004 08:01:31 +0000 (08:01 +0000)] 
Removed fcntl.h include

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

19 years ago__WINCE__ -> __WXWINCE__
Julian Smart [Tue, 28 Sep 2004 07:45:37 +0000 (07:45 +0000)] 
__WINCE__ -> __WXWINCE__
Added missing O_... symbols
Incremented the version

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

19 years agoMake the warnings a little more relevant in other contexts
Ron Lee [Tue, 28 Sep 2004 04:30:39 +0000 (04:30 +0000)] 
Make the warnings a little more relevant in other contexts
in which they may be seen.

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

19 years agoOn the Mac the Alt key is a character modifier like Shift, so let char
Robin Dunn [Tue, 28 Sep 2004 00:13:53 +0000 (00:13 +0000)] 
On the Mac the Alt key is a character modifier like Shift, so let char
events with AltDown proceed into Scintilla.

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

19 years agosource nice-ness and remove erronous files
Ryan Norton [Mon, 27 Sep 2004 23:19:24 +0000 (23:19 +0000)] 
source nice-ness and remove erronous files

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

19 years agorevert bad change
Ryan Norton [Mon, 27 Sep 2004 22:46:16 +0000 (22:46 +0000)] 
revert bad change

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

19 years agofix link errors
Robin Dunn [Mon, 27 Sep 2004 21:35:44 +0000 (21:35 +0000)] 
fix link errors

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

19 years agoAllow style spec strings to contain colour names as well as hex values
Robin Dunn [Mon, 27 Sep 2004 21:17:01 +0000 (21:17 +0000)] 
Allow style spec strings to contain colour names as well as hex values

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

19 years agoDon't try to typedef off_t twice (eVC++)
Julian Smart [Mon, 27 Sep 2004 21:08:54 +0000 (21:08 +0000)] 
Don't try to typedef off_t twice (eVC++)

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

19 years agocode cleanup for the pen width condition (patch 1034942 + more)
Vadim Zeitlin [Mon, 27 Sep 2004 21:02:57 +0000 (21:02 +0000)] 
code cleanup for the pen width condition (patch 1034942 + more)

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

19 years agoScript updates
Julian Smart [Mon, 27 Sep 2004 20:55:59 +0000 (20:55 +0000)] 
Script updates

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

19 years agoset click coordinates to (-1, -1) if right mouse button event was generated from...
Vadim Zeitlin [Mon, 27 Sep 2004 20:52:10 +0000 (20:52 +0000)] 
set click coordinates to (-1, -1) if right mouse button event was generated from the keyboard

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

19 years agoinitialize m_reusable (patch 1035725)
Vadim Zeitlin [Mon, 27 Sep 2004 20:51:19 +0000 (20:51 +0000)] 
initialize m_reusable (patch 1035725)

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

19 years agoFix for probably rare but potential refcount leak.
Robin Dunn [Mon, 27 Sep 2004 20:46:44 +0000 (20:46 +0000)] 
Fix for probably rare but potential refcount leak.

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

19 years agoOops, forgot to remove some whitespace and to sort the list of files
Robin Dunn [Mon, 27 Sep 2004 20:40:24 +0000 (20:40 +0000)] 
Oops, forgot to remove some whitespace and to sort the list of files

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

19 years agoUpdated wxSTC's copy of Scintilla to version 1.61
Robin Dunn [Mon, 27 Sep 2004 20:29:49 +0000 (20:29 +0000)] 
Updated wxSTC's copy of Scintilla to version 1.61

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE...
Włodzimierz Skiba [Mon, 27 Sep 2004 19:24:45 +0000 (19:24 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE...
Włodzimierz Skiba [Mon, 27 Sep 2004 19:15:07 +0000 (19:15 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefaultCoord/wxNOT_FOUND, TRUE/true, FALSE/false.

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

19 years agoSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE/true, FALSE/false.
Włodzimierz Skiba [Mon, 27 Sep 2004 19:06:39 +0000 (19:06 +0000)] 
Source cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE/true, FALSE/false.

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

19 years agoAdded IsActive
Robin Dunn [Mon, 27 Sep 2004 19:00:20 +0000 (19:00 +0000)] 
Added IsActive

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

19 years agoAdded FontFromPixelSize
Robin Dunn [Mon, 27 Sep 2004 18:59:10 +0000 (18:59 +0000)] 
Added FontFromPixelSize

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

19 years agoexplicitly forward declare wxHashTableBase when wxUSE_STL == 1; this is apparently...
Vadim Zeitlin [Mon, 27 Sep 2004 18:19:22 +0000 (18:19 +0000)] 
explicitly forward declare wxHashTableBase when wxUSE_STL == 1; this is apparently needed for xlC (AIX compiler)

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

19 years agoWatcom fixes after recent wxFile changes.
Włodzimierz Skiba [Mon, 27 Sep 2004 17:27:41 +0000 (17:27 +0000)] 
Watcom fixes after recent wxFile changes.

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

19 years agofix crash when calling wxGetEmptyString() with wxUSE_STL == 1 (bug 1028804)
Vadim Zeitlin [Mon, 27 Sep 2004 17:20:55 +0000 (17:20 +0000)] 
fix crash when calling wxGetEmptyString() with wxUSE_STL == 1 (bug 1028804)

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

19 years agoMissed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor...
Włodzimierz Skiba [Mon, 27 Sep 2004 16:01:38 +0000 (16:01 +0000)] 
Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.

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

19 years agodefine wxInvalidOffset properly (as wxFileOffset, not off_t)
Vadim Zeitlin [Mon, 27 Sep 2004 14:33:51 +0000 (14:33 +0000)] 
define wxInvalidOffset properly (as wxFileOffset, not off_t)

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

19 years agoremove stuff
Ryan Norton [Mon, 27 Sep 2004 14:20:01 +0000 (14:20 +0000)] 
remove stuff

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

19 years ago[ 1035247 ] fix the number of ticks in slider (with annotations)
Ryan Norton [Mon, 27 Sep 2004 13:57:34 +0000 (13:57 +0000)] 
[ 1035247 ] fix the number of ticks in slider (with annotations)

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

19 years agouse both generic and native on osx 10.2 for presentation purposes
Ryan Norton [Mon, 27 Sep 2004 13:14:22 +0000 (13:14 +0000)] 
use both generic and native on osx 10.2 for presentation purposes

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

19 years agoIOKit framework now req. under darwin
Ryan Norton [Mon, 27 Sep 2004 13:07:39 +0000 (13:07 +0000)] 
IOKit framework now req. under darwin

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

19 years ago Compile fixes.
Robert Roebling [Mon, 27 Sep 2004 13:06:30 +0000 (13:06 +0000)] 
  Compile fixes.

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

19 years agofix crash after radio button fix
Vadim Zeitlin [Mon, 27 Sep 2004 13:01:12 +0000 (13:01 +0000)] 
fix crash after radio button fix

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

19 years agoEarly versions of GTK+2 don't have has_toplevel_focus
Julian Smart [Mon, 27 Sep 2004 12:20:21 +0000 (12:20 +0000)] 
Early versions of GTK+2 don't have has_toplevel_focus

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

19 years agomake go generic
Ryan Norton [Mon, 27 Sep 2004 11:44:29 +0000 (11:44 +0000)] 
make go generic

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

19 years agogeneric (will comment on list later about was does/doesn't work) drawer
Ryan Norton [Mon, 27 Sep 2004 11:32:05 +0000 (11:32 +0000)] 
generic (will comment on list later about was does/doesn't work) drawer

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

19 years agoadded src/msw/wince/filefnwce.cpp
Vadim Zeitlin [Mon, 27 Sep 2004 11:30:03 +0000 (11:30 +0000)] 
added src/msw/wince/filefnwce.cpp

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

19 years agowarning fix after huge file patch
Vadim Zeitlin [Mon, 27 Sep 2004 11:29:12 +0000 (11:29 +0000)] 
warning fix after huge file patch

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

19 years agokeep the old wxFont::Create() signature (changed by font size in pixels patch) to...
Vadim Zeitlin [Mon, 27 Sep 2004 11:02:11 +0000 (11:02 +0000)] 
keep the old wxFont::Create() signature (changed by font size in pixels patch) to fix XTI and to preserve backwards compatibility

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

19 years agoadded wxGetFullModuleName(); use it instead of calling ::GetModuleFileName() directly
Vadim Zeitlin [Mon, 27 Sep 2004 10:58:32 +0000 (10:58 +0000)] 
added wxGetFullModuleName(); use it instead of calling ::GetModuleFileName() directly

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

19 years agodoc-typo
Dimitri Schoolwerth [Mon, 27 Sep 2004 10:55:56 +0000 (10:55 +0000)] 
doc-typo

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

19 years agodoc-typo
Dimitri Schoolwerth [Mon, 27 Sep 2004 10:34:39 +0000 (10:34 +0000)] 
doc-typo

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

19 years agofixed MSVC6 warning
Dimitri Schoolwerth [Mon, 27 Sep 2004 10:25:41 +0000 (10:25 +0000)] 
fixed MSVC6 warning

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

19 years agoHandle the case of unresolveable ambiguity in --list now too.
Ron Lee [Mon, 27 Sep 2004 08:08:02 +0000 (08:08 +0000)] 
Handle the case of unresolveable ambiguity in --list now too.

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

19 years agopass by reference, not value
Ryan Norton [Mon, 27 Sep 2004 07:45:15 +0000 (07:45 +0000)] 
pass by reference, not value

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

19 years agofix warnings
Ryan Norton [Mon, 27 Sep 2004 07:42:40 +0000 (07:42 +0000)] 
fix warnings

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

19 years agofix non-void function not returning value warning
Ryan Norton [Mon, 27 Sep 2004 07:33:40 +0000 (07:33 +0000)] 
fix non-void function not returning value warning

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

19 years agoAdd HID keyboard functionality
Ryan Norton [Mon, 27 Sep 2004 07:13:24 +0000 (07:13 +0000)] 
Add HID keyboard functionality

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

19 years agoRe-simplified ScrollWindow routine.
Stefan Neis [Mon, 27 Sep 2004 07:09:39 +0000 (07:09 +0000)] 
Re-simplified ScrollWindow routine.

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

19 years agoRegen Bakefiles for OSX HID integration
Ryan Norton [Mon, 27 Sep 2004 06:53:08 +0000 (06:53 +0000)] 
Regen Bakefiles for OSX HID integration

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

19 years agonote font dialog change
Ryan Norton [Mon, 27 Sep 2004 06:45:36 +0000 (06:45 +0000)] 
note font dialog change

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

19 years agoDelay --list a little longer so we can indicate the best match
Ron Lee [Mon, 27 Sep 2004 05:57:14 +0000 (05:57 +0000)] 
Delay --list a little longer so we can indicate the best match
out of the general blob.  Format the output a little less ambiguously.

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

19 years agoremove erronues xrc contrib sample
Ryan Norton [Mon, 27 Sep 2004 05:26:34 +0000 (05:26 +0000)] 
remove erronues xrc contrib sample

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

19 years agomade GetTempBuffer() static to avoid duplicate function errors during linking
Vadim Zeitlin [Sun, 26 Sep 2004 23:17:19 +0000 (23:17 +0000)] 
made GetTempBuffer() static to avoid duplicate function errors during linking

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

19 years agopartially reverted Robert's changes, did it more cleanly
Václav Slavík [Sun, 26 Sep 2004 23:08:01 +0000 (23:08 +0000)] 
partially reverted Robert's changes, did it more cleanly

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

19 years agodocumented IsActive()
Vadim Zeitlin [Sun, 26 Sep 2004 20:45:11 +0000 (20:45 +0000)] 
documented IsActive()

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

19 years agohid integration
Ryan Norton [Sun, 26 Sep 2004 20:35:45 +0000 (20:35 +0000)] 
hid integration

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

19 years agofix for __HUGEFILES_SUPPORTED definition
Vadim Zeitlin [Sun, 26 Sep 2004 20:28:58 +0000 (20:28 +0000)] 
fix for __HUGEFILES_SUPPORTED definition

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

19 years ago Moved function from mslu to utils to make the
Robert Roebling [Sun, 26 Sep 2004 20:01:35 +0000 (20:01 +0000)] 
  Moved function from mslu to utils to make the
    linker not complain about double symbols.

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

19 years ago Trying hard to make things compile.
Robert Roebling [Sun, 26 Sep 2004 18:13:18 +0000 (18:13 +0000)] 
  Trying hard to make things compile.

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

19 years agoFixes to remove compile warnings.
Kevin Ollivier [Sun, 26 Sep 2004 18:03:28 +0000 (18:03 +0000)] 
Fixes to remove compile warnings.

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

19 years agocleanups
Ryan Norton [Sun, 26 Sep 2004 17:41:26 +0000 (17:41 +0000)] 
cleanups

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

19 years agoMake scrolling work better (without constantly refreshing whole screen).
Stefan Neis [Sun, 26 Sep 2004 17:39:21 +0000 (17:39 +0000)] 
Make scrolling work better (without constantly refreshing whole screen).

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

19 years ago GTK1 compilo.
Robert Roebling [Sun, 26 Sep 2004 17:22:44 +0000 (17:22 +0000)] 
  GTK1 compilo.

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

19 years agorecall initial font
Ryan Norton [Sun, 26 Sep 2004 17:22:30 +0000 (17:22 +0000)] 
recall initial font

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

19 years agocleanup
Ryan Norton [Sun, 26 Sep 2004 17:14:30 +0000 (17:14 +0000)] 
cleanup

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

19 years agoApplied Kevin Hock's combobox patch for text update events
Julian Smart [Sun, 26 Sep 2004 17:14:07 +0000 (17:14 +0000)] 
Applied Kevin Hock's combobox patch for text update events

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

19 years agofix remaining bugs
Ryan Norton [Sun, 26 Sep 2004 17:06:07 +0000 (17:06 +0000)] 
fix remaining bugs

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

19 years agoProgram args fix for WinCE
Julian Smart [Sun, 26 Sep 2004 16:42:21 +0000 (16:42 +0000)] 
Program args fix for WinCE

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

19 years agoTweaks to fix RTF contents (need newline at end of each class file)
Julian Smart [Sun, 26 Sep 2004 16:37:44 +0000 (16:37 +0000)] 
Tweaks to fix RTF contents (need newline at end of each class file)

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

19 years agofix font styles
Ryan Norton [Sun, 26 Sep 2004 16:34:12 +0000 (16:34 +0000)] 
fix font styles

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

19 years agowxExecuteData is a struct, not class (warning fix)
Vadim Zeitlin [Sun, 26 Sep 2004 16:28:51 +0000 (16:28 +0000)] 
wxExecuteData is a struct, not class (warning fix)

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

19 years agoImproved libs.bmp file but shows too small in WinHelp
Julian Smart [Sun, 26 Sep 2004 16:21:13 +0000 (16:21 +0000)] 
Improved libs.bmp file but shows too small in WinHelp

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

19 years agoinclude wx/wxchar.h after ctype.h to fix compilation problem with _T redefinition...
Vadim Zeitlin [Sun, 26 Sep 2004 16:14:35 +0000 (16:14 +0000)] 
include wx/wxchar.h after ctype.h to fix compilation problem with _T redefinition with CodeWarrior 9

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

19 years agodefault to native font dialog for 10.2+
Ryan Norton [Sun, 26 Sep 2004 15:59:57 +0000 (15:59 +0000)] 
default to native font dialog for 10.2+

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

19 years agoadd drawer sample
Ryan Norton [Sun, 26 Sep 2004 15:34:39 +0000 (15:34 +0000)] 
add drawer sample

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

19 years ago Make mouseless use of wxListBox possible for non single style.
Robert Roebling [Sun, 26 Sep 2004 15:29:24 +0000 (15:29 +0000)] 
  Make mouseless use of wxListBox possible for non single style.
  Make wxListBox report click on background.

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

19 years agoupdated project file
Stefan Csomor [Sun, 26 Sep 2004 15:11:08 +0000 (15:11 +0000)] 
updated project file

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

19 years agorevert to pre-drawer state
Ryan Norton [Sun, 26 Sep 2004 15:03:57 +0000 (15:03 +0000)] 
revert to pre-drawer state

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

19 years agorenamed HasFocus() to IsActive() to avoid confusion with FindFocus(); documented...
Vadim Zeitlin [Sun, 26 Sep 2004 14:32:09 +0000 (14:32 +0000)] 
renamed HasFocus() to IsActive() to avoid confusion with FindFocus(); documented it; avoid code duplication in GTK1 version

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

19 years agofix warning
Ryan Norton [Sun, 26 Sep 2004 14:28:21 +0000 (14:28 +0000)] 
fix warning

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

19 years agofix facename
Ryan Norton [Sun, 26 Sep 2004 14:22:54 +0000 (14:22 +0000)] 
fix facename

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

19 years ago Added wxTopLevelWindow::HasFocus() as discussed.
Robert Roebling [Sun, 26 Sep 2004 14:17:23 +0000 (14:17 +0000)] 
  Added wxTopLevelWindow::HasFocus() as discussed.

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

19 years agonative font dialog implementation for mac os x 10.2+
Ryan Norton [Sun, 26 Sep 2004 14:13:26 +0000 (14:13 +0000)] 
native font dialog implementation for mac os x 10.2+

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

19 years agodependency fix for clipping
Stefan Csomor [Sun, 26 Sep 2004 14:08:19 +0000 (14:08 +0000)] 
dependency fix for clipping

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

19 years agounicode fix
Stefan Csomor [Sun, 26 Sep 2004 14:07:33 +0000 (14:07 +0000)] 
unicode fix

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

19 years agounicode fix for CW
Stefan Csomor [Sun, 26 Sep 2004 14:07:09 +0000 (14:07 +0000)] 
unicode fix for CW

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

19 years agofix for CW compilation
Stefan Csomor [Sun, 26 Sep 2004 14:05:48 +0000 (14:05 +0000)] 
fix for CW compilation

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

19 years agoclipping for wxMac cleaned up
Stefan Csomor [Sun, 26 Sep 2004 14:05:31 +0000 (14:05 +0000)] 
clipping for wxMac cleaned up

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

19 years agocompilation fix for Unicode mode after huge file patch: Watcom is the only compiler...
Vadim Zeitlin [Sun, 26 Sep 2004 13:55:29 +0000 (13:55 +0000)] 
compilation fix for Unicode mode after huge file patch: Watcom is the only compiler to have a wide char version of struct stat as well as of the stat function itself

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

19 years ago Compilo.
Robert Roebling [Sun, 26 Sep 2004 13:35:13 +0000 (13:35 +0000)] 
  Compilo.

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

19 years agoEnable the huge files patch to build with mingw-cross.
Ron Lee [Sun, 26 Sep 2004 13:18:46 +0000 (13:18 +0000)] 
Enable the huge files patch to build with mingw-cross.

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

19 years agono reference to wxFont - you've got to be kidding! :)
Ryan Norton [Sun, 26 Sep 2004 11:52:11 +0000 (11:52 +0000)] 
no reference to wxFont - you've got to be kidding! :)

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

19 years agowxSize needs to be fully defined if we want to use it inline here.
Ron Lee [Sun, 26 Sep 2004 11:47:30 +0000 (11:47 +0000)] 
wxSize needs to be fully defined if we want to use it inline here.

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

19 years agoadd drawer to taskbaricontest
Ryan Norton [Sun, 26 Sep 2004 10:51:46 +0000 (10:51 +0000)] 
add drawer to taskbaricontest

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