Robert Roebling
f47ae6e7e9
Added various calls to wxWindow::Update() to
...
wxScrolledWindow. This is ONE solution to
the redraw problem of the new delayed refresh
code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13928 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-30 16:01:34 +00:00
Robert Roebling
23716407e1
New Refresh()/Update() behaviour. As expected, scrolling
...
messes up the display.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-30 15:26:49 +00:00
Vadim Zeitlin
e45387bf10
build ODBC objects in wxBase build as well if --with-odbc was specified
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-30 13:46:48 +00:00
Robert Roebling
beab25bde3
Some changes for new Update/Refresh behaviour. This
...
commit actually doesn't change anything. I just cleared
some code and added the new interface. I want this to
be seperate from the commit (if any) that introduces the
new behaviour.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-30 13:23:10 +00:00
Vadim Zeitlin
8c9892c2a8
added a wxCHECK(index is correct) to GetParam() (fix for patch #510614 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-30 10:38:44 +00:00
David Webster
626af8005c
Finish basic dialog support and some scrolling fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-30 04:59:05 +00:00
Julian Smart
a7872dcd74
Removed references to helpxlp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 23:21:50 +00:00
Julian Smart
88bed4b484
Pruned some of txrc.tex; removed redundant helpxlp files.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 23:08:49 +00:00
Vadim Zeitlin
2f2f3e2ab7
added wxCondition test
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 22:50:27 +00:00
Vadim Zeitlin
547b93ab04
attempts to make wxCondition::Broadcast() work - it still doesn't
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 22:49:13 +00:00
Ron Lee
c22503ddb9
fix (dos) line endings.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13918 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 22:41:22 +00:00
Ron Lee
dd177170f6
fix for mingw which has TBSTYLE_FLAT but not TBSTYLE_TRANSPARENT (yet).
...
(also submitted to win32api maintainers).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 22:30:57 +00:00
Mattia Barbon
d74b838cf3
Updated projects/makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13916 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:37:43 +00:00
Mattia Barbon
f21a3c4198
Updated target list in Makefile
...
Corrected comment in base.t ( creates src/files.lst, not src/common/files.lst )
Added new files to filelist.txt.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:35:01 +00:00
Mattia Barbon
e676441ff4
Documentation for wxHashMap, added deprecation to wxHashTable.
...
Quoted some unquoted _ here and there.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:31:16 +00:00
Mattia Barbon
aecca2c841
MSVC5 does not like extern "C" around windows.h .
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13913 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:30:03 +00:00
George Tasker
4cf0b34ce7
Fixes some position issues of where to draw heart of the toolbar in the window - Submitted by Hans Van Leemputten
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:27:42 +00:00
George Tasker
4926b15b7d
Fixes memory leaks that occur when dragging toolbars around... Dragging a toolbar so that it changes the dock state to reproduce the memory leak in old code - Submitted by Hans Van Leemputten
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13911 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:27:08 +00:00
Mattia Barbon
0508ba2a6b
New wxHashMap class.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:26:57 +00:00
George Tasker
8e33234f93
Fix for OnSize() redraw problems - Submitted by Hans Van Leemputten
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 21:25:33 +00:00
Gilles Depeyrot
8ddffcdaca
added precisions for GetSize and GetClientSize
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 20:49:16 +00:00
Gilles Depeyrot
1387b68afb
added SetAxisOrientation documentation and improved documentation of logical
...
to/from device relative coordinate conversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 20:48:07 +00:00
Julian Smart
c72fd53269
Updated vc.rsp file to include console.dsp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 10:32:24 +00:00
Gilles Depeyrot
ce9766917e
correction for compilation with Apple DevTools
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13904 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 06:57:31 +00:00
David Webster
2b7cd5325b
Minor fix for owner drawn menu item.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 04:56:13 +00:00
Robin Dunn
92631ff273
make sure some types convert right in XRCed
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 01:28:11 +00:00
Robin Dunn
5d4133915f
SWIG updates for wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13901 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 01:27:33 +00:00
Robin Dunn
e973de2ef6
Use the new icon for the frame
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 00:26:43 +00:00
Robin Dunn
c6c593e88d
Updates for recent changes to wx, and some other little tweaks and fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-29 00:11:38 +00:00
David Webster
bdfd8d7776
Popup Menu processing.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 23:10:25 +00:00
Robin Dunn
13b76aae87
Added icons for the demo and for XRCed, and added a shortcut to XRCed
...
to the program group when installing the dist.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13897 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 23:10:22 +00:00
Robin Dunn
7fa0effc0e
Added an option to also ouput a function to create a wxIcon from the data.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 23:08:47 +00:00
Robin Dunn
033424480e
Fix some compile errors and warnings when using gcc 3
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 23:05:47 +00:00
Mattia Barbon
e02e8816c7
Fix MinGW compilation.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 22:37:48 +00:00
Stefan Csomor
eb1d233694
bridged mapfile native path to filesys url paths for mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 21:52:09 +00:00
Stefan Csomor
d77604c5a2
adjusted relative path composition for mac
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 21:50:22 +00:00
Stefan Csomor
91b4bd6317
corrected path splitting for mac relative paths
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 21:44:47 +00:00
Stefan Csomor
8c68e84d42
help files added
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 21:40:49 +00:00
Stefan Csomor
205830e23c
for file based help we have mac separators
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 21:38:00 +00:00
Stefan Csomor
0887f88e2d
added export
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13888 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 21:29:40 +00:00
Vadim Zeitlin
af3062a8be
changed the year to 2002
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 18:06:51 +00:00
Robert Roebling
06201c35d7
wxDC::Blit(): the source coordinates are logical coordinates
...
of the source DC now.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 17:58:36 +00:00
Vadim Zeitlin
5a7fa9ed3b
fix for a typo (== instead of =)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 17:57:57 +00:00
Vadim Zeitlin
a664d17e06
removed non existing unzip.h from the filelist.txt and regenerated everything
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 16:45:49 +00:00
Vadim Zeitlin
188b6ff729
wxWindows builds with Solaris and FreeBSD native makes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 16:43:29 +00:00
Vadim Zeitlin
421a017108
fixes to allow compilation with FreeBSD make
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 16:19:28 +00:00
Robert Roebling
5375a1f5e8
Change idle behvaiour with regard to wxIdleEvent::RequestMore().
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13881 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 16:17:39 +00:00
Vadim Zeitlin
221ed5767f
warning fixes in GetColor() for the newly added values
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 16:09:49 +00:00
Vadim Zeitlin
aa0ffd1d92
more Unicode fixes for help files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 16:03:50 +00:00
Gilles Depeyrot
74de9ed64b
axis orientation must not be taken into account for conversion of a distance
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-01-28 15:02:25 +00:00