wxWidgets.git
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

19 years agoLots of fixes/cleanups for OSX taskbar
Ryan Norton [Sun, 26 Sep 2004 10:42:02 +0000 (10:42 +0000)] 
Lots of fixes/cleanups for OSX taskbar

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

19 years agonotify parent frame that client area changed when statusbar is destroyed
Václav Slavík [Sun, 26 Sep 2004 10:26:21 +0000 (10:26 +0000)] 
notify parent frame that client area changed when statusbar is destroyed

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

19 years agoFix some of vadim's compilation problems
Ryan Norton [Sun, 26 Sep 2004 09:14:58 +0000 (09:14 +0000)] 
Fix some of vadim's compilation problems

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

19 years agomaking newline fixes depending on the encoding of \n
Stefan Csomor [Sun, 26 Sep 2004 09:06:37 +0000 (09:06 +0000)] 
making newline fixes depending on the encoding of \n

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

19 years agoLimit the influence of flavour more strictly to autoconf format.
Ron Lee [Sun, 26 Sep 2004 08:46:55 +0000 (08:46 +0000)] 
Limit the influence of flavour more strictly to autoconf format.
Remove '-' and '.' from the $release tag for non autoconf platform.
This may like slightly finer tuning than that for some people.

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

19 years agocleanups, proper event handling/cleanup
Ryan Norton [Sun, 26 Sep 2004 08:27:15 +0000 (08:27 +0000)] 
cleanups, proper event handling/cleanup

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

19 years agoRemove contrib xrc bakefiles, else regen dies because the makefiles
Ron Lee [Sun, 26 Sep 2004 08:15:57 +0000 (08:15 +0000)] 
Remove contrib xrc bakefiles, else regen dies because the makefiles
for it no longer exist there.

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

19 years agoRestore WXBASEPORT for carbon. This is more than just a flavour
Ron Lee [Sun, 26 Sep 2004 06:39:37 +0000 (06:39 +0000)] 
Restore WXBASEPORT for carbon.  This is more than just a flavour
in all the ways mac is typically more than, so it can stay a mac'ism
until the easier platforms shake out.

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

19 years agoinfo
Ryan Norton [Sun, 26 Sep 2004 04:37:17 +0000 (04:37 +0000)] 
info

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

19 years agotodo
Ryan Norton [Sun, 26 Sep 2004 04:23:16 +0000 (04:23 +0000)] 
todo

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

19 years agoFix 10.2 focus issues
Ryan Norton [Sun, 26 Sep 2004 04:19:56 +0000 (04:19 +0000)] 
Fix 10.2 focus issues

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

19 years agothey should be ints, not size_ts
Ryan Norton [Sun, 26 Sep 2004 03:25:46 +0000 (03:25 +0000)] 
they should be ints, not size_ts

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

19 years agowarning fixes unsigned->signed
Ryan Norton [Sun, 26 Sep 2004 03:15:32 +0000 (03:15 +0000)] 
warning fixes unsigned->signed

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

19 years agoreSWIGged
Robin Dunn [Sun, 26 Sep 2004 02:09:51 +0000 (02:09 +0000)] 
reSWIGged

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

19 years agotodos, cleanups, detabified
Ryan Norton [Sun, 26 Sep 2004 01:57:38 +0000 (01:57 +0000)] 
todos, cleanups, detabified

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

19 years agocleanup image after application
Ryan Norton [Sun, 26 Sep 2004 01:27:25 +0000 (01:27 +0000)] 
cleanup image after application

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

19 years agoreSWIGged
Robin Dunn [Sat, 25 Sep 2004 23:41:54 +0000 (23:41 +0000)] 
reSWIGged

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

19 years agocompilation fix for not MSW
Vadim Zeitlin [Sat, 25 Sep 2004 23:37:29 +0000 (23:37 +0000)] 
compilation fix for not MSW

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

19 years agoAdded wxFRAME_DRAWER
Robin Dunn [Sat, 25 Sep 2004 23:31:31 +0000 (23:31 +0000)] 
Added wxFRAME_DRAWER

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

19 years agoMore True/False fixes
Robin Dunn [Sat, 25 Sep 2004 23:27:41 +0000 (23:27 +0000)] 
More True/False fixes

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

19 years agoadd xrc lib to core libs list for Win32 build
Robin Dunn [Sat, 25 Sep 2004 23:26:54 +0000 (23:26 +0000)] 
add xrc lib to core libs list for Win32 build

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

19 years agocompilation fix for compilers not using PCH
Vadim Zeitlin [Sat, 25 Sep 2004 23:25:44 +0000 (23:25 +0000)] 
compilation fix for compilers not using PCH

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

19 years agoUse the stc.h in the source tree for the dependency, not the installed one.
Robin Dunn [Sat, 25 Sep 2004 23:15:58 +0000 (23:15 +0000)] 
Use the stc.h in the source tree for the dependency, not the installed one.

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

19 years agoEnable TaskBarIcon for Mac too. Some cleanup.
Robin Dunn [Sat, 25 Sep 2004 23:14:11 +0000 (23:14 +0000)] 
Enable TaskBarIcon for Mac too.  Some cleanup.

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

19 years agoforgot to reset m_iconAdded
Robin Dunn [Sat, 25 Sep 2004 23:12:25 +0000 (23:12 +0000)] 
forgot to reset m_iconAdded

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

19 years agoForce the output window to display at the begining of the app
Robin Dunn [Sat, 25 Sep 2004 23:11:03 +0000 (23:11 +0000)] 
Force the output window to display at the begining of the app

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

19 years agoUse dummy class on Mac until wxEventLoop is implemented there
Robin Dunn [Sat, 25 Sep 2004 23:09:57 +0000 (23:09 +0000)] 
Use dummy class on Mac until wxEventLoop is implemented there

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

19 years agoAdd some missing methods to match other implementations
Robin Dunn [Sat, 25 Sep 2004 23:05:13 +0000 (23:05 +0000)] 
Add some missing methods to match other implementations

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

19 years agoadded some missing mac headers
Robin Dunn [Sat, 25 Sep 2004 23:03:53 +0000 (23:03 +0000)] 
added some missing mac headers

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

19 years agoadded a way to create fonts with specified pixel size
Vadim Zeitlin [Sat, 25 Sep 2004 23:03:44 +0000 (23:03 +0000)] 
added a way to create fonts with specified pixel size

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

19 years agosupport for huge files (patch 1002226)
Vadim Zeitlin [Sat, 25 Sep 2004 22:44:19 +0000 (22:44 +0000)] 
support for huge files (patch 1002226)

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

19 years agomaking returns in a line to always be \n (13 in CFM (mpwnewline) and 10 in Mach)
Stefan Csomor [Sat, 25 Sep 2004 19:47:15 +0000 (19:47 +0000)] 
making returns in a line to always be \n (13 in CFM (mpwnewline) and 10 in Mach)

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

19 years agocompilation fix: only us-ascii is safe in sources
Václav Slavík [Sat, 25 Sep 2004 18:56:33 +0000 (18:56 +0000)] 
compilation fix: only us-ascii is safe in sources

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

19 years agofix for [ 805216 ] dirMac does not properly skip directories from kevin hock
Ryan Norton [Sat, 25 Sep 2004 18:41:50 +0000 (18:41 +0000)] 
fix for [ 805216 ] dirMac does not properly skip directories from kevin hock

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

19 years agobug didn't happen
Ryan Norton [Sat, 25 Sep 2004 17:36:18 +0000 (17:36 +0000)] 
bug didn't happen

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

19 years agowxDrawerWindow - [ 909351 ] Drawer window for OS X Carbon - somewhat heavily modified
Ryan Norton [Sat, 25 Sep 2004 17:22:43 +0000 (17:22 +0000)] 
wxDrawerWindow - [ 909351 ] Drawer window for OS X Carbon - somewhat heavily modified

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

19 years agoinsert was not correctly implemented
Stefan Csomor [Sat, 25 Sep 2004 16:59:07 +0000 (16:59 +0000)] 
insert was not correctly implemented

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

19 years agoinsert was not correctly implemented
Stefan Csomor [Sat, 25 Sep 2004 16:43:31 +0000 (16:43 +0000)] 
insert was not correctly implemented

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

19 years agoinsert was not correctly implemented
Stefan Csomor [Sat, 25 Sep 2004 16:24:17 +0000 (16:24 +0000)] 
insert was not correctly implemented

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

19 years agofix an mdi crash on exit
Chris Elliott [Sat, 25 Sep 2004 15:21:10 +0000 (15:21 +0000)] 
fix an mdi crash on exit

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

19 years agomore todos so I don't forget
Ryan Norton [Sat, 25 Sep 2004 13:45:50 +0000 (13:45 +0000)] 
more todos so I don't forget

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

19 years agomark changes. Mac OSX taskbar implementation
Ryan Norton [Sat, 25 Sep 2004 13:36:07 +0000 (13:36 +0000)] 
mark changes.  Mac OSX taskbar implementation

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

19 years agoremoved Robert Fendt as packager (at his request)
Vadim Zeitlin [Sat, 25 Sep 2004 12:12:10 +0000 (12:12 +0000)] 
removed Robert Fendt as packager (at his request)

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

19 years agoremoved XRC library from contrib
Václav Slavík [Sat, 25 Sep 2004 12:10:15 +0000 (12:10 +0000)] 
removed XRC library from contrib

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

19 years agoUndo the link creation in builddir. contrib is still going to be
Ron Lee [Sat, 25 Sep 2004 11:56:48 +0000 (11:56 +0000)] 
Undo the link creation in builddir.  contrib is still going to be
here for a while so there isn't much paydirt in working around the
problems on platforms with limited filesystems at this stage.

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

19 years agonote that I modified it
Ryan Norton [Sat, 25 Sep 2004 05:58:56 +0000 (05:58 +0000)] 
note that I modified it

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

19 years agoFixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it could...
Ryan Norton [Sat, 25 Sep 2004 05:50:36 +0000 (05:50 +0000)] 
Fixed GetLineLength and GetLineText for MLTE text controls - Fixed bug where it couldn't get the length or text of the first line (0) and sf bug 1030042 where subsequent lines to 0 would not include the first character.  Added those tests to the text sample

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

19 years agoNormalizeFontSizes --> SetStandardFonts
Robin Dunn [Sat, 25 Sep 2004 03:11:22 +0000 (03:11 +0000)] 
NormalizeFontSizes --> SetStandardFonts

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