wxWidgets.git
25 years ago Listctrl should now send char and key_down events.
Robert Roebling [Wed, 19 May 1999 10:46:48 +0000 (10:46 +0000)] 
  Listctrl should now send char and key_down events.

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

25 years ago Corrected tree ctrl behaviour.
Robert Roebling [Wed, 19 May 1999 10:27:11 +0000 (10:27 +0000)] 
  Corrected tree ctrl behaviour.

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

25 years ago Updated distrib.
Robert Roebling [Wed, 19 May 1999 09:08:27 +0000 (09:08 +0000)] 
  Updated distrib.
  Corrected listbox dclick.
  Modified char/key event stuff.

  Added WXWIN_COMPATIBILITY_2 = 1 to setup.hin

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

25 years agofixed error about wxFrame::Command not returning a value
Robin Dunn [Wed, 19 May 1999 04:41:23 +0000 (04:41 +0000)] 
fixed error about wxFrame::Command not returning a value

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

25 years agonotebook creation bug fixed
Vadim Zeitlin [Wed, 19 May 1999 01:15:40 +0000 (01:15 +0000)] 
notebook creation bug fixed

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

25 years agoScreenToClient() implemented correctly
Vadim Zeitlin [Wed, 19 May 1999 01:00:57 +0000 (01:00 +0000)] 
ScreenToClient() implemented correctly

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

25 years ago1. wxMSW seems to work (please test and send your bug reports!)
Vadim Zeitlin [Wed, 19 May 1999 00:53:27 +0000 (00:53 +0000)] 
1. wxMSW seems to work (please test and send your bug reports!)
2. accelerators in the menus a la GTK (actually slightly better) implemented
3. wxSplitter now uses events (and so the code which was broken by recent changes
   works again)

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

25 years ago More key event work. Added SetDetectableAutoRepeat.
Robert Roebling [Tue, 18 May 1999 19:35:33 +0000 (19:35 +0000)] 
  More key event work. Added SetDetectableAutoRepeat.

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

25 years agoFixed some compile errors
Brian Macy [Tue, 18 May 1999 19:08:28 +0000 (19:08 +0000)] 
Fixed some compile errors

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

25 years agominor progress bar fix
Karsten Ballüder [Tue, 18 May 1999 16:29:19 +0000 (16:29 +0000)] 
minor progress bar fix

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

25 years agohighlighting fixes
Karsten Ballüder [Tue, 18 May 1999 16:28:37 +0000 (16:28 +0000)] 
highlighting fixes

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

25 years ago No longer emit char events for shift/ctrl presses.
Robert Roebling [Tue, 18 May 1999 15:30:56 +0000 (15:30 +0000)] 
  No longer emit char events for shift/ctrl presses.

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

25 years agofixed an over-optimisation
Karsten Ballüder [Tue, 18 May 1999 15:13:16 +0000 (15:13 +0000)] 
fixed an over-optimisation

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

25 years agoMerged in from Mahogany. A bit better and safer.
Karsten Ballüder [Tue, 18 May 1999 15:05:29 +0000 (15:05 +0000)] 
Merged in from Mahogany. A bit better and safer.

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

25 years agoisascii changed to isprint for better logging
Vadim Zeitlin [Tue, 18 May 1999 14:52:21 +0000 (14:52 +0000)] 
isascii changed to isprint for better logging

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

25 years ago Correxted myfixed widget to prevent warnings from GTK
Robert Roebling [Tue, 18 May 1999 14:49:18 +0000 (14:49 +0000)] 
  Correxted myfixed widget to prevent warnings from GTK
  Changed listbox dclick emission

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

25 years agochar/key events testing added
Vadim Zeitlin [Tue, 18 May 1999 14:47:28 +0000 (14:47 +0000)] 
char/key events testing added

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

25 years agoDeleteAllPages() bug corrected
Vadim Zeitlin [Tue, 18 May 1999 13:35:22 +0000 (13:35 +0000)] 
DeleteAllPages() bug corrected

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

25 years ago Removed an #ifndef __WXGTK__
Robert Roebling [Mon, 17 May 1999 19:35:26 +0000 (19:35 +0000)] 
  Removed an #ifndef __WXGTK__

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

25 years ago Use wxScrollWinEvent instead of wxScrollEvent in
Robert Roebling [Mon, 17 May 1999 19:17:28 +0000 (19:17 +0000)] 
  Use wxScrollWinEvent instead of wxScrollEvent in
    wxWindow and wxScrolledWindow. This breaks all ports!
  Added Layout() call to wxSplitter.
  wxDialog at least tries to set its position before its
    shown.
  wxGTK now emits char/key events as wxMSW does.

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

25 years ago* prgodlgg.h: Update() use wxString instead of 'char *'
Guilhem Lavaux [Mon, 17 May 1999 18:10:57 +0000 (18:10 +0000)] 
* prgodlgg.h: Update() use wxString instead of 'char *'
* wxThread: fixes (all should work fluently now)
* wxSocket: it is at last usable on my computer
     GTK/GLIB problem : reenabling the idle event propagation causes very
     strange problem (Instruction pointer/memory)

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

25 years agoMoved all WXDLLEXPORT's to be before the return type in order to make
Robin Dunn [Mon, 17 May 1999 17:10:11 +0000 (17:10 +0000)] 
Moved all WXDLLEXPORT's to be before the return type in order to make
VC 6.0 happy when building a DLL.

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

25 years agoAdded
Robin Dunn [Mon, 17 May 1999 17:07:46 +0000 (17:07 +0000)] 
Added
    wxPoint ClientToScreen(const wxPoint& pt)
    wxPoint ScreenToClient(const wxPoint& pt)

back into class wxWindow

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

25 years agoEnhanced HTML Help output.
Robin Dunn [Mon, 17 May 1999 17:05:59 +0000 (17:05 +0000)] 
Enhanced HTML Help output.

1. Full-text-search is enabled
2. Additional buttons on the help window
3. The root page (contents) is now added to the tree
4. etc.

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

25 years agoSelectColour() works
Vadim Zeitlin [Mon, 17 May 1999 15:13:24 +0000 (15:13 +0000)] 
SelectColour() works

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

25 years agoadded Next/PrevControlId
Vadim Zeitlin [Mon, 17 May 1999 14:51:52 +0000 (14:51 +0000)] 
added Next/PrevControlId

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

25 years agoDrawCircle() added
Vadim Zeitlin [Mon, 17 May 1999 14:35:48 +0000 (14:35 +0000)] 
DrawCircle() added

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

25 years agomore tests added
Vadim Zeitlin [Mon, 17 May 1999 14:10:12 +0000 (14:10 +0000)] 
more tests added

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

25 years agofind_first/last_[not]_of() functions added
Vadim Zeitlin [Mon, 17 May 1999 12:41:28 +0000 (12:41 +0000)] 
find_first/last_[not]_of() functions added

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

25 years ago New virtual key defines (NUMPAD_XXX).
Robert Roebling [Mon, 17 May 1999 12:27:27 +0000 (12:27 +0000)] 
  New virtual key defines (NUMPAD_XXX).

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

25 years agoAdded code to make wxMDIChildFrame::Activate() work
J. Russell Smyth [Mon, 17 May 1999 06:29:39 +0000 (06:29 +0000)] 
Added code to make wxMDIChildFrame::Activate() work

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

25 years agominor bug fix
Karsten Ballüder [Sun, 16 May 1999 23:42:31 +0000 (23:42 +0000)] 
minor bug fix

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

25 years agoAdded a wxDataFormat::SetAtom() inline function.
Karsten Ballüder [Sun, 16 May 1999 23:13:16 +0000 (23:13 +0000)] 
Added a wxDataFormat::SetAtom() inline function.

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

25 years agoMinor fix for wxDF_PRIVATE, but doesn't work yet.
Karsten Ballüder [Sun, 16 May 1999 23:12:18 +0000 (23:12 +0000)] 
Minor fix for wxDF_PRIVATE, but doesn't work yet.

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

25 years agoMany, many updates. Almost perfect.
Karsten Ballüder [Sun, 16 May 1999 23:10:40 +0000 (23:10 +0000)] 
Many, many updates. Almost perfect.

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

25 years ago Minor DC correction.
Robert Roebling [Sun, 16 May 1999 19:04:45 +0000 (19:04 +0000)] 
  Minor DC correction.

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

25 years agoMore translations (All that I am interested in, if someone else wants to
Karsten Ballüder [Sun, 16 May 1999 15:33:35 +0000 (15:33 +0000)] 
More translations (All that I am interested in, if someone else wants to
finish them, go ahead.)

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

25 years ago* Fixed a dead-lock when the thread finishes.
Guilhem Lavaux [Sun, 16 May 1999 13:40:12 +0000 (13:40 +0000)] 
* Fixed a dead-lock when the thread finishes.

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

25 years agoAbout 30% done.
Karsten Ballüder [Sun, 16 May 1999 13:31:32 +0000 (13:31 +0000)] 
About 30% done.

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

25 years ago DC change header change for wxMemoryDC and wxPostscriptDC.
Robert Roebling [Sat, 15 May 1999 23:40:42 +0000 (23:40 +0000)] 
  DC change header change for wxMemoryDC and wxPostscriptDC.

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

25 years ago A little more testing.
Robert Roebling [Sat, 15 May 1999 13:56:21 +0000 (13:56 +0000)] 
  A little more testing.

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

25 years ago Started drawing sample.
Robert Roebling [Sat, 15 May 1999 13:33:55 +0000 (13:33 +0000)] 
  Started drawing sample.

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

25 years agotypo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_SPLINES)
Vadim Zeitlin [Sat, 15 May 1999 12:47:50 +0000 (12:47 +0000)] 
typo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_SPLINES)

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

25 years ago* Added thread cleanup safeness: thread can be explicitely killed safely now
Guilhem Lavaux [Sat, 15 May 1999 12:01:15 +0000 (12:01 +0000)] 
* Added thread cleanup safeness: thread can be explicitely killed safely now
 on Unix.

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

25 years ago wxGLCanvas compile fixes
Robert Roebling [Sat, 15 May 1999 07:48:40 +0000 (07:48 +0000)] 
  wxGLCanvas compile fixes

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

25 years agofixes for GetReturnCode/SetReturnCode
Robin Dunn [Sat, 15 May 1999 00:56:11 +0000 (00:56 +0000)] 
fixes for GetReturnCode/SetReturnCode

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

25 years ago wxGTK now works a little again.
Robert Roebling [Fri, 14 May 1999 21:04:49 +0000 (21:04 +0000)] 
  wxGTK now works a little again.
  Added new OpenGl code.

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

25 years ago wxGTK compiles and links again.
Robert Roebling [Fri, 14 May 1999 20:27:41 +0000 (20:27 +0000)] 
  wxGTK compiles and links again.

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

25 years agominor changes
Vadim Zeitlin [Fri, 14 May 1999 14:44:03 +0000 (14:44 +0000)] 
minor changes

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

25 years agoa few more buglets
Karsten Ballüder [Fri, 14 May 1999 11:36:17 +0000 (11:36 +0000)] 
a few more buglets

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

25 years agoNL insert bug
Karsten Ballüder [Fri, 14 May 1999 10:41:51 +0000 (10:41 +0000)] 
NL insert bug

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

25 years agoUpdated, fixed a colour bug.
Karsten Ballüder [Fri, 14 May 1999 10:31:21 +0000 (10:31 +0000)] 
Updated, fixed a colour bug.

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

25 years agoThe new layout mechanism is better than the old one. :-)
Karsten Ballüder [Fri, 14 May 1999 09:35:54 +0000 (09:35 +0000)] 
The new layout mechanism is better than the old one. :-)

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

25 years agowxWindowDC compiles (wxGTK doesn't link yet because of dcpsg.cpp problems...)
Vadim Zeitlin [Thu, 13 May 1999 23:02:35 +0000 (23:02 +0000)] 
wxWindowDC compiles (wxGTK doesn't link yet because of dcpsg.cpp problems...)

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

25 years agowxWindow::Show() works again
Vadim Zeitlin [Thu, 13 May 1999 21:33:12 +0000 (21:33 +0000)] 
wxWindow::Show() works again

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

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