]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agoUse generic font dialog for wxCocoa
David Elliott [Sat, 22 Mar 2003 06:03:07 +0000 (06:03 +0000)] 
Use generic font dialog for wxCocoa

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

21 years ago- forward declare wxDC for use as a pointer or reference parameter in
David Elliott [Sat, 22 Mar 2003 06:00:12 +0000 (06:00 +0000)] 
- forward declare wxDC for use as a pointer or reference parameter in
  wxDCBase methods
- Include wxCocoa specific header

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

21 years ago- Modify #if to include wxCocoa as a platform using wxBitmapBase
David Elliott [Sat, 22 Mar 2003 05:57:18 +0000 (05:57 +0000)] 
- Modify #if to include wxCocoa as a platform using wxBitmapBase
- Include wxCocoa specific header

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

21 years ago- Include wxCocoa specific header
David Elliott [Sat, 22 Mar 2003 05:55:53 +0000 (05:55 +0000)] 
- Include wxCocoa specific header
- Use the normal UNIX IMPLEMENT_WXWIN_MAIN macro

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

21 years agoFIXME: Complete stubs or other cruft necessary to make wxCocoa build
David Elliott [Sat, 22 Mar 2003 02:56:04 +0000 (02:56 +0000)] 
FIXME: Complete stubs or other cruft necessary to make wxCocoa build

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

21 years agoAdded more files containing original code and empty stubs
David Elliott [Sat, 22 Mar 2003 02:38:01 +0000 (02:38 +0000)] 
Added more files containing original code and empty stubs

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

21 years agoChecked in WXWIN=$(WXDIR) hack as per Vadim's request
David Elliott [Sat, 22 Mar 2003 01:44:49 +0000 (01:44 +0000)] 
Checked in WXWIN=$(WXDIR) hack as per Vadim's request

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

21 years agofixed MSLU link
Václav Slavík [Fri, 21 Mar 2003 23:14:26 +0000 (23:14 +0000)] 
fixed MSLU link

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

21 years agono need to check for 2.3.0 anymore
Václav Slavík [Fri, 21 Mar 2003 23:12:29 +0000 (23:12 +0000)] 
no need to check for 2.3.0 anymore

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

21 years ago(real) compilation fix after previous commit(s)
Vadim Zeitlin [Fri, 21 Mar 2003 21:04:31 +0000 (21:04 +0000)] 
(real) compilation fix after previous commit(s)

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

21 years ago(blind) compilation fix after last commit
Vadim Zeitlin [Fri, 21 Mar 2003 20:40:40 +0000 (20:40 +0000)] 
(blind) compilation fix after last commit

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

21 years agoAdded more original works and stubs
David Elliott [Fri, 21 Mar 2003 20:25:09 +0000 (20:25 +0000)] 
Added more original works and stubs

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

21 years agoAdded original works and stubs to CVS repository
David Elliott [Fri, 21 Mar 2003 19:51:47 +0000 (19:51 +0000)] 
Added original works and stubs to CVS repository

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

21 years agoVarious changes for wxCocoa
David Elliott [Fri, 21 Mar 2003 17:09:18 +0000 (17:09 +0000)] 
Various changes for wxCocoa
- Check for __WXCOCOA__ as an acceptable definition for a GUI
- Where __WXMAC__ is used to mean "running on a mac" check for
  one of __WXMAC__ or __WXCOCOA__
- Add the obligatory __WXCOCOA__ definitions section

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

21 years agoAdded wxCocoa files.lst. There are not yet any wxCocoa source files.
David Elliott [Fri, 21 Mar 2003 16:44:26 +0000 (16:44 +0000)] 
Added wxCocoa files.lst.  There are not yet any wxCocoa source files.

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

21 years agoGenerate src/cocoa/files.lst using the new cocoa.t
David Elliott [Fri, 21 Mar 2003 16:29:17 +0000 (16:29 +0000)] 
Generate src/cocoa/files.lst using the new cocoa.t

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

21 years agoAdd code to handle Cocoa, CocoaH, and CocoaR
David Elliott [Fri, 21 Mar 2003 16:22:40 +0000 (16:22 +0000)] 
Add code to handle Cocoa, CocoaH, and CocoaR

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

21 years agoAdded tmake template for wxCocoa, heavily derived from wxMac's mac.t
David Elliott [Fri, 21 Mar 2003 16:19:22 +0000 (16:19 +0000)] 
Added tmake template for wxCocoa, heavily derived from wxMac's mac.t

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

21 years agoCopyright correction
Julian Smart [Fri, 21 Mar 2003 15:43:19 +0000 (15:43 +0000)] 
Copyright correction

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

21 years agoCopyright correction
Julian Smart [Fri, 21 Mar 2003 15:30:17 +0000 (15:30 +0000)] 
Copyright correction

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

21 years agoCopyright correction
Julian Smart [Fri, 21 Mar 2003 15:24:24 +0000 (15:24 +0000)] 
Copyright correction

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

21 years agoCopyright corrections
Julian Smart [Fri, 21 Mar 2003 14:36:39 +0000 (14:36 +0000)] 
Copyright corrections

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

21 years agoCopyright correction
Julian Smart [Fri, 21 Mar 2003 14:35:05 +0000 (14:35 +0000)] 
Copyright correction

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

21 years agofix memory leak as Dimitri suggested
Chris Elliott [Fri, 21 Mar 2003 10:10:16 +0000 (10:10 +0000)] 
fix memory leak as Dimitri suggested

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

21 years agoAdded support for building wxCocoa
David Elliott [Fri, 21 Mar 2003 05:13:45 +0000 (05:13 +0000)] 
Added support for building wxCocoa

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

21 years agoAdded stub COCOA_DIST target with TODO comment
David Elliott [Fri, 21 Mar 2003 05:02:17 +0000 (05:02 +0000)] 
Added stub COCOA_DIST target with TODO comment

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

21 years agoAppend .mm to .SUFFIXES list
David Elliott [Fri, 21 Mar 2003 03:27:39 +0000 (03:27 +0000)] 
Append .mm to .SUFFIXES list
Add .mm.o rule (exact copy of .cxx.o)

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

21 years agoUpdated menu Appends to remove ambiguity that BCC complained about
Michael Bedward [Fri, 21 Mar 2003 03:23:27 +0000 (03:23 +0000)] 
Updated menu Appends to remove ambiguity that BCC complained about

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

21 years agoAllow headers to be compiled in Objective-C++ mode
David Elliott [Fri, 21 Mar 2003 02:58:55 +0000 (02:58 +0000)] 
Allow headers to be compiled in Objective-C++ mode

Changed id to one of:
winid   Window IDs and event system
itemid  Menu items
toolid  Toolbar items

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

21 years ago Changed g95.t according to my last changes to makefile.g95,
Mattia Barbon [Thu, 20 Mar 2003 20:31:43 +0000 (20:31 +0000)] 
  Changed g95.t according to my last changes to makefile.g95,
and regenerated it. Updated changes.txt.

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

21 years ago makefile.g95 now adds _cyg or _min suffix to libraries/DLLs, as
Mattia Barbon [Thu, 20 Mar 2003 17:45:38 +0000 (17:45 +0000)] 
  makefile.g95 now adds _cyg or _min suffix to libraries/DLLs, as
per the discussion on wx-dev.

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

21 years agoAdded more things to remove; added a couple of wxGTK items
Julian Smart [Wed, 19 Mar 2003 21:40:05 +0000 (21:40 +0000)] 
Added more things to remove; added a couple of wxGTK items

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

21 years agoRemoved conflict indicators
Julian Smart [Wed, 19 Mar 2003 19:20:44 +0000 (19:20 +0000)] 
Removed conflict indicators

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

21 years agoRemoved some deprecated usage
Julian Smart [Wed, 19 Mar 2003 17:24:06 +0000 (17:24 +0000)] 
Removed some deprecated usage

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

21 years agofixed bad overflow bug in wxX11 timer
Vadim Zeitlin [Wed, 19 Mar 2003 16:57:30 +0000 (16:57 +0000)] 
fixed bad overflow bug in wxX11 timer

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

21 years agoadded simplified chinese translations
Vadim Zeitlin [Wed, 19 Mar 2003 10:55:33 +0000 (10:55 +0000)] 
added simplified chinese translations

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

21 years agoApplied a modification of Patch #704995 which changes how the lines
Robin Dunn [Wed, 19 Mar 2003 01:01:14 +0000 (01:01 +0000)] 
Applied a modification of Patch #704995 which changes how the lines
are drawn such that only the visible portions are drawn.  This is
because (I think) if the length of the line is > 32k then on at least
Win9x and GTK 1.2 the line will wrap around to the other end of the
tree ctrl...

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

21 years agoFormatting tidy-up
Julian Smart [Tue, 18 Mar 2003 15:26:37 +0000 (15:26 +0000)] 
Formatting tidy-up

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

21 years agoSome code tidying; removing dibutils.cpp which
Julian Smart [Tue, 18 Mar 2003 15:08:21 +0000 (15:08 +0000)] 
Some code tidying; removing dibutils.cpp which
doesn't seem to be used any more

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

21 years agomore LaTeX fixes
Václav Slavík [Mon, 17 Mar 2003 18:57:50 +0000 (18:57 +0000)] 
more LaTeX fixes

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

21 years agoAdded list of things to remove
Julian Smart [Mon, 17 Mar 2003 17:14:04 +0000 (17:14 +0000)] 
Added list of things to remove

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

21 years agosome more details
Vadim Zeitlin [Mon, 17 Mar 2003 16:14:01 +0000 (16:14 +0000)] 
some more details

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

21 years agoCorrected copyright
Julian Smart [Mon, 17 Mar 2003 14:00:48 +0000 (14:00 +0000)] 
Corrected copyright

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

21 years agoCorrected copyright information
Julian Smart [Mon, 17 Mar 2003 13:41:00 +0000 (13:41 +0000)] 
Corrected copyright information

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

21 years agorespect Veto()ing the column resize events; added test for this in the sample
Vadim Zeitlin [Mon, 17 Mar 2003 13:24:45 +0000 (13:24 +0000)] 
respect Veto()ing the column resize events; added test for this in the sample

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

21 years agoCorrected copyright
Julian Smart [Mon, 17 Mar 2003 12:27:00 +0000 (12:27 +0000)] 
Corrected copyright

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

21 years agoCorrected copyright message
Julian Smart [Mon, 17 Mar 2003 12:22:02 +0000 (12:22 +0000)] 
Corrected copyright message

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

21 years agoFixed copyrights, corrected licence spelling
Julian Smart [Mon, 17 Mar 2003 12:03:24 +0000 (12:03 +0000)] 
Fixed copyrights, corrected licence spelling

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

21 years agoFixed copyrights and licence spelling
Julian Smart [Mon, 17 Mar 2003 11:55:54 +0000 (11:55 +0000)] 
Fixed copyrights and licence spelling

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

21 years agoFixed copyrights and licence spelling
Julian Smart [Mon, 17 Mar 2003 11:28:33 +0000 (11:28 +0000)] 
Fixed copyrights and licence spelling

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

21 years agoFixed copyright and licence spelling
Julian Smart [Mon, 17 Mar 2003 11:24:30 +0000 (11:24 +0000)] 
Fixed copyright and licence spelling

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

21 years agoRemoved erroneous copyright names and corrected licence spelling
Julian Smart [Mon, 17 Mar 2003 11:23:28 +0000 (11:23 +0000)] 
Removed erroneous copyright names and corrected licence spelling

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

21 years agoRemoved erroneous copyright names and corrected licence spelling
Julian Smart [Mon, 17 Mar 2003 10:34:04 +0000 (10:34 +0000)] 
Removed erroneous copyright names and corrected licence spelling

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

21 years agoDon't use images for wxNotebook because of crash
Julian Smart [Mon, 17 Mar 2003 09:38:55 +0000 (09:38 +0000)] 
Don't use images for wxNotebook because of crash

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

21 years agobackport SetFonts
Václav Slavík [Sun, 16 Mar 2003 23:09:51 +0000 (23:09 +0000)] 
backport SetFonts

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

21 years ago Fixed (native) wxComboBox::SetSelection and
Mattia Barbon [Sun, 16 Mar 2003 20:40:35 +0000 (20:40 +0000)] 
  Fixed (native) wxComboBox::SetSelection and
wxListBox/wxComboBox::GetString.

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

21 years agoLaTeX compilation fixes again
Václav Slavík [Sun, 16 Mar 2003 20:34:07 +0000 (20:34 +0000)] 
LaTeX compilation fixes again

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

21 years agoapplied patch adding SetFonts to wxHTML printing classes and allowing NULL sizes...
Václav Slavík [Sun, 16 Mar 2003 20:30:26 +0000 (20:30 +0000)] 
applied patch adding SetFonts to wxHTML printing classes and allowing NULL sizes list

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

21 years agofix wxrc-generated c++ code to work in Unicode mode (patch #704064)
Václav Slavík [Sun, 16 Mar 2003 20:27:15 +0000 (20:27 +0000)] 
fix wxrc-generated c++ code to work in Unicode mode (patch #704064)

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

21 years ago Text attributes for GTK2.
Robert Roebling [Sun, 16 Mar 2003 13:47:47 +0000 (13:47 +0000)] 
  Text attributes for GTK2.

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

21 years ago Better scrolling to cursor.
Robert Roebling [Sun, 16 Mar 2003 13:28:56 +0000 (13:28 +0000)] 
  Better scrolling to cursor.

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

21 years agoAdded RCS ID
Julian Smart [Sun, 16 Mar 2003 13:19:24 +0000 (13:19 +0000)] 
Added RCS ID

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

21 years agoTidied some wording, added configtool
Julian Smart [Sun, 16 Mar 2003 13:16:52 +0000 (13:16 +0000)] 
Tidied some wording, added configtool

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

21 years agono message
Stefan Csomor [Sun, 16 Mar 2003 10:13:20 +0000 (10:13 +0000)] 
no message

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

21 years ago Derive wxBitmapButton from wxBitmapButtonBase + misc cleanup.
Mattia Barbon [Sun, 16 Mar 2003 08:50:21 +0000 (08:50 +0000)] 
  Derive wxBitmapButton from wxBitmapButtonBase + misc cleanup.

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

21 years ago Prevent wxChoice from resizing when items are added/deleted. Corrected
Mattia Barbon [Sun, 16 Mar 2003 08:41:04 +0000 (08:41 +0000)] 
  Prevent wxChoice from resizing when items are added/deleted. Corrected
DoGetBestSize.

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

21 years ago Add wxRTTI to generic wxDirDialog.
Mattia Barbon [Fri, 14 Mar 2003 20:08:45 +0000 (20:08 +0000)] 
  Add wxRTTI to generic wxDirDialog.

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

21 years ago Remove explicit casts to (const char *), and replace it with .c_str();
Mattia Barbon [Fri, 14 Mar 2003 20:07:03 +0000 (20:07 +0000)] 
  Remove explicit casts to (const char *), and replace it with .c_str();
use wxConstCast instead of explicit casts to char*.

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

21 years agofix build for borland 5.0
Chris Elliott [Fri, 14 Mar 2003 10:47:51 +0000 (10:47 +0000)] 
fix build for borland 5.0

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

21 years agoadded TARGETDEF to use a def file if one exists
Michael Bedward [Fri, 14 Mar 2003 09:09:13 +0000 (09:09 +0000)] 
added TARGETDEF to use a def file if one exists

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

21 years agobackport wxFontEncoding values fix
Vadim Zeitlin [Thu, 13 Mar 2003 22:05:16 +0000 (22:05 +0000)] 
backport wxFontEncoding values fix

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

21 years agoPrevent crash in case nothing is selected
Robin Dunn [Wed, 12 Mar 2003 19:48:45 +0000 (19:48 +0000)] 
Prevent crash in case nothing is selected

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

21 years agomoved fix
Stefan Csomor [Tue, 11 Mar 2003 19:52:48 +0000 (19:52 +0000)] 
moved fix

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

21 years agoThe statusbar should start with one field, not zero
Robin Dunn [Tue, 11 Mar 2003 00:01:03 +0000 (00:01 +0000)] 
The statusbar should start with one field, not zero

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

21 years agomore informative error messages
Robin Dunn [Mon, 10 Mar 2003 23:58:30 +0000 (23:58 +0000)] 
more informative error messages

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

21 years agoIf zero time is specified, don't try to sleep when using a timer.
Robin Dunn [Mon, 10 Mar 2003 23:38:17 +0000 (23:38 +0000)] 
If zero time is specified, don't try to sleep when using a timer.

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

21 years agoDon't clear the HWND until after the UnsubclassWin so the old WndProc
Robin Dunn [Mon, 10 Mar 2003 23:32:18 +0000 (23:32 +0000)] 
Don't clear the HWND until after the UnsubclassWin so the old WndProc
will be restored.  Otherwise we get messages after the wxTextCtrl has
been destroyed.  (Forgot a few last time)

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

21 years agoDon't clear the HWND until after the UnsubclassWin so the old WndProc
Robin Dunn [Mon, 10 Mar 2003 23:28:40 +0000 (23:28 +0000)] 
Don't clear the HWND until after the UnsubclassWin so the old WndProc
will be restored.  Otherwise we get messages after the wxTextCtrl has
been destroyed.

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

21 years agobackport ParseDate() fix
Vadim Zeitlin [Mon, 10 Mar 2003 22:43:45 +0000 (22:43 +0000)] 
backport ParseDate() fix

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

21 years agoaccept \r as a delimiter when parsing dates (bug 684617)
Vadim Zeitlin [Mon, 10 Mar 2003 22:14:40 +0000 (22:14 +0000)] 
accept \r as a delimiter when parsing dates (bug 684617)

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

21 years ago Added helper functions for string -> XmString conversion.
Mattia Barbon [Mon, 10 Mar 2003 21:40:53 +0000 (21:40 +0000)] 
  Added helper functions for string -> XmString conversion.

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

21 years ago Derive wxButton from wxButtonBase.
Mattia Barbon [Mon, 10 Mar 2003 21:39:01 +0000 (21:39 +0000)] 
  Derive wxButton from wxButtonBase.

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

21 years ago Added configure test for const_cast<>(), and enabled it
Mattia Barbon [Mon, 10 Mar 2003 21:37:28 +0000 (21:37 +0000)] 
  Added configure test for const_cast<>(), and enabled it
for MSVC 5 and 6, and MinGW; use const_cast<>() in
wxConstCast if it is available.

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

21 years agofixed a serious bug in Shrink()
Vadim Zeitlin [Mon, 10 Mar 2003 18:11:15 +0000 (18:11 +0000)] 
fixed a serious bug in Shrink()

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

21 years agobackport a couple of memory leak fixes
Vadim Zeitlin [Mon, 10 Mar 2003 18:08:59 +0000 (18:08 +0000)] 
backport a couple of memory leak fixes

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

21 years agosubmenu preparation in two methods encapsulated
Stefan Csomor [Mon, 10 Mar 2003 15:50:28 +0000 (15:50 +0000)] 
submenu preparation in two methods encapsulated

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

21 years agosubmenu preparation in two methods encapsulated
Stefan Csomor [Mon, 10 Mar 2003 11:57:27 +0000 (11:57 +0000)] 
submenu preparation in two methods encapsulated

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

21 years agoadded gtk/msgdlg.h
Vadim Zeitlin [Sat, 8 Mar 2003 14:36:27 +0000 (14:36 +0000)] 
added gtk/msgdlg.h

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

21 years ago Reverted changes to make buttons smaller in wxMotif because they uncover
Mattia Barbon [Sat, 8 Mar 2003 13:47:53 +0000 (13:47 +0000)] 
  Reverted changes to make buttons smaller in wxMotif because they uncover
a bug in wxGTK, and, more importantly, thay will break user code under
Motif which uses sizers and calls wxButton::SetDefault.

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

21 years ago Modified vc.t according to last changes to makefile.vc, and regenerated
Mattia Barbon [Fri, 7 Mar 2003 16:03:15 +0000 (16:03 +0000)] 
  Modified vc.t according to last changes to makefile.vc, and regenerated
makefile.vc.

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

21 years ago Removed some superflous #defines already added by plaform.h, simplified a bit
Mattia Barbon [Fri, 7 Mar 2003 15:48:41 +0000 (15:48 +0000)] 
  Removed some superflous #defines already added by plaform.h, simplified a bit
the logic to construct directory and library names; now it should be possible
to build in Unicode mode without changing setup.h; fixed building wxBase with
makefiles.
  Added a new DEBUGINFO parameter. FINAL=hybrid DEBUGINFO=1 is like
FINAL=hybrid but with debug information.

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

21 years agoshow and hide implementation added
Stefan Csomor [Fri, 7 Mar 2003 10:25:11 +0000 (10:25 +0000)] 
show and hide implementation added

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

21 years agodepth for masks added
Stefan Csomor [Fri, 7 Mar 2003 10:21:16 +0000 (10:21 +0000)] 
depth for masks added

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

21 years agochange to a tiny minimal value for DoGetBestSize in case of existing entries
Stefan Csomor [Thu, 6 Mar 2003 21:38:12 +0000 (21:38 +0000)] 
change to a tiny minimal value for DoGetBestSize in case of existing entries

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

21 years agoadded alpha channel support for mask bitmaps
Stefan Csomor [Thu, 6 Mar 2003 21:20:19 +0000 (21:20 +0000)] 
added alpha channel support for mask bitmaps

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

21 years ago Fix release build.
Mattia Barbon [Thu, 6 Mar 2003 21:07:50 +0000 (21:07 +0000)] 
  Fix release build.

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

21 years ago Work around wxNotebook or Motif or wxMotif bug.
Mattia Barbon [Thu, 6 Mar 2003 17:52:41 +0000 (17:52 +0000)] 
  Work around wxNotebook or Motif or wxMotif bug.

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

21 years agocontext menu support for mac enabled
Stefan Csomor [Thu, 6 Mar 2003 16:56:06 +0000 (16:56 +0000)] 
context menu support for mac enabled

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

21 years agovalue expansion to double
Stefan Csomor [Thu, 6 Mar 2003 16:38:19 +0000 (16:38 +0000)] 
value expansion to double

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

21 years agowe now must skip right click events in order to allow for context events to be generated
Stefan Csomor [Thu, 6 Mar 2003 16:35:10 +0000 (16:35 +0000)] 
we now must skip right click events in order to allow for context events to be generated

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