]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Thu, 29 May 2003 23:50:21 +0000 (23:50 +0000)]
Added LoadFile and SaveFile methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20762
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 29 May 2003 20:30:54 +0000 (20:30 +0000)]
fix a precedence order problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20760
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 29 May 2003 19:02:04 +0000 (19:02 +0000)]
GetEventHandler()-> was missing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20759
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Thu, 29 May 2003 15:59:46 +0000 (15:59 +0000)]
fixed error in inlined (standard) version of wxStringData deallocation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20758
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Thu, 29 May 2003 14:03:37 +0000 (14:03 +0000)]
improved deallocation fix for Visual C++ Multithreaded non DLL runtime
so that it only has a performance impact on wxString in this configuration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20756
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Wed, 28 May 2003 21:11:17 +0000 (21:11 +0000)]
VC++ free must take place in same DLL as allocation when using non dll
run-time library (e.g. Multithreaded instead of Multithreaded DLL)
we must not inline wxStringData deallocation since allocation is not inlined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20755
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roger Gammans [Wed, 28 May 2003 20:48:40 +0000 (20:48 +0000)]
Reinsert missing ctor removed in date/time tidy
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20754
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Wed, 28 May 2003 18:46:32 +0000 (18:46 +0000)]
allow wxDisplaySize to be called with NULL parameters
implement GetMetric for wxSYS_SCREEN_X & wxSYS_SCREEN_X using wxDisplaySize
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20752
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Tue, 27 May 2003 22:04:50 +0000 (22:04 +0000)]
force wxUSE_IOSTREAMH to 0 with VC 7.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20751
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 27 May 2003 20:36:31 +0000 (20:36 +0000)]
Derive wxScrollBar from wxScrollBarBase, plus miscellaneous
refactoring. Adjusted default scrollbar size to match the
size of wxScrolledWindow (and other scrolled controls) scrollbars.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20750
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 27 May 2003 20:34:13 +0000 (20:34 +0000)]
Allow initialising wxStaticBitamp with wxNullBitmap/wxNullIcon,
automatically resize the control to match the bitmap (as wxMSW does).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20749
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 27 May 2003 20:31:41 +0000 (20:31 +0000)]
Removed some duplicated code, made wxCursor( wxImage )
handling of dark/light colors agree with wxMSW and wxGTK, i.e.
dark -> black, light -> white.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20748
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 27 May 2003 20:28:51 +0000 (20:28 +0000)]
Don't leave the wxStaticBox hanging around after wxStaticLine
destruction.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20747
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Tue, 27 May 2003 13:43:30 +0000 (13:43 +0000)]
Borland makefiles for contrib keeping output apart
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20746
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Tue, 27 May 2003 06:09:38 +0000 (06:09 +0000)]
Committing in .
OpenVMS complie issues
+
src/generic/statline.cpp : setup should be runned before first #ifdef
Modified Files:
wxWindows/src/generic/descrip.mms
wxWindows/src/generic/statline.cpp
wxWindows/src/motif/descrip.mms wxWindows/src/x11/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20744
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 May 2003 22:59:24 +0000 (22:59 +0000)]
More style fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20743
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 May 2003 22:15:25 +0000 (22:15 +0000)]
Further border style corrections.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20742
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 26 May 2003 20:41:36 +0000 (20:41 +0000)]
ignore dll build output directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20741
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 May 2003 19:25:15 +0000 (19:25 +0000)]
Include missing.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20739
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 26 May 2003 16:20:54 +0000 (16:20 +0000)]
clarify using embedded XRC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20738
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 26 May 2003 11:34:39 +0000 (11:34 +0000)]
Borland makefiles now keep output apart
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20737
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 26 May 2003 10:23:03 +0000 (10:23 +0000)]
fix SF bug 742496
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20736
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 26 May 2003 09:55:28 +0000 (09:55 +0000)]
Allow printing objects to be passed a wxWindow, not a wxFrame
(vestigial remains of older wxWin version)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20735
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Chris Elliott [Mon, 26 May 2003 09:17:31 +0000 (09:17 +0000)]
dialogs sample now works with digitalmars
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20734
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sun, 25 May 2003 20:28:01 +0000 (20:28 +0000)]
fix m_Matches overflow if Compile() is called more than once (bug 742236)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20733
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 25 May 2003 11:18:28 +0000 (11:18 +0000)]
fix _() for wxUSE_INTL==0 case
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20729
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sun, 25 May 2003 11:18:13 +0000 (11:18 +0000)]
added CompareAccelString function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20728
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 24 May 2003 22:27:36 +0000 (22:27 +0000)]
added a link to the Wiki page explaining MSVC++ install process
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20727
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 24 May 2003 21:31:29 +0000 (21:31 +0000)]
guarded M_PI declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20726
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 24 May 2003 20:23:12 +0000 (20:23 +0000)]
Removed obsoleted files from vc.t.
Regenerated some makefiles/project files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20725
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 24 May 2003 20:07:22 +0000 (20:07 +0000)]
Compilation/warning fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20724
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 24 May 2003 20:06:46 +0000 (20:06 +0000)]
Added --enable-accessibility switch to configure
(off by default). Fixed makefile for the accessibility
sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20723
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 24 May 2003 20:01:32 +0000 (20:01 +0000)]
wxMotif now uses src/x11/region.cpp, change makefiles accordingly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20722
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 24 May 2003 19:41:05 +0000 (19:41 +0000)]
Used wxRegion code from wxX11.
Removed update rect list from wxWindow
(not necessary anymore).
Simplified and corrected clipping region handling
in wxWindowDC. Stopped wxWindowDC::DoBlit from
destroying the clipping region.
Simplified wxPaintDC code.
Added wxWindow::DoCreateScrollBar helper function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20721
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 24 May 2003 11:20:39 +0000 (11:20 +0000)]
Removed wxHTMLHelpControllerBase (putting the
implementation into wxExtHelpController.
wx/helphtml.h now includes wx/html/helpctrl.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20720
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 24 May 2003 07:42:56 +0000 (07:42 +0000)]
reflected latest file movements...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20718
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 24 May 2003 07:39:01 +0000 (07:39 +0000)]
removed DoGetSize implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20717
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 24 May 2003 07:37:05 +0000 (07:37 +0000)]
removed carbon printing code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20716
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 24 May 2003 07:35:06 +0000 (07:35 +0000)]
comments added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20715
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 24 May 2003 07:30:50 +0000 (07:30 +0000)]
two fixes for CW/Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20714
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 23 May 2003 19:16:45 +0000 (19:16 +0000)]
Applied patch [ 736322 ] Remove TWINE support, merge it in Wine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20713
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 23 May 2003 18:59:07 +0000 (18:59 +0000)]
Applied patch [ 738821 ] Allow more features to be turned off
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20712
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 23 May 2003 18:56:14 +0000 (18:56 +0000)]
Applied patch [ 736321 ] Compile error for src/msw/textctrl.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20711
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 23 May 2003 18:38:12 +0000 (18:38 +0000)]
Applied patch [ 742452 ] wxPrintDialogData: can't set PD_PAGENUMS
Applied patch [ 742446 ] wxPrintDialogData::GetAllPages always returns TRUE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20710
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Fri, 23 May 2003 18:18:42 +0000 (18:18 +0000)]
removed print.cpp from list of Mac files and regenerated files.lst
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20707
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 22 May 2003 20:51:36 +0000 (20:51 +0000)]
MinGW compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20697
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 22 May 2003 20:39:28 +0000 (20:39 +0000)]
Correct wxCommandEvent.IsChecked() when generated from
a checkable menu item.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20696
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Thu, 22 May 2003 20:36:33 +0000 (20:36 +0000)]
Remove duplicate wxEmptyString declaration.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20695
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 22 May 2003 19:43:08 +0000 (19:43 +0000)]
deactivating wxSTAY_ON_TOP patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20694
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 21 May 2003 22:41:01 +0000 (22:41 +0000)]
Fix page positioning when the tabs are on a side different than
wxNB_TOP by choosing margins dynamically instead of always using fixed
margin sizes. Also remove unnecessary large internal borders
(although they can be reactivated by flipping an #if.)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20689
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 22:02:54 +0000 (22:02 +0000)]
Added pngs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20688
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 22:01:31 +0000 (22:01 +0000)]
Test using transparency in menu bitmaps.
Better, but still shows background when menu item selected.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20687
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 19:07:02 +0000 (19:07 +0000)]
Applied patch [ 731656 ] Owner draw menu icons
Benjamin I. Williams
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20685
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 18:54:27 +0000 (18:54 +0000)]
Applied patch [ 739401 ] gtk_init() has to be called before gdk_threads_enter()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20684
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 18:43:03 +0000 (18:43 +0000)]
Applied patch [ 740012 ] GetKeyState returns 16-Bit value on WindowsNT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20683
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 18:25:24 +0000 (18:25 +0000)]
Applied patch [ 740071 ] Make tiff errors/warnings use wxLog functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20682
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Wed, 21 May 2003 16:50:46 +0000 (16:50 +0000)]
Stop the ApplicationShell from being managed (and thus show
on the screen as a "normal" window).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20681
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 15:45:57 +0000 (15:45 +0000)]
Noted that the preview object is deleted by the frame.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20680
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 15:27:39 +0000 (15:27 +0000)]
Applied patch [ 689188 ] adds wxToolBar::GetToolPos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20679
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 21 May 2003 07:40:56 +0000 (07:40 +0000)]
Fixed simple border style on wxListCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20677
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 20 May 2003 21:45:04 +0000 (21:45 +0000)]
A fix to prevent mungeing of the config file after reading in
entries (say, just one entry in one group), then adding entries
to a different group.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20676
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 19 May 2003 18:49:11 +0000 (18:49 +0000)]
DoGetSize implementation corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20671
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 19 May 2003 18:45:01 +0000 (18:45 +0000)]
switch to pImpl pattern for mac printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20670
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 19 May 2003 18:33:36 +0000 (18:33 +0000)]
DoGetSize overrides
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20669
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 19 May 2003 18:27:10 +0000 (18:27 +0000)]
switch to pImpl pattern for mac printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20668
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 19 May 2003 18:22:03 +0000 (18:22 +0000)]
switch to pImpl pattern for mac printing
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20667
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 19 May 2003 16:46:27 +0000 (16:46 +0000)]
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20666
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 19 May 2003 16:45:47 +0000 (16:45 +0000)]
allow untranslated accelerators, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20665
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 19 May 2003 14:00:18 +0000 (14:00 +0000)]
Corrected some wxAccessible mistakes
Implemented some SplitterWindowAccessible functions
in sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20664
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 19 May 2003 07:40:25 +0000 (07:40 +0000)]
Added list of possible slogans for wxWindows stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20663
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 19 May 2003 07:36:47 +0000 (07:36 +0000)]
Added a backport item and items to the todo list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20662
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roger Gammans [Sun, 18 May 2003 20:15:17 +0000 (20:15 +0000)]
* Prevent miminum and actual row and col sizes going below the
minimum acceptable row size.
This should fix sf.net bug #645734
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20661
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roger Gammans [Sun, 18 May 2003 19:49:43 +0000 (19:49 +0000)]
* Apply patch #735595. Add miminumAcceptable{Height,Width}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20660
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 18 May 2003 15:23:41 +0000 (15:23 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20659
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Roger Gammans [Sun, 18 May 2003 15:07:40 +0000 (15:07 +0000)]
* Fix logical error in m_overflow attribute merging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20658
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 18 May 2003 12:08:49 +0000 (12:08 +0000)]
no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20657
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sun, 18 May 2003 09:20:42 +0000 (09:20 +0000)]
Don't prepend directory to filename for shortcuts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20656
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 18 May 2003 07:58:39 +0000 (07:58 +0000)]
not needed anywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20655
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sun, 18 May 2003 07:43:03 +0000 (07:43 +0000)]
UMAPr.. calls for classic only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20654
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 17 May 2003 20:14:07 +0000 (20:14 +0000)]
Remove dead code. Factor out duplicated code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20653
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 17 May 2003 19:52:58 +0000 (19:52 +0000)]
Update changes.txt.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20652
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Sat, 17 May 2003 19:51:02 +0000 (19:51 +0000)]
Compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20651
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Sat, 17 May 2003 09:30:00 +0000 (09:30 +0000)]
Corrected wxScrollBar style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20650
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 May 2003 07:45:47 +0000 (07:45 +0000)]
finding papersizes allows for 1 mm tolerance
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20649
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 17 May 2003 07:44:04 +0000 (07:44 +0000)]
temporary fix for carbon (problems under OS 9)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20648
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 16 May 2003 21:21:53 +0000 (21:21 +0000)]
Wizard now validates as well as doing data transfer when
pressing Back or Next
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20647
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 16 May 2003 20:39:24 +0000 (20:39 +0000)]
carbon printing extended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20646
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 16 May 2003 20:36:37 +0000 (20:36 +0000)]
ValidateOrCreate added for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20645
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 16 May 2003 16:15:58 +0000 (16:15 +0000)]
added cw support
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20633
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 15 May 2003 22:38:32 +0000 (22:38 +0000)]
unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20632
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 15 May 2003 22:15:25 +0000 (22:15 +0000)]
An attempt to make the notebook sizer report its size
correctly under Windows, otherwise you get a huge gap
at the bottom if fitting to the content of the page.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20631
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 15 May 2003 09:31:52 +0000 (09:31 +0000)]
forgot to commit project file for CW before
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20630
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 14 May 2003 21:31:03 +0000 (21:31 +0000)]
Doc fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20629
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 May 2003 20:50:55 +0000 (20:50 +0000)]
Acutally use the m_maxChars parameter value instead of ignoring it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20628
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Wed, 14 May 2003 19:25:18 +0000 (19:25 +0000)]
Changes allowing for proper KEY_DOWN and CHAR events for wxGTK2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20627
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Wed, 14 May 2003 06:52:46 +0000 (06:52 +0000)]
Committing in .
wxMOTIF for OpenVMS compilation updates
Modified Files:
wxWindows/lib/vms.opt wxWindows/src/motif/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20626
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 13 May 2003 20:02:15 +0000 (20:02 +0000)]
Derive wxStaticText from wxStaticTextBase, remove dead code/code
duplication. Likewise for wxStaticBitmap.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20624
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 13 May 2003 19:52:58 +0000 (19:52 +0000)]
Fixed bug with notebook pages not showing (probably affected any
wxWindow/wxPanel child when panel was hidden and then shown again).
The bug was introduced by the fix for hidden windows still intercepting
mouse events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20622
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Mattia Barbon [Tue, 13 May 2003 19:50:33 +0000 (19:50 +0000)]
Lesstif compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20621
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Tue, 13 May 2003 17:45:23 +0000 (17:45 +0000)]
Reordered the slow-click test, otherwise it would never
be fired if in row-select more. Also added a ClearSelection,
which was omitted in the changes since 2.4.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20620
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775