]>
git.saurik.com Git - wxWidgets.git/log
Robert Roebling [Tue, 25 May 1999 10:40:07 +0000 (10:40 +0000)]
Fixed a notebook crash and added more tests to sample.
Corrected size behaviour of default button.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2559
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 25 May 1999 09:01:22 +0000 (09:01 +0000)]
Misc small changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2557
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 24 May 1999 23:53:12 +0000 (23:53 +0000)]
Made listctrl header BG grey again
mapped XOR to GdkInvert and vice versa
No more EVT_TEXT after SetValue()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2556
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Mon, 24 May 1999 21:12:37 +0000 (21:12 +0000)]
1. bug fixes in wxCaret
2. wxPoint now has += and -=
3. Validate() takes "wxWindow *" (and not wxWindowBase) again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2555
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 24 May 1999 19:33:05 +0000 (19:33 +0000)]
Rewrote wxNotebook, incl. PAGE_CHANGING event
and InsertPage and internal behaviour more
like wxMSW. Leaves pixel junk sometimes...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2554
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (BV) [Mon, 24 May 1999 17:51:44 +0000 (17:51 +0000)]
Updated splitter docs to describe new wxSP_PERMIT_UNSPLIT style and
wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED splitter event type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2553
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (BV) [Mon, 24 May 1999 16:19:06 +0000 (16:19 +0000)]
Added always-unsplittable style option (wxSP_PERMIT_UNSPLIT)
Added visual feedback on limits for sash-drag
(Fix of previous broken behaviour: now unplits only if min pane size == 0 or
if always-unsplittable style flag is used.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2552
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (BV) [Mon, 24 May 1999 16:19:04 +0000 (16:19 +0000)]
Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2551
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 24 May 1999 14:03:08 +0000 (14:03 +0000)]
Empty notebooks show up again. I'm afraid this
might sometimes crash with GTK 1.2.0/1.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2550
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Mon, 24 May 1999 12:05:30 +0000 (12:05 +0000)]
wxFileIn/OutputStream fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2549
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Mon, 24 May 1999 11:37:01 +0000 (11:37 +0000)]
Hardcode colours in systems settings.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2548
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 23 May 1999 23:48:12 +0000 (23:48 +0000)]
1. some minor but nasty bugs fixed (see post to the list)
2. new wxCaret class (MSW only so far)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2547
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 23 May 1999 23:45:47 +0000 (23:45 +0000)]
more MDI features tested
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2546
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 23 May 1999 23:43:59 +0000 (23:43 +0000)]
corrected MSW-specific bug (in the sample, not the scrolling code)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2545
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 23 May 1999 19:33:16 +0000 (19:33 +0000)]
Now wxYield() calls wxApp::ProcessIdle() which also
entails that wxYield() will flush events that have
been sent from other threads. I don't know what
wxMSW does here, but I guess the same wouldn't be
bad.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2544
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Sun, 23 May 1999 18:54:27 +0000 (18:54 +0000)]
repaired recently broken framelayout
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2543
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sun, 23 May 1999 18:37:02 +0000 (18:37 +0000)]
Compile fix for GTK 1.0
wxOleStream added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2542
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Sun, 23 May 1999 16:09:45 +0000 (16:09 +0000)]
* wxSocket seems to work with the async requester turned off.
Two things to fix:
* async requester bug
* GTK/GLIB idle loop wake up
URL/HTTP/FTP/SocketServer/SocketClient seems to work (well, they work
on my computer).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2541
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 22 May 1999 15:13:18 +0000 (15:13 +0000)]
GTK 1.0 compilation (not tested)
toolbars can now get inserted in the client
area as well (as normal windows)
Menu accels can be functions keys
Made DialogEd work again (with wxGTK :-) )
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2540
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 22 May 1999 10:11:03 +0000 (10:11 +0000)]
Played a little with sockets.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2539
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 22 May 1999 08:01:17 +0000 (08:01 +0000)]
Put wxGTK's threads back to life.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2538
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Sat, 22 May 1999 03:01:45 +0000 (03:01 +0000)]
Improved keypress handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2537
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Sat, 22 May 1999 02:55:42 +0000 (02:55 +0000)]
Improved keyboard handling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2536
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 21 May 1999 22:43:17 +0000 (22:43 +0000)]
msg catalog code bugfix for 64 bit platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2535
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Fri, 21 May 1999 21:28:44 +0000 (21:28 +0000)]
Added missing comma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2534
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Fri, 21 May 1999 21:22:36 +0000 (21:22 +0000)]
Fixed handling of keypress WXK_NUMPAD_NEXT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2533
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (NI) [Fri, 21 May 1999 21:16:00 +0000 (21:16 +0000)]
added constant WXK_NUMPAD_NEXT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2532
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 21 May 1999 13:28:49 +0000 (13:28 +0000)]
Made GetLabel/SetLabel() virtual
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2531
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Fri, 21 May 1999 12:50:10 +0000 (12:50 +0000)]
Fixed typos in window.cpp and utils.cpp
Tried to repair HP-UX compilation thing for iODBC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2530
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 21 May 1999 11:39:56 +0000 (11:39 +0000)]
GetItem() doesn't ignore column number any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2529
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 21 May 1999 11:38:59 +0000 (11:38 +0000)]
HP-UX gcc compilation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2528
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
J. Russell Smyth [Fri, 21 May 1999 05:03:04 +0000 (05:03 +0000)]
documented wxCONFIG_USE_RELATIVE_PATH
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2527
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 20 May 1999 22:53:09 +0000 (22:53 +0000)]
mysterious radiobox bug finally fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2526
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 20 May 1999 22:17:04 +0000 (22:17 +0000)]
bugs in splitter docs corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2525
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Guilhem Lavaux [Thu, 20 May 1999 17:44:04 +0000 (17:44 +0000)]
* Added a fix from Allen to wxStringTokenizer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2524
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Thu, 20 May 1999 14:32:04 +0000 (14:32 +0000)]
GtkMyFixed is now more "GTK 1.2.3 ready".
Test added to notebook sample (showing that GTK
1.2.3 is not GTK 1.2.3 ready).
Touched frame?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2523
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ove Kaaven [Thu, 20 May 1999 11:11:46 +0000 (11:11 +0000)]
Unicode compilation fix for find_*_of()
(I might be back at work committing other fixes soon,
but probably not before tomorrow at least.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2522
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 20 May 1999 06:08:28 +0000 (06:08 +0000)]
wxScrolledWindow for wxMSW is now getting wxScrollWinEvents and are
scrolling again.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2521
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (BV) [Thu, 20 May 1999 04:25:13 +0000 (04:25 +0000)]
Added a reference to the splitter event class and macros.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2520
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (BV) [Thu, 20 May 1999 04:24:14 +0000 (04:24 +0000)]
Added the rest of the wxSplitterEvent class interface docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2519
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Unknown (BV) [Thu, 20 May 1999 04:22:38 +0000 (04:22 +0000)]
Fix bug in which splitter would not close if sash pulled to one edge
of window when minimum pane size != 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2518
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 19 May 1999 22:44:58 +0000 (22:44 +0000)]
file which undefs symbols ocnflicting with windows.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2517
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 19 May 1999 22:25:41 +0000 (22:25 +0000)]
1. bug in wxSplitter corrected: mouse event coords may be negative when the
mouse is captured which made sash roll over the window
2. missing functions added to wxRadioBox
3. non existent functions removed from wxRadioBox and wxControl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2516
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 19 May 1999 17:51:06 +0000 (17:51 +0000)]
Augmented version to b5
Disabled F10 thing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2515
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Brian Macy [Wed, 19 May 1999 17:40:01 +0000 (17:40 +0000)]
Changed [] parameters to be unsigned.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2514
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Karsten Ballüder [Wed, 19 May 1999 16:47:38 +0000 (16:47 +0000)]
updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2513
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 19 May 1999 13:46:17 +0000 (13:46 +0000)]
wxThread::Entry documented
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2512
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Wed, 19 May 1999 13:41:55 +0000 (13:41 +0000)]
YOu can now activate the menu pressing F10 anywhere.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2511
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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