]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
26 years ago New scrolling for GTK
Robert Roebling [Sun, 16 Aug 1998 17:07:17 +0000 (17:07 +0000)] 
  New scrolling for GTK

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

26 years agoadded one extra check for emptyness
Karsten Ballüder [Sun, 16 Aug 1998 11:28:39 +0000 (11:28 +0000)] 
added one extra check for emptyness

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

26 years agoChanged wxMenu::GetTitle to return a wxString.
Julian Smart [Sun, 16 Aug 1998 08:03:13 +0000 (08:03 +0000)] 
Changed wxMenu::GetTitle to return a wxString.

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

26 years agoMore wxGTK work.
Robin Dunn [Sun, 16 Aug 1998 04:31:11 +0000 (04:31 +0000)] 
More wxGTK work.

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

26 years agoupdated email address
Robin Dunn [Sun, 16 Aug 1998 04:30:03 +0000 (04:30 +0000)] 
updated email address

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

26 years agoKarsten's correction undone - this code is (was) correct!
Vadim Zeitlin [Sun, 16 Aug 1998 01:37:16 +0000 (01:37 +0000)] 
Karsten's correction undone - this code is (was) correct!

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

26 years agoAdded configure option --with-dmalloc to use the dmalloc memory debugging library.
Karsten Ballüder [Sat, 15 Aug 1998 23:52:16 +0000 (23:52 +0000)] 
Added configure option --with-dmalloc to use the dmalloc memory debugging library.

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

26 years ago'&' are removed from checkbox labels (all controls should call
Vadim Zeitlin [Sat, 15 Aug 1998 21:05:06 +0000 (21:05 +0000)] 
'&' are removed from checkbox labels (all controls should call
wxControl::SetLabel and use m_label which contains the label without '&')

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

26 years agoadded default values for ax size arguments of SetSizeHints (for msw
Vadim Zeitlin [Sat, 15 Aug 1998 21:03:28 +0000 (21:03 +0000)] 
added default values for ax size arguments of SetSizeHints (for msw
compatibility)

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

26 years agoSmall changes after Robert's edits
Julian Smart [Sat, 15 Aug 1998 20:10:16 +0000 (20:10 +0000)] 
Small changes after Robert's edits

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

26 years ago Fixed my own Makefile bug
Robert Roebling [Sat, 15 Aug 1998 18:58:26 +0000 (18:58 +0000)] 
  Fixed my own Makefile bug
  New INSTALL
  Fixed path in imrc

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

26 years agofixed GetSelection() inversion bug
Karsten Ballüder [Sat, 15 Aug 1998 18:47:23 +0000 (18:47 +0000)] 
fixed GetSelection() inversion bug

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

26 years agoAdded isosurf wxGLCanvas sample, cured OnPaint bug (missing wxPaintDC object)
Julian Smart [Sat, 15 Aug 1998 17:48:39 +0000 (17:48 +0000)] 
Added isosurf wxGLCanvas sample, cured OnPaint bug (missing wxPaintDC object)

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

26 years agofixed a logical error (! isempty) instead of isempty
Karsten Ballüder [Sat, 15 Aug 1998 17:05:48 +0000 (17:05 +0000)] 
fixed a logical error (! isempty) instead of isempty

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

26 years ago Added graying out of menus and buttons
Robert Roebling [Sat, 15 Aug 1998 15:59:43 +0000 (15:59 +0000)] 
  Added graying out of menus and buttons

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

26 years ago DialogEd's missing icons.
Robert Roebling [Sat, 15 Aug 1998 15:23:47 +0000 (15:23 +0000)] 
  DialogEd's missing icons.

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

26 years ago DialogEd now compiles, links and runs under wxGTK
Robert Roebling [Sat, 15 Aug 1998 14:45:04 +0000 (14:45 +0000)] 
  DialogEd now compiles, links and runs under wxGTK
  I didn't say it worked, eh.

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

26 years agoDP: Just came back from 3 days fishing and found that forget to commit some
Denis Pershin [Sat, 15 Aug 1998 14:42:09 +0000 (14:42 +0000)] 
DP: Just came back from 3 days fishing and found that forget to commit some
changes.

GetBitmap added

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

26 years ago Added wxPropList library
Robert Roebling [Sat, 15 Aug 1998 13:20:52 +0000 (13:20 +0000)] 
  Added wxPropList library

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

26 years agoAdded GLCanvas library (Win only at present).
Julian Smart [Sat, 15 Aug 1998 12:43:34 +0000 (12:43 +0000)] 
Added GLCanvas library (Win only at present).

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

26 years ago2 GnuWin32 compile bugs fixed, incl. printf bug in prntdlgg that sent GnuWin32
Julian Smart [Sat, 15 Aug 1998 12:30:42 +0000 (12:30 +0000)] 
2 GnuWin32 compile bugs fixed, incl. printf bug in prntdlgg that sent GnuWin32
into an endless loop

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

26 years ago Resource sample works now, apart from
Robert Roebling [Sat, 15 Aug 1998 12:06:45 +0000 (12:06 +0000)] 
  Resource sample works now, apart from
   wxRadioBox, which is #ifdef 0 in
   resource.cpp
  Fixed tiny thing in resource.cpp

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

26 years ago See last changelog
Robert Roebling [Sat, 15 Aug 1998 10:52:09 +0000 (10:52 +0000)] 
  See last changelog

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

26 years ago Makefile fixes
Robert Roebling [Sat, 15 Aug 1998 10:47:47 +0000 (10:47 +0000)] 
  Makefile fixes
  Added resource sample (segvs)
  Added functions to menu, mdi, frame, dialog, window
    that were missing e.g. in wxPython

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

26 years ago- Moved the header in the .i files out of the code that gets put into
Robin Dunn [Sat, 15 Aug 1998 07:36:54 +0000 (07:36 +0000)] 
- Moved the header in the .i files out of the code that gets put into
the .cpp files.  It caused CVS conflicts because of the RCS ID being
different each time.

- A few minor fixes.

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

26 years agoChanges mostly as a result of __WXSTUBS__ compilation. The stubs code now
Julian Smart [Sat, 15 Aug 1998 00:23:28 +0000 (00:23 +0000)] 
Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now
compiles under Windows with VC++. Also OGL enhancements espec. wxDrawnShape.

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

26 years agoBeginings of wxGTK compatibility
Robin Dunn [Fri, 14 Aug 1998 23:36:49 +0000 (23:36 +0000)] 
Beginings of wxGTK compatibility

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

26 years ago Added validation support
Robert Roebling [Fri, 14 Aug 1998 22:53:21 +0000 (22:53 +0000)] 
  Added validation support
  Fixed a few minor things in wxGrid
  Fixed bug in SetClippingregion
  Disabled SetDefault again
  Fixed bug in AddChild, SetSize et al.
  Add PROCESS_ENTER and wxEVT_TEXT_CHANGE
  Renamed OnOk -> OnOK
  Added a few compatibilty functions
  Added code to make iinterception
    of events possible and work

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

26 years agowxLogWindoe changed again: now takes a parent frame in ctor
Vadim Zeitlin [Fri, 14 Aug 1998 21:49:27 +0000 (21:49 +0000)] 
wxLogWindoe changed again: now takes a parent frame in ctor

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

26 years agoa small GUI glitch corrected (if a frame with child frames was resized, it
Vadim Zeitlin [Fri, 14 Aug 1998 21:47:49 +0000 (21:47 +0000)] 
a small GUI glitch corrected (if a frame with child frames was resized, it
was lowered below it's children)

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

26 years agoWM_MOVE processing added (wxMoveEvent generated)
Vadim Zeitlin [Fri, 14 Aug 1998 21:41:53 +0000 (21:41 +0000)] 
WM_MOVE processing added (wxMoveEvent generated)

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

26 years ago-somewhat more elegant method, supporting the src subdir (-Markus)
Unknown (AN) [Fri, 14 Aug 1998 20:12:00 +0000 (20:12 +0000)] 
-somewhat more elegant method, supporting the src subdir (-Markus)

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

26 years agoadded option to hide page controls
Karsten Ballüder [Fri, 14 Aug 1998 11:20:00 +0000 (11:20 +0000)] 
added option to hide page controls

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

26 years agowxToolBarBase -> wxToolBar
Julian Smart [Fri, 14 Aug 1998 11:15:17 +0000 (11:15 +0000)] 
wxToolBarBase -> wxToolBar

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

26 years agoprinting works, page number controls are hidden
Karsten Ballüder [Fri, 14 Aug 1998 11:02:39 +0000 (11:02 +0000)] 
printing works, page number controls are hidden
portrait/landscape doesn't work, pages are printed wrong

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

26 years ago Added wxRadioButton (not tested)
Robert Roebling [Fri, 14 Aug 1998 10:07:38 +0000 (10:07 +0000)] 
  Added wxRadioButton (not tested)
  Added wxValidator to constructros
  Added resource.cpp
  Added parser stuff
  Added the coolest Makefile.in
  Added callbacks to Menu
  Changed parser.y to include lexer.c for wxGTK
    (Is that right?)
  Can't remeber havning changed the printing stuff.

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

26 years agoadded printing
Karsten Ballüder [Fri, 14 Aug 1998 08:33:33 +0000 (08:33 +0000)] 
added printing

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

26 years agomade pre-compiling the python files optional
Robin Dunn [Fri, 14 Aug 1998 03:34:23 +0000 (03:34 +0000)] 
made pre-compiling the python files optional

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

26 years agoremoved some definitions that got removed from defs.h
Robin Dunn [Fri, 14 Aug 1998 03:16:39 +0000 (03:16 +0000)] 
removed some definitions that got removed from defs.h

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

26 years ago-Debian glibc2 system is 'linux-gnu', not 'Linux';updated .cvsignore's -Markus
Unknown (AN) [Thu, 13 Aug 1998 11:45:43 +0000 (11:45 +0000)] 
-Debian glibc2 system is 'linux-gnu', not 'Linux';updated .cvsignore's -Markus

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

26 years agoAttempting to check in this wretched cursor again. Also added SetAcceleratorTable
Julian Smart [Thu, 13 Aug 1998 10:19:16 +0000 (10:19 +0000)] 
Attempting to check in this wretched cursor again. Also added SetAcceleratorTable
to wxWindow, GnuWin32 fix in registry.h.

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

26 years agoFixed compile bug in dropsrc.cpp (constr. arg); GnuWin32 fix in registry.cpp;
Julian Smart [Thu, 13 Aug 1998 10:16:03 +0000 (10:16 +0000)] 
Fixed compile bug in dropsrc.cpp (constr. arg); GnuWin32 fix in registry.cpp;
combobox event fix; moved SetAcceleratorTable down to window.h/cpp

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

26 years agointegrated my latest changes and Vadim's fixes on top of that
Karsten Ballüder [Thu, 13 Aug 1998 10:03:26 +0000 (10:03 +0000)] 
integrated my latest changes and Vadim's fixes on top of that
Compiles, but works?

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

26 years ago Added ToogleTool from Markus
Robert Roebling [Thu, 13 Aug 1998 09:11:23 +0000 (09:11 +0000)] 
  Added ToogleTool from Markus

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

26 years agowxWindow::MSWOnHScroll changed to call the default handler if the message isn't
Vadim Zeitlin [Wed, 12 Aug 1998 22:44:51 +0000 (22:44 +0000)] 
wxWindow::MSWOnHScroll changed to call the default handler if the message isn't
processed (earlier it wasn't called in some cases)

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

26 years agostack overflow when clicking on the arrow in a notebook fixed
Vadim Zeitlin [Wed, 12 Aug 1998 22:42:01 +0000 (22:42 +0000)] 
stack overflow when clicking on the arrow in a notebook fixed

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

26 years agosuppressed VC++ 5.0 bool to int conversion warning (when compiling with
Vadim Zeitlin [Wed, 12 Aug 1998 22:41:02 +0000 (22:41 +0000)] 
suppressed VC++ 5.0 bool to int conversion warning (when compiling with
USE_RESSOURCE_LOADING_IN_MSW only)

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

26 years agoone more minor wxLogWindow fix (I try to get it really right...)
Vadim Zeitlin [Wed, 12 Aug 1998 22:38:30 +0000 (22:38 +0000)] 
one more minor wxLogWindow fix (I try to get it really right...)

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

26 years agoadded a "wxWindow *" (unused) argument for wxGTK compatibility
Vadim Zeitlin [Wed, 12 Aug 1998 22:37:20 +0000 (22:37 +0000)] 
added a "wxWindow *" (unused) argument for wxGTK compatibility

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

26 years agoexplicit SetSelection/SetOldSelection methods added to wxNotebookEvent
Vadim Zeitlin [Wed, 12 Aug 1998 22:36:21 +0000 (22:36 +0000)] 
explicit SetSelection/SetOldSelection methods added to wxNotebookEvent

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

26 years ago Forgot this one.
Robert Roebling [Wed, 12 Aug 1998 21:39:12 +0000 (21:39 +0000)] 
  Forgot this one.

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

26 years ago Added PushEventHandler, Pop...
Robert Roebling [Wed, 12 Aug 1998 21:24:51 +0000 (21:24 +0000)] 
  Added PushEventHandler, Pop...
  Corrected spelling of SetEventhandler
  Fixed two bugs in wxGenericPrintDlg
  Tried in vain to make printing of icons work.
    It now prints black on black, mostly.

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

26 years agohad to modify it (added one pixel...) to be able to commit: the file in the
Vadim Zeitlin [Wed, 12 Aug 1998 20:57:08 +0000 (20:57 +0000)] 
had to modify it (added one pixel...) to be able to commit: the file in the
repository was indeed corrupted (as noticed by Robin a couple of days ago)

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

26 years agofile d&d (re)enabled under Windows
Vadim Zeitlin [Wed, 12 Aug 1998 20:30:23 +0000 (20:30 +0000)] 
file d&d (re)enabled under Windows

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

26 years agoLooks like I've fixed the editing
Karsten Ballüder [Wed, 12 Aug 1998 16:14:15 +0000 (16:14 +0000)] 
Looks like I've fixed the editing
bugs. Delete/Insert/Home/End/Ctrl-Delete all work as expected.
Cursor gets redrawn properly.
Scroll-to-cursor still missing.

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

26 years ago Added wxFrame::OnCreateStatusBar and ToolBar
Robert Roebling [Wed, 12 Aug 1998 11:44:33 +0000 (11:44 +0000)] 
  Added wxFrame::OnCreateStatusBar and ToolBar
  Added wxWindow::Raise and Lower

  There isn't going to be wxFrame::SetToolBar.

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

26 years agoreplaced by stubs files
Karsten Ballüder [Wed, 12 Aug 1998 09:16:21 +0000 (09:16 +0000)] 
replaced by stubs files

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

26 years agofixed mysterious mistakes
Karsten Ballüder [Wed, 12 Aug 1998 08:50:25 +0000 (08:50 +0000)] 
fixed mysterious mistakes

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

26 years agoCursor and insert/delete work much better now, code streamlined, still
Karsten Ballüder [Wed, 12 Aug 1998 08:33:34 +0000 (08:33 +0000)] 
Cursor and insert/delete work much better now, code streamlined, still
a minor problem left.

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

26 years agomore minor changes to wxLogWindow
Vadim Zeitlin [Tue, 11 Aug 1998 21:14:47 +0000 (21:14 +0000)] 
more minor changes to wxLogWindow

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

26 years ago'\\' can be used to suppress special meaning in '%' and '$' in wxExpandEnvVars
Vadim Zeitlin [Tue, 11 Aug 1998 21:12:06 +0000 (21:12 +0000)] 
'\\' can be used to suppress special meaning in '%' and '$' in wxExpandEnvVars

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

26 years agostatic wxFile::Access() added
Vadim Zeitlin [Tue, 11 Aug 1998 21:04:48 +0000 (21:04 +0000)] 
static wxFile::Access() added

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

26 years agostatic wxFile::Access() added (access() isn't ANSI neither...)
Vadim Zeitlin [Tue, 11 Aug 1998 21:03:57 +0000 (21:03 +0000)] 
static wxFile::Access() added (access() isn't ANSI neither...)

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

26 years agocontrols.cpp didn't compile - missing MyTextCtrl declaration added (and what
Vadim Zeitlin [Tue, 11 Aug 1998 12:44:33 +0000 (12:44 +0000)] 
controls.cpp didn't compile - missing MyTextCtrl declaration added (and what
OnRightButton is supposed to do?)

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

26 years agodeleted
Karsten Ballüder [Tue, 11 Aug 1998 11:53:55 +0000 (11:53 +0000)] 
deleted

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

26 years agoAdded empty Raise() and Lower() methods for compatibilty.
Karsten Ballüder [Tue, 11 Aug 1998 09:51:04 +0000 (09:51 +0000)] 
Added empty Raise() and Lower() methods for compatibilty.

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

26 years agoTypo fixes
Robin Dunn [Mon, 10 Aug 1998 23:23:05 +0000 (23:23 +0000)] 
Typo fixes

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

26 years agoSince wxREADONLY has disappeared, I had to change to wxTE_READONLY
Robin Dunn [Mon, 10 Aug 1998 22:22:25 +0000 (22:22 +0000)] 
Since wxREADONLY has disappeared, I had to change to wxTE_READONLY
in order to compile.

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

26 years agoSmall modifications
Denis Pershin [Mon, 10 Aug 1998 19:57:59 +0000 (19:57 +0000)] 
Small modifications

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

26 years agoDP: GetBitmap() added to wxImageList
Denis Pershin [Mon, 10 Aug 1998 18:09:07 +0000 (18:09 +0000)] 
DP: GetBitmap() added to wxImageList

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

26 years agoDP: native wxTreeCtrl for GTK.
Denis Pershin [Mon, 10 Aug 1998 17:53:44 +0000 (17:53 +0000)] 
DP: native wxTreeCtrl for GTK.
It *should* be buggy... Cause I do not know GTK...
But it works... I do not know why... Robert, please look at it...
I am not sure that it is ok...

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

26 years agoVarious Dialog Editor-related mods; Dlg Ed. getting usable now under MSW.
Julian Smart [Mon, 10 Aug 1998 13:48:12 +0000 (13:48 +0000)] 
Various Dialog Editor-related mods; Dlg Ed. getting usable now under MSW.

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

26 years agoMod to allow hit-test on static to succeed.
Julian Smart [Mon, 10 Aug 1998 13:41:22 +0000 (13:41 +0000)] 
Mod to allow hit-test on static to succeed.

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

26 years agoadded correct coordinate handling
Karsten Ballüder [Mon, 10 Aug 1998 09:21:28 +0000 (09:21 +0000)] 
added correct coordinate handling

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

26 years agoDP: Robert's mistake with incorrect var name corrected.
Denis Pershin [Sun, 9 Aug 1998 19:42:11 +0000 (19:42 +0000)] 
DP: Robert's mistake with incorrect var name corrected.
It even does not compile.

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

26 years agoI didn't mean for this to be in the repository...
Robin Dunn [Sun, 9 Aug 1998 17:26:41 +0000 (17:26 +0000)] 
I didn't mean for this to be in the repository...

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

26 years agoMiscellaneous, mostly cosmetic changes. wxPen/wxFont/wxBrush altered so Set...
Julian Smart [Sun, 9 Aug 1998 16:46:37 +0000 (16:46 +0000)] 
Miscellaneous, mostly cosmetic changes. wxPen/wxFont/wxBrush altered so Set...
functions don't change shared objects.

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

26 years agoStub header changes.
Julian Smart [Sun, 9 Aug 1998 16:31:10 +0000 (16:31 +0000)] 
Stub header changes.

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

26 years agoAdded stubs .cpp files.
Julian Smart [Sun, 9 Aug 1998 16:27:07 +0000 (16:27 +0000)] 
Added stubs .cpp files.

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

26 years ago Added Pop-up menus.
Robert Roebling [Sun, 9 Aug 1998 13:06:25 +0000 (13:06 +0000)] 
  Added Pop-up menus.
  Hunted down bug in dnd
  Changed widget, that wxWin connects to in certain
  case (in controls, where m_widget is not the connect
  widget, such as list control and text control)
  Compile fixes all over

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

26 years agoInitial version
Robin Dunn [Sun, 9 Aug 1998 08:31:08 +0000 (08:31 +0000)] 
Initial version

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

26 years agoMade NOPCH overridable
Robin Dunn [Sun, 9 Aug 1998 07:15:59 +0000 (07:15 +0000)] 
Made NOPCH overridable

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

26 years agowxWarning replaced with wxLogWarning (to solve the compilation problems due
Vadim Zeitlin [Sat, 8 Aug 1998 22:14:17 +0000 (22:14 +0000)] 
wxWarning replaced with wxLogWarning (to solve the compilation problems due
to wxWarning's const incorrectness)

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

26 years agoWXFARPROC prototyped as `typedef int (__stdcall *WXFARPROC)()' (does Borland
Vadim Zeitlin [Sat, 8 Aug 1998 22:08:04 +0000 (22:08 +0000)] 
WXFARPROC prototyped as `typedef int (__stdcall *WXFARPROC)()' (does Borland
understand __stdcall?) to make the program compile with VC++

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

26 years agoSetBackgroundColour() call is now done after the window is created, not before
Vadim Zeitlin [Sat, 8 Aug 1998 21:42:39 +0000 (21:42 +0000)] 
SetBackgroundColour() call is now done after the window is created, not before
(in which case ListCtrl_SetBkColor fails because it's called with HWND = 0)

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

26 years agowxDeleteStockLists() used (instead of duplicating part of it's code)
Vadim Zeitlin [Sat, 8 Aug 1998 21:40:45 +0000 (21:40 +0000)] 
wxDeleteStockLists() used (instead of duplicating part of it's code)

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

26 years agoextra memory amount allocated for string data reduced to the paragraph multiple:
Vadim Zeitlin [Sat, 8 Aug 1998 21:39:43 +0000 (21:39 +0000)] 
extra memory amount allocated for string data reduced to the paragraph multiple:
so, in principle, it shouldn't waste any memory at all now (unless someone finds
a malloc implementation which is capable of allocation less than 16 bytes)

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

26 years agosome minor changes in wxLogWindow
Vadim Zeitlin [Sat, 8 Aug 1998 21:38:22 +0000 (21:38 +0000)] 
some minor changes in wxLogWindow

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

26 years ago Correct the wxButton::Setlabel nonsense
Robert Roebling [Sat, 8 Aug 1998 13:44:36 +0000 (13:44 +0000)] 
  Correct the wxButton::Setlabel nonsense
  Added wxFrame::SetClientSize

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

26 years ago Added wxDC:DrawPolygone
Robert Roebling [Sat, 8 Aug 1998 13:11:54 +0000 (13:11 +0000)] 
  Added wxDC:DrawPolygone
  Corrected wxBitmap::SetLabel
  Added wxASSERT here and there
  wxDropSource:DoDrop() now returns Cancel when supposed to

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

26 years agoAdded stub include files; also a couple more Dialog Editor files.
Julian Smart [Sat, 8 Aug 1998 09:19:47 +0000 (09:19 +0000)] 
Added stub include files; also a couple more Dialog Editor files.

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

26 years agoDP: framecmn.o & wincmn.o were duplicated...
Denis Pershin [Sat, 8 Aug 1998 06:56:37 +0000 (06:56 +0000)] 
DP: framecmn.o & wincmn.o were duplicated...

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

26 years agoAnother small modification... Sorry for CVS list overloading...
Denis Pershin [Sat, 8 Aug 1998 06:38:16 +0000 (06:38 +0000)] 
Another small modification... Sorry for CVS list overloading...

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

26 years agoSmall modification
Denis Pershin [Sat, 8 Aug 1998 06:36:33 +0000 (06:36 +0000)] 
Small modification

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

26 years agoLooks like I did that...
Denis Pershin [Sat, 8 Aug 1998 06:30:11 +0000 (06:30 +0000)] 
Looks like I did that...

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

26 years agoThird try to commit....
Denis Pershin [Sat, 8 Aug 1998 06:27:27 +0000 (06:27 +0000)] 
Third try to commit....

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

26 years agoDP:
Denis Pershin [Sat, 8 Aug 1998 05:20:46 +0000 (05:20 +0000)] 
DP:
1. _() calls added where needed.
2. const added in params in postscrp.[h,cpp] in order to compile with
_().
3. Some .cvsignore added. (I did not found any .cvsignore in repository,
it is rather hard to compile something without them...)

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

26 years agoFixed various wxMSW compile problems that came down the telephone line...
Julian Smart [Fri, 7 Aug 1998 23:52:45 +0000 (23:52 +0000)] 
Fixed various wxMSW compile problems that came down the telephone line...
plus wxTreeCtrl::EditLabel/EndEditLabel, dialog editor stuff, wxMSW header changes,
doc changes. Sorry about the quantity :-(

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

26 years agostray #include "wincmn.cpp" removed
Vadim Zeitlin [Fri, 7 Aug 1998 22:38:30 +0000 (22:38 +0000)] 
stray #include "wincmn.cpp" removed

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

26 years agowxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the
Vadim Zeitlin [Fri, 7 Aug 1998 22:30:12 +0000 (22:30 +0000)] 
wxTREE_INSERT_XXX constants were incorrectly defined (and so inserting the
items at the end, for example, didn't work)

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