]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
25 years ago1. MSW message handling simplifications
Vadim Zeitlin [Thu, 13 May 1999 21:21:04 +0000 (21:21 +0000)] 
1. MSW message handling simplifications
2. wxDC split into wxDC and wxDCBase
3. Several minor bug fixes, many major new bugs

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

25 years agoI was stupid enough to reorganise the way font changes get stored and applied,
Karsten Ballüder [Thu, 13 May 1999 21:13:26 +0000 (21:13 +0000)] 
I was stupid enough to reorganise the way font changes get stored and applied,
so after only four hours work I'm back where I was yesterday. Selections still
buggy.

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

25 years agountested changes...
Karsten Ballüder [Thu, 13 May 1999 17:18:46 +0000 (17:18 +0000)] 
untested changes...

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

25 years agosome changes, untested
Karsten Ballüder [Thu, 13 May 1999 17:18:32 +0000 (17:18 +0000)] 
some changes, untested

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

25 years agoProgressDialog now handles multiple copies and shows total number of pages.
Karsten Ballüder [Thu, 13 May 1999 15:52:20 +0000 (15:52 +0000)] 
ProgressDialog now handles multiple copies and shows total number of pages.

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

25 years agoslowdown effect
Karsten Ballüder [Thu, 13 May 1999 15:51:44 +0000 (15:51 +0000)] 
slowdown effect

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

25 years agoanother wxLayout bug, prints empty pages suddenly
Karsten Ballüder [Thu, 13 May 1999 15:38:11 +0000 (15:38 +0000)] 
another wxLayout bug, prints empty pages suddenly

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

25 years ago* Some more CopyObject()
Guilhem Lavaux [Thu, 13 May 1999 15:24:59 +0000 (15:24 +0000)] 
* Some more CopyObject()

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

25 years agofixed wrong range for print progress dialog
Karsten Ballüder [Thu, 13 May 1999 15:09:59 +0000 (15:09 +0000)] 
fixed wrong range for print progress dialog

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

25 years agoremoved an assert which was broken (looked right though)
Karsten Ballüder [Thu, 13 May 1999 15:02:26 +0000 (15:02 +0000)] 
removed an assert which was broken (looked right though)

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

25 years agoFixed a minor bug in hotKey handling.
Karsten Ballüder [Thu, 13 May 1999 13:02:09 +0000 (13:02 +0000)] 
Fixed a minor bug in hotKey handling.

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

25 years agotwo more bug notes
Karsten Ballüder [Thu, 13 May 1999 11:06:54 +0000 (11:06 +0000)] 
two more bug notes

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

25 years agofirst text (header lines) in M get malformatted
Karsten Ballüder [Thu, 13 May 1999 10:56:54 +0000 (10:56 +0000)] 
first text (header lines) in M get malformatted

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

25 years agofind position bug fixed
Karsten Ballüder [Thu, 13 May 1999 10:56:00 +0000 (10:56 +0000)] 
find position bug fixed

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

25 years agoAdded finding of text in the list and fixed calculation of scrollbar
Karsten Ballüder [Thu, 13 May 1999 10:14:30 +0000 (10:14 +0000)] 
Added finding of text in the list and fixed calculation of scrollbar
size.

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

25 years ago Added m_scanCode field to wxKeyEvent
Robert Roebling [Thu, 13 May 1999 09:53:44 +0000 (09:53 +0000)] 
  Added m_scanCode field to wxKeyEvent
  Added a few more WXK symbols to wxGTK

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

25 years ago* fix in wcslen()
Guilhem Lavaux [Thu, 13 May 1999 09:44:03 +0000 (09:44 +0000)] 
* fix in wcslen()

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

25 years agoModified font handling (on the way to real rtf editing...)
Karsten Ballüder [Wed, 12 May 1999 22:14:51 +0000 (22:14 +0000)] 
Modified font handling (on the way to real rtf editing...)
Selections are better but still buggy, list size does not get calculated
completely, end of list only appears after multiple edits. ???

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

25 years ago Maybe negative wxWindowId are better than just -1.
Robert Roebling [Wed, 12 May 1999 22:12:18 +0000 (22:12 +0000)] 
  Maybe negative wxWindowId are better than just -1.

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

25 years ago Fixes a few SGI compiler warnings..
Robert Roebling [Wed, 12 May 1999 20:26:54 +0000 (20:26 +0000)] 
  Fixes a few SGI compiler warnings..

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

25 years agoHTML Help Workshop support
Václav Slavík [Wed, 12 May 1999 17:49:33 +0000 (17:49 +0000)] 
HTML Help Workshop support

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

25 years agowxlayout bug
Karsten Ballüder [Wed, 12 May 1999 15:34:03 +0000 (15:34 +0000)] 
wxlayout bug

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

25 years ago -1 is kept -1 as a wxWindowID
Robert Roebling [Wed, 12 May 1999 15:19:35 +0000 (15:19 +0000)] 
  -1 is kept -1 as a wxWindowID
  removed som edebug code

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

25 years agonow we can even edit again
Karsten Ballüder [Wed, 12 May 1999 15:04:28 +0000 (15:04 +0000)] 
now we can even edit again

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

25 years agoMissing "c" bug should be gone.
Karsten Ballüder [Wed, 12 May 1999 14:53:04 +0000 (14:53 +0000)] 
Missing "c" bug should be gone.

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

25 years agoCursor movements and selections even in non-edit mode.
Karsten Ballüder [Wed, 12 May 1999 14:47:25 +0000 (14:47 +0000)] 
Cursor movements and selections even in non-edit mode.

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

25 years agoScroll to cursor works correctly now.
Karsten Ballüder [Wed, 12 May 1999 13:50:59 +0000 (13:50 +0000)] 
Scroll to cursor works correctly now.

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

25 years agoHAVE_WCSLEN added
Vadim Zeitlin [Wed, 12 May 1999 13:13:14 +0000 (13:13 +0000)] 
HAVE_WCSLEN added

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

25 years agoincluded longlong doc
Vadim Zeitlin [Wed, 12 May 1999 13:13:00 +0000 (13:13 +0000)] 
included longlong doc

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

25 years agomissing comma for Motif compilation added
Vadim Zeitlin [Wed, 12 May 1999 12:22:06 +0000 (12:22 +0000)] 
missing comma for Motif compilation added

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

25 years ago added wxScrollWinEvent
Robert Roebling [Wed, 12 May 1999 09:31:02 +0000 (09:31 +0000)] 
  added wxScrollWinEvent
  use timestamp in various events

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

25 years agoModified OnSashPositionChange to take an int& instead of an int.
Unknown (BV) [Wed, 12 May 1999 03:04:15 +0000 (03:04 +0000)] 
Modified OnSashPositionChange to take an int& instead of an int.

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

25 years agoModified OnSashPositionChange to resize the window to minimum pane
Unknown (BV) [Wed, 12 May 1999 03:03:26 +0000 (03:03 +0000)] 
Modified OnSashPositionChange to resize the window to minimum pane
size if the selected position would result in a too-small pane.
Edge-detection logic (which closes a split) moved from OnMouseEvent to
OnSashPositionChange.

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

25 years agoFixed incorrect return type
Brian Macy [Tue, 11 May 1999 21:09:44 +0000 (21:09 +0000)] 
Fixed incorrect return type

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

25 years agoupdated
Karsten Ballüder [Tue, 11 May 1999 20:46:07 +0000 (20:46 +0000)] 
updated

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

25 years agoCOPY works, cut still missing, highlighting buggy.
Karsten Ballüder [Tue, 11 May 1999 20:43:12 +0000 (20:43 +0000)] 
COPY works, cut still missing, highlighting buggy.

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

25 years ago wxFrame::GetClientSize -> DoGetClientSize
Robert Roebling [Tue, 11 May 1999 20:41:00 +0000 (20:41 +0000)] 
  wxFrame::GetClientSize -> DoGetClientSize
  Minor wxDialog fix

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

25 years ago Typos fixed.
Robert Roebling [Tue, 11 May 1999 18:28:37 +0000 (18:28 +0000)] 
  Typos fixed.
  Corrected children's deletion (strict now).
  Corrected scrolled window's setup upon startup
    (with/without scrollbars etc.)

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

25 years agolabels respect alignment now even with GTK 1.2
Vadim Zeitlin [Tue, 11 May 1999 17:37:43 +0000 (17:37 +0000)] 
labels respect alignment now even with GTK 1.2

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

25 years agoanother unused param warning
Vadim Zeitlin [Tue, 11 May 1999 15:35:53 +0000 (15:35 +0000)] 
another unused param warning

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

25 years ago#pragma interface/implementation for gcc added
Vadim Zeitlin [Tue, 11 May 1999 14:47:05 +0000 (14:47 +0000)] 
#pragma interface/implementation for gcc added

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

25 years agospaces around '=' are not needed any more in config files
Vadim Zeitlin [Tue, 11 May 1999 14:41:13 +0000 (14:41 +0000)] 
spaces around '=' are not needed any more in config files

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

25 years agoThis one-liner seems to fix the wxStaticText alignment.
Karsten Ballüder [Tue, 11 May 1999 14:08:40 +0000 (14:08 +0000)] 
This one-liner seems to fix the wxStaticText alignment.

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

25 years agounused parameter warnings suppressed
Vadim Zeitlin [Tue, 11 May 1999 12:37:53 +0000 (12:37 +0000)] 
unused parameter warnings suppressed

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

25 years agounussed param warning suppressed
Vadim Zeitlin [Tue, 11 May 1999 12:11:21 +0000 (12:11 +0000)] 
unussed param warning suppressed

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

25 years agoone 'no' is enough when GTK 1.2.0 is not found
Vadim Zeitlin [Tue, 11 May 1999 12:08:39 +0000 (12:08 +0000)] 
one 'no' is enough when GTK 1.2.0 is not found

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

25 years agolibrary build even without wcslen()
Vadim Zeitlin [Tue, 11 May 1999 11:50:40 +0000 (11:50 +0000)] 
library build even without wcslen()

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

25 years agono changes
Vadim Zeitlin [Tue, 11 May 1999 11:49:11 +0000 (11:49 +0000)] 
no changes

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

25 years agoSome nice improvements, it's even quite fast now!
Karsten Ballüder [Tue, 11 May 1999 09:15:54 +0000 (09:15 +0000)] 
Some nice improvements, it's even quite fast now!

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

25 years ago Implememted IsBeingDeleted() -> buttons work again
Robert Roebling [Tue, 11 May 1999 08:23:53 +0000 (08:23 +0000)] 
  Implememted IsBeingDeleted() -> buttons work again

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

25 years agoMSW compilation fixes
Vadim Zeitlin [Mon, 10 May 1999 22:56:03 +0000 (22:56 +0000)] 
MSW compilation fixes

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

25 years agocompile fix
Vadim Zeitlin [Mon, 10 May 1999 22:40:05 +0000 (22:40 +0000)] 
compile fix

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

25 years agodirectory for test programs
Vadim Zeitlin [Mon, 10 May 1999 22:34:01 +0000 (22:34 +0000)] 
directory for test programs

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

25 years agoGetHandle() added (back)
Vadim Zeitlin [Mon, 10 May 1999 22:29:23 +0000 (22:29 +0000)] 
GetHandle() added (back)

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

25 years ago Made wxWindowBase's variables protected again and such.
Robert Roebling [Mon, 10 May 1999 21:04:17 +0000 (21:04 +0000)] 
  Made wxWindowBase's variables protected again and such.

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

25 years agowxFileSelectorEx added - could someone please implement it?
Vadim Zeitlin [Mon, 10 May 1999 18:27:49 +0000 (18:27 +0000)] 
wxFileSelectorEx added - could someone please implement it?

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

25 years agothe initial draft of wxLongLong class
Vadim Zeitlin [Mon, 10 May 1999 18:16:31 +0000 (18:16 +0000)] 
the initial draft of wxLongLong class

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

25 years agoAdded inline keyword
Brian Macy [Mon, 10 May 1999 16:59:16 +0000 (16:59 +0000)] 
Added inline keyword

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

25 years ago(primitive) makefile for msg catalogs and the updated wxstd.po
Vadim Zeitlin [Mon, 10 May 1999 16:35:13 +0000 (16:35 +0000)] 
(primitive) makefile for msg catalogs and the updated wxstd.po

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

25 years agopatch from Janos Vegh (2nd try, now it even compiles)
Vadim Zeitlin [Mon, 10 May 1999 16:19:09 +0000 (16:19 +0000)] 
patch from Janos Vegh (2nd try, now it even compiles)

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

25 years ago Changed wxSizer::GetSize() to DoGetSize() (and others)
Robert Roebling [Mon, 10 May 1999 16:09:28 +0000 (16:09 +0000)] 
  Changed wxSizer::GetSize() to DoGetSize() (and others)
  Added debug code because I dont know why buttons
   sometimes work and sometimes not.

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

25 years agopatch from Janos Vegh for improved template handling
Vadim Zeitlin [Mon, 10 May 1999 16:01:45 +0000 (16:01 +0000)] 
patch from Janos Vegh for improved template handling

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

25 years ago A few more things are back to work.
Robert Roebling [Mon, 10 May 1999 13:31:50 +0000 (13:31 +0000)] 
  A few more things are back to work.

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

25 years agoSuppressing selection highlighting in M.
Karsten Ballüder [Mon, 10 May 1999 11:54:20 +0000 (11:54 +0000)] 
Suppressing selection highlighting in M.

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

25 years agoSelection improvement.
Karsten Ballüder [Mon, 10 May 1999 11:51:04 +0000 (11:51 +0000)] 
Selection improvement.

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

25 years agowxScrolledWindow::Scroll() no longer calls Refresh(). Adjusted listctrl to
Karsten Ballüder [Mon, 10 May 1999 11:07:54 +0000 (11:07 +0000)] 
wxScrolledWindow::Scroll() no longer calls Refresh(). Adjusted listctrl to
this change.

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

25 years agoAdded Refresh() to OnMouse.
Karsten Ballüder [Mon, 10 May 1999 11:06:56 +0000 (11:06 +0000)] 
Added Refresh() to OnMouse.

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

25 years ago Small modifications to Vadims changes
Robert Roebling [Mon, 10 May 1999 11:02:43 +0000 (11:02 +0000)] 
 Small modifications to Vadims changes

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

25 years agoUpdated for Mahogany.
Karsten Ballüder [Mon, 10 May 1999 10:44:09 +0000 (10:44 +0000)] 
Updated for Mahogany.

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

25 years agoDnD sample compiles and works
Vadim Zeitlin [Mon, 10 May 1999 09:18:12 +0000 (09:18 +0000)] 
DnD sample compiles and works

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

25 years agowxWindow split (MSW part of changes)
Vadim Zeitlin [Mon, 10 May 1999 00:42:57 +0000 (00:42 +0000)] 
wxWindow split (MSW part of changes)

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

25 years agowxWindow split into wxWindowBase and wxWindow (wxGTK part)
Vadim Zeitlin [Sun, 9 May 1999 22:17:03 +0000 (22:17 +0000)] 
wxWindow split into wxWindowBase and wxWindow (wxGTK part)

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

25 years agoicons for generic dialogs
Vadim Zeitlin [Sun, 9 May 1999 22:07:59 +0000 (22:07 +0000)] 
icons for generic dialogs

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

25 years agowxUSE_THREADS in sckint.h; wxMotif Clone error fixed; JPEG makefile.unx for wxMotif
Julian Smart [Sun, 9 May 1999 21:42:36 +0000 (21:42 +0000)] 
wxUSE_THREADS in sckint.h; wxMotif Clone error fixed; JPEG makefile.unx for wxMotif

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

25 years ago#ifdefs for wxUSE_THREADS
Julian Smart [Sun, 9 May 1999 21:40:34 +0000 (21:40 +0000)] 
#ifdefs for wxUSE_THREADS

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

25 years agocrash in GTK 1.0 on multiline text ctrl creation fixed
Vadim Zeitlin [Sun, 9 May 1999 18:00:35 +0000 (18:00 +0000)] 
crash in GTK 1.0 on multiline text ctrl creation fixed

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

25 years agoSelection marking seems fine now.
Karsten Ballüder [Sun, 9 May 1999 17:28:58 +0000 (17:28 +0000)] 
Selection marking seems fine now.

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

25 years agoPartially functioning selections.
Karsten Ballüder [Sun, 9 May 1999 15:24:57 +0000 (15:24 +0000)] 
Partially functioning selections.

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

25 years agoAdded a generic wxProgressDialog and made wxPostscriptPrinter use it.
Karsten Ballüder [Sun, 9 May 1999 15:19:45 +0000 (15:19 +0000)] 
Added a generic wxProgressDialog and made wxPostscriptPrinter use it.

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

25 years ago*** empty log message ***
Julian Smart [Sun, 9 May 1999 15:03:29 +0000 (15:03 +0000)] 
*** empty log message ***

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

25 years agoMisc. fixes
Julian Smart [Sun, 9 May 1999 14:49:40 +0000 (14:49 +0000)] 
Misc. fixes

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

25 years agoAdded JPEG jconfig.vc, BC++/VC++ makefiles. Sort of fixed jconfig.h for
Julian Smart [Sun, 9 May 1999 14:48:20 +0000 (14:48 +0000)] 
Added JPEG jconfig.vc, BC++/VC++ makefiles. Sort of fixed jconfig.h for
VC++ compilation but probably configure on Unix will go and overwrite it or something.

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

25 years ago* Fixed two or three things in sckint.cpp but I still don't manage to
Guilhem Lavaux [Sun, 9 May 1999 12:24:13 +0000 (12:24 +0000)] 
* Fixed two or three things in sckint.cpp but I still don't manage to
  fix the bug in wxSocketInternal::StopWaiter (Main thread hangs in
  wxThreadInternal::Wait). If someone has an idea I would be very happy ...

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

25 years ago Applied FreeBSD patch
Robert Roebling [Sun, 9 May 1999 10:54:11 +0000 (10:54 +0000)] 
  Applied FreeBSD patch
  augmented beta version to 4

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

25 years agoRecursion bad... handle C++ style comments
Brian Macy [Sun, 9 May 1999 02:35:00 +0000 (02:35 +0000)] 
Recursion bad... handle C++ style comments

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

25 years agoCommented out 2 apparently used and invalid bitmaps
Brian Macy [Sat, 8 May 1999 21:21:35 +0000 (21:21 +0000)] 
Commented out 2 apparently used and invalid bitmaps

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

25 years agoReference counted objects should be used *much* more carefully. This was
Brian Macy [Sat, 8 May 1999 21:21:10 +0000 (21:21 +0000)] 
Reference counted objects should be used *much* more carefully. This was
completely unnecessary.

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

25 years agoMuch improved, update rectangles almost work. Selections seem to work.
Karsten Ballüder [Sat, 8 May 1999 18:01:24 +0000 (18:01 +0000)] 
Much improved, update rectangles almost work. Selections seem to work.

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

25 years ago Corrected bmpbutton size
Robert Roebling [Sat, 8 May 1999 14:18:51 +0000 (14:18 +0000)] 
  Corrected bmpbutton size
  added wxNO_BORDER style to button classes
  added WMclass and WMname strings to dialogs and frames
  added flag to scroll sample

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

25 years ago* implemented VZ's idea about creating and destroying bg threads.
Guilhem Lavaux [Sat, 8 May 1999 12:18:53 +0000 (12:18 +0000)] 
* implemented VZ's idea about creating and destroying bg threads.
  (PB with the destruction of waiter: I think it's a race problem but
   I can't localize it if someone finds it please mail it to me)
* Fixed race condition in threadpsx.cpp.

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

25 years agoFixed two missing parens
Brian Macy [Sat, 8 May 1999 04:58:10 +0000 (04:58 +0000)] 
Fixed two missing parens

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

25 years agoFixed SetZoom() so it can be used from the outside.
Karsten Ballüder [Fri, 7 May 1999 23:05:22 +0000 (23:05 +0000)] 
Fixed SetZoom() so it can be used from the outside.

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

25 years ago a bit of debug code
Robert Roebling [Fri, 7 May 1999 21:26:56 +0000 (21:26 +0000)] 
  a bit of debug code
  radiobox gets frames again

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

25 years agocompilation fix
Vadim Zeitlin [Fri, 7 May 1999 20:48:42 +0000 (20:48 +0000)] 
compilation fix

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

25 years agoTry to not include ctype functions for win32. Not really tested with
Ove Kaaven [Fri, 7 May 1999 18:36:06 +0000 (18:36 +0000)] 
Try to not include ctype functions for win32. Not really tested with
Borland C++, as I don't have the machine with BC++ available right now,
but it should probably be better anyway...

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

25 years ago* Created a new wxObject method: wxObject::CopyObject(wxObject&)
Guilhem Lavaux [Fri, 7 May 1999 18:34:32 +0000 (18:34 +0000)] 
* Created a new wxObject method: wxObject::CopyObject(wxObject&)
  and wxObject::Clone() uses it.
* Added some CopyObject to events.
* Reenable the idle loop in wxEvtHandler::ProcessThreadEvent(...)
* Some correctness in wxSocket.
   Major bugs remaining:
      - it seems there is a mutex problem when it works too quickly
      - all threads aren't destroyed ...

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

25 years agotree ctrl sorting shouldn't crash when items don't have data
Vadim Zeitlin [Fri, 7 May 1999 18:02:41 +0000 (18:02 +0000)] 
tree ctrl sorting shouldn't crash when items don't have data

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

25 years agoCrude hack to fix crash for 8bit displays. Seems to work fine. PLEASE CHECK
Karsten Ballüder [Fri, 7 May 1999 10:51:50 +0000 (10:51 +0000)] 
Crude hack to fix crash for 8bit displays. Seems to work fine. PLEASE CHECK

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

25 years agoTook care of those missing frees from failure conditions in wxExecute.
Ove Kaaven [Fri, 7 May 1999 10:20:14 +0000 (10:20 +0000)] 
Took care of those missing frees from failure conditions in wxExecute.

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

25 years agoprintf => wxLogTrace
Vadim Zeitlin [Thu, 6 May 1999 18:40:04 +0000 (18:40 +0000)] 
printf => wxLogTrace

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