]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years agomake wxConvUTF8 available in wchar_t-less mode, too
Václav Slavík [Sun, 23 Feb 2003 19:01:54 +0000 (19:01 +0000)] 
make wxConvUTF8 available in wchar_t-less mode, too

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

21 years agodocumentation for wxFileConfig changes
Václav Slavík [Sun, 23 Feb 2003 19:01:41 +0000 (19:01 +0000)] 
documentation for wxFileConfig changes

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

21 years agowxFileConfig in Unicode fixes
Václav Slavík [Sun, 23 Feb 2003 19:01:29 +0000 (19:01 +0000)] 
wxFileConfig in Unicode fixes

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

21 years agoimplemented empty handler for <script> tag, so that script code doesn't show in rende...
Václav Slavík [Sun, 23 Feb 2003 19:00:08 +0000 (19:00 +0000)] 
implemented empty handler for <script> tag, so that script code doesn't show in rendered page

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

21 years agofixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)
Václav Slavík [Sun, 23 Feb 2003 18:59:13 +0000 (18:59 +0000)] 
fixed parsing of CDATA elements (<script> and <style>) (Bill Nalen)

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

21 years agodocumented wxGetApp()
Vadim Zeitlin [Sun, 23 Feb 2003 02:03:41 +0000 (02:03 +0000)] 
documented wxGetApp()

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

21 years agoupdate watcom makefile
Chris Elliott [Sat, 22 Feb 2003 15:42:49 +0000 (15:42 +0000)] 
update watcom makefile

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

21 years ago Added Active Accessibility files to filelist.txt, regenerated
Mattia Barbon [Fri, 21 Feb 2003 21:27:53 +0000 (21:27 +0000)] 
  Added Active Accessibility files to filelist.txt, regenerated
wxWindows.dsp.

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

21 years agoOnly send two EVT_BUTTON events when double clicking a button, not three
Robin Dunn [Fri, 21 Feb 2003 20:27:56 +0000 (20:27 +0000)] 
Only send two EVT_BUTTON events when double clicking a button, not three

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

21 years agoApplied FL patch from Stefan Kowski
Julian Smart [Fri, 21 Feb 2003 16:02:33 +0000 (16:02 +0000)] 
Applied FL patch from Stefan Kowski

"Enclosed there is a patch for the FL library that solves a problem
overwriting the status bar if a bar is expanded.

Cause of this is the calculation of the new window height which may be less
than 0 in some cases. In my test a value of -1 caused the window default
height to be set which was larger than the space available, therefore the
status bar was overwritten."

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

21 years ago Regenerated files.
Mattia Barbon [Thu, 20 Feb 2003 18:30:06 +0000 (18:30 +0000)] 
  Regenerated files.

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

21 years ago Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
Mattia Barbon [Thu, 20 Feb 2003 18:20:47 +0000 (18:20 +0000)] 
  Use some wxX11 files (currently pen.cpp and brush.cpp) in wxMotif.
  Add src/x11 to VPATH in configure, and add a new flag to filelist.txt
indicating a file used in wxMotif but not in wxMotif directory.
  Modifed VMS makefiles, too (should be checked by someone with VMS,
though).

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

21 years agofixed wxSYS_DEFAULT_GUI_FONT lookup
Václav Slavík [Wed, 19 Feb 2003 23:17:01 +0000 (23:17 +0000)] 
fixed wxSYS_DEFAULT_GUI_FONT lookup

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

21 years ago Fix DrawRotatedtext to behave more like wxMSW: take into account
Mattia Barbon [Wed, 19 Feb 2003 21:12:00 +0000 (21:12 +0000)] 
  Fix DrawRotatedtext to behave more like wxMSW: take into account
text background colour, and fix some wrong mathematics which caused
incorrect results.

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

21 years agoTemporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1
Julian Smart [Wed, 19 Feb 2003 21:06:52 +0000 (21:06 +0000)] 
Temporary fix for strange wxDateTime link error with VC++ and wxUSE_ACCESSIBILITY=1

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

21 years ago Allow selecting a mono bitmap into a wxMemoryDC.
Mattia Barbon [Wed, 19 Feb 2003 21:06:02 +0000 (21:06 +0000)] 
  Allow selecting a mono bitmap into a wxMemoryDC.

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

21 years agofixed Traditional Chinese mapping
Václav Slavík [Wed, 19 Feb 2003 19:25:47 +0000 (19:25 +0000)] 
fixed Traditional Chinese mapping

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

21 years agoremoved several out of date/wrong sentences; mention wxEvtHandler::Connect()
Vadim Zeitlin [Wed, 19 Feb 2003 18:54:07 +0000 (18:54 +0000)] 
removed several out of date/wrong sentences; mention wxEvtHandler::Connect()

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

21 years agoFurther tweaks to accessibility code
Julian Smart [Wed, 19 Feb 2003 16:31:28 +0000 (16:31 +0000)] 
Further tweaks to accessibility code

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

21 years agouse -O0 when optimizing is off -- seems to __slightly__ reduce the build times with...
Vadim Zeitlin [Wed, 19 Feb 2003 13:52:11 +0000 (13:52 +0000)] 
use -O0 when optimizing is off -- seems to __slightly__ reduce the build times with g++ 3.2

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

21 years agoprevent from setting min[WH] > max[WH] because this leads to an infinite loop later...
Vadim Zeitlin [Wed, 19 Feb 2003 13:44:32 +0000 (13:44 +0000)] 
prevent from setting min[WH] > max[WH] because this leads to an infinite loop later on and generally doesnt make sense

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

21 years agofixed a typo which was preventing any events from being generated after DeleteAll...
Vadim Zeitlin [Wed, 19 Feb 2003 13:15:50 +0000 (13:15 +0000)] 
fixed a typo which was preventing any events from being generated after DeleteAll() call

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

21 years agoSend the wxWindowDestroyEvent for all ports
Robin Dunn [Wed, 19 Feb 2003 02:59:36 +0000 (02:59 +0000)] 
Send the wxWindowDestroyEvent for all ports

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

21 years ago Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.
Mattia Barbon [Tue, 18 Feb 2003 21:33:43 +0000 (21:33 +0000)] 
  Patch [ 688973 ] from William Gallafent: add missing wx/dc.h.

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

21 years agoFixed warning, reformatted some code
Julian Smart [Tue, 18 Feb 2003 15:39:23 +0000 (15:39 +0000)] 
Fixed warning, reformatted some code

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

21 years agoApplied patch [ 608866 ] wxGrid: vertical column label text
Julian Smart [Tue, 18 Feb 2003 14:25:34 +0000 (14:25 +0000)] 
Applied patch [ 608866 ] wxGrid: vertical column label text

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

21 years ago Applied John's patch.
Robert Roebling [Tue, 18 Feb 2003 09:48:55 +0000 (09:48 +0000)] 
  Applied John's patch.

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

21 years agoApplied patch [ 681921 ] Stray focus rectangle in static text
Julian Smart [Tue, 18 Feb 2003 09:40:30 +0000 (09:40 +0000)] 
Applied patch [ 681921 ] Stray focus rectangle in static text

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

21 years agoApplied patch [ 681893 ] Combobox in toolbar
Julian Smart [Tue, 18 Feb 2003 09:38:02 +0000 (09:38 +0000)] 
Applied patch [ 681893 ] Combobox in toolbar

This patch adds controls (i.e. combobox) to toolbars.
It also changes the toolbar sample so the combobox is
actually shown.

Otto Wyss

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

21 years agoEnhancements to the accessibility sample
Julian Smart [Tue, 18 Feb 2003 09:35:14 +0000 (09:35 +0000)] 
Enhancements to the accessibility sample

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

21 years agoSome improvements to accessibility behaviour
Julian Smart [Tue, 18 Feb 2003 09:33:42 +0000 (09:33 +0000)] 
Some improvements to accessibility behaviour

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

21 years agoApplied patch [ 686843 ] File Dialog Wildcard Bug
Julian Smart [Tue, 18 Feb 2003 09:27:23 +0000 (09:27 +0000)] 
Applied patch [ 686843 ] File Dialog Wildcard Bug

A bug was introduced in generic/src/filedlgg.cpp
between versions 2.2.9 and 2.4 that causes incomplete
file extensions to be appended to filenames not having
extensions after a user changes the wildcard index in
the filedialog. This patch reverts back to the correct
code.

Bob Downey

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

21 years agoApplied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK
Julian Smart [Tue, 18 Feb 2003 09:02:30 +0000 (09:02 +0000)] 
Applied patch [ 681262 ] Add EVT_MENU_OPEN support for GTK

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

21 years agoChanged back inline/const things
Julian Smart [Mon, 17 Feb 2003 12:43:47 +0000 (12:43 +0000)] 
Changed back inline/const things
wxTabCtrl must have WS_CHILD window style
small access.cpp tweaks (call QueryInterface)

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

21 years agoAdded start at accessibility sample
Julian Smart [Mon, 17 Feb 2003 10:15:02 +0000 (10:15 +0000)] 
Added start at accessibility sample

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

21 years agoanother compilation fix for over-optimized #includes
Václav Slavík [Sun, 16 Feb 2003 23:08:33 +0000 (23:08 +0000)] 
another compilation fix for over-optimized #includes

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

21 years agofix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)
Gilles Depeyrot [Sun, 16 Feb 2003 18:19:15 +0000 (18:19 +0000)] 
fix wxDateTime offset for Apple Developer Tools (SourceForge bug # 614010)

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

21 years agoinserted casts allowing to have arrays of function pointers -- this is wrong but...
Vadim Zeitlin [Sun, 16 Feb 2003 17:46:05 +0000 (17:46 +0000)] 
inserted casts allowing to have arrays of function pointers -- this is wrong but works on most platforms

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

21 years agoAdded start at accessibility functionality
Julian Smart [Sun, 16 Feb 2003 11:59:49 +0000 (11:59 +0000)] 
Added start at accessibility functionality

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

21 years agoAdded accessibility headers
Julian Smart [Sun, 16 Feb 2003 11:57:24 +0000 (11:57 +0000)] 
Added accessibility headers

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

21 years agoVC++ 6 doesn't seem to like the uninlining thing and
Julian Smart [Sat, 15 Feb 2003 17:14:19 +0000 (17:14 +0000)] 
VC++ 6 doesn't seem to like the uninlining thing and
also the wxDateTime::TIME_T_FACTOR must be always defined;
else we get link errors. I don't know why these didn't
turn up before...

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

21 years agoFiles from a Drop were only added but the fileslist never cleard
Stefan Csomor [Sat, 15 Feb 2003 08:36:30 +0000 (08:36 +0000)] 
Files from a Drop were only added but the fileslist never cleard

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

21 years ago Setting background colour on listbox parent makes it look ugly, do not
Mattia Barbon [Fri, 14 Feb 2003 20:43:53 +0000 (20:43 +0000)] 
  Setting background colour on listbox parent makes it look ugly, do not
do it.

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

21 years ago Fix wxEventLoop so it does not sleep 20 msec between events when threads
Mattia Barbon [Fri, 14 Feb 2003 20:41:57 +0000 (20:41 +0000)] 
  Fix wxEventLoop so it does not sleep 20 msec between events when threads
are anabled. Now the ode should be equivalent to the 2.4 event loop.

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

21 years agosilent gcc warning about missing \n at the end of file
Vadim Zeitlin [Fri, 14 Feb 2003 20:21:00 +0000 (20:21 +0000)] 
silent gcc warning about missing \n at the end of file

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

21 years agocompilation fix (missing header)
Vadim Zeitlin [Fri, 14 Feb 2003 20:19:49 +0000 (20:19 +0000)] 
compilation fix (missing header)

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

21 years agofix for watcom open compiler
Chris Elliott [Thu, 13 Feb 2003 20:57:11 +0000 (20:57 +0000)] 
fix for watcom open compiler

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

21 years agoDOc fixes
Julian Smart [Thu, 13 Feb 2003 18:28:36 +0000 (18:28 +0000)] 
DOc fixes

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

21 years agosay that WarpPointer() is not supported under Mac
Vadim Zeitlin [Thu, 13 Feb 2003 13:16:58 +0000 (13:16 +0000)] 
say that WarpPointer() is not supported under Mac

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

21 years agomarked dbkeyg.h as a wxBase file (fixes 685857)
Vadim Zeitlin [Thu, 13 Feb 2003 11:34:07 +0000 (11:34 +0000)] 
marked dbkeyg.h as a wxBase file (fixes 685857)

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

21 years ago Committing in .
Jouk Jansen [Thu, 13 Feb 2003 07:21:50 +0000 (07:21 +0000)] 
 Committing in .

 Roving class reference within the class itself.

 Modified Files:
  wxWindows/src/univ/combobox.cpp
 ----------------------------------------------------------------------

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

21 years agoadded an assert checking that Resume() is not called unnecessarily
Vadim Zeitlin [Thu, 13 Feb 2003 00:22:36 +0000 (00:22 +0000)] 
added an assert checking that Resume() is not called unnecessarily

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

21 years agofirst watcom makefile
Chris Elliott [Wed, 12 Feb 2003 22:17:08 +0000 (22:17 +0000)] 
first watcom makefile

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

21 years agofix watcom makefile
Chris Elliott [Wed, 12 Feb 2003 21:25:54 +0000 (21:25 +0000)] 
fix watcom makefile

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

21 years agofix watcom makefile
Chris Elliott [Wed, 12 Feb 2003 21:16:56 +0000 (21:16 +0000)] 
fix watcom makefile

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

21 years agoimprove watcom makefile
Chris Elliott [Wed, 12 Feb 2003 21:01:20 +0000 (21:01 +0000)] 
improve watcom makefile

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

21 years agofix unused vars for watcom
Chris Elliott [Wed, 12 Feb 2003 20:58:58 +0000 (20:58 +0000)] 
fix unused vars for watcom

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

21 years agocompilation fixes
Václav Slavík [Wed, 12 Feb 2003 20:35:27 +0000 (20:35 +0000)] 
compilation fixes

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

21 years ago Implemented wxToggleButton under Motif.
Mattia Barbon [Wed, 12 Feb 2003 18:20:23 +0000 (18:20 +0000)] 
  Implemented wxToggleButton under Motif.

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

21 years agoadded DoSetNativeFontInfo() to avoid virtual function hiding
Vadim Zeitlin [Wed, 12 Feb 2003 15:42:27 +0000 (15:42 +0000)] 
added DoSetNativeFontInfo() to avoid virtual function hiding

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

21 years agoremoved redundant code
Vadim Zeitlin [Wed, 12 Feb 2003 11:42:11 +0000 (11:42 +0000)] 
removed redundant code

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

21 years agofixed typo in SetToolClientData() docs
Vadim Zeitlin [Tue, 11 Feb 2003 22:55:40 +0000 (22:55 +0000)] 
fixed typo in SetToolClientData() docs

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

21 years ago Remove another already backported change.
Mattia Barbon [Tue, 11 Feb 2003 21:26:10 +0000 (21:26 +0000)] 
  Remove another already backported change.

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

21 years ago Remove already backported change.
Mattia Barbon [Tue, 11 Feb 2003 21:16:23 +0000 (21:16 +0000)] 
  Remove already backported change.

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

21 years ago Changes to be backported.
Mattia Barbon [Tue, 11 Feb 2003 21:09:05 +0000 (21:09 +0000)] 
  Changes to be backported.

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

21 years ago Finished native wxComboBox implementation; it still needs some testing.
Mattia Barbon [Tue, 11 Feb 2003 17:51:28 +0000 (17:51 +0000)] 
  Finished native wxComboBox implementation; it still needs some testing.

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

21 years agoAdded an item to toback24.txt
Julian Smart [Tue, 11 Feb 2003 15:50:59 +0000 (15:50 +0000)] 
Added an item to toback24.txt

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

21 years ago Minor corrections.
Robert Roebling [Tue, 11 Feb 2003 11:20:45 +0000 (11:20 +0000)] 
 Minor corrections.

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

21 years agofix contrib makefile for watcom
Chris Elliott [Mon, 10 Feb 2003 21:55:23 +0000 (21:55 +0000)] 
fix contrib makefile for watcom

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

21 years ago Clearly mark wxGLCanvas as not working under wxX11.
Mattia Barbon [Mon, 10 Feb 2003 21:27:24 +0000 (21:27 +0000)] 
  Clearly mark wxGLCanvas as not working under wxX11.

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

21 years ago Fix compilation with GCC (at least 2.95.4).
Mattia Barbon [Mon, 10 Feb 2003 21:18:32 +0000 (21:18 +0000)] 
  Fix compilation with GCC (at least 2.95.4).

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

21 years ago Fix compilation after last fix.
Mattia Barbon [Mon, 10 Feb 2003 21:12:55 +0000 (21:12 +0000)] 
  Fix compilation after last fix.

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

21 years ago Remove unnecessary header dependencies. Fix resulting compilation
Mattia Barbon [Mon, 10 Feb 2003 21:07:36 +0000 (21:07 +0000)] 
  Remove unnecessary header dependencies. Fix resulting compilation
problems for wxMSW, wxGTK, wxMotif, wxX11 and wxMac in default
configuration. Non-default configurations will probably need some more
fixes.

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

21 years agofix for making libraries
Chris Elliott [Mon, 10 Feb 2003 20:43:39 +0000 (20:43 +0000)] 
fix for making libraries

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

21 years agobug fixes
Stefan Csomor [Mon, 10 Feb 2003 19:15:13 +0000 (19:15 +0000)] 
bug fixes

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

21 years agoscrolbar event orientation fix
Vadim Zeitlin [Mon, 10 Feb 2003 16:16:14 +0000 (16:16 +0000)] 
scrolbar event orientation fix

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

21 years agoset orientation for scrolbar events
Vadim Zeitlin [Mon, 10 Feb 2003 16:11:55 +0000 (16:11 +0000)] 
set orientation for scrolbar events

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

21 years ago Support underscroes in menu item names under GTK2
Robert Roebling [Mon, 10 Feb 2003 10:13:58 +0000 (10:13 +0000)] 
  Support underscroes in menu item names under GTK2

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

21 years agouse bigger than default page size to avoid 'library too big' errors
Vadim Zeitlin [Sun, 9 Feb 2003 22:03:49 +0000 (22:03 +0000)] 
use bigger than default page size to avoid 'library too big' errors

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

21 years agoadded missing const
Vadim Zeitlin [Sun, 9 Feb 2003 21:26:22 +0000 (21:26 +0000)] 
added missing const

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

21 years agofileconf stuff
Vadim Zeitlin [Sun, 9 Feb 2003 21:22:47 +0000 (21:22 +0000)] 
fileconf stuff

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

21 years agodon't trigger an assert in wxFileConfigGroup::DeleteSubgroupByName() if the group...
Vadim Zeitlin [Sun, 9 Feb 2003 21:17:18 +0000 (21:17 +0000)] 
don't trigger an assert in wxFileConfigGroup::DeleteSubgroupByName() if the group doesn't exist

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

21 years ago Do not use stipple when drawing text, use solid foreground/background
Mattia Barbon [Sun, 9 Feb 2003 20:21:54 +0000 (20:21 +0000)] 
  Do not use stipple when drawing text, use solid foreground/background
colour instead.
  Use XSetTile/FillTiled instead of XSetStipple/FillStippled, otherwise
BadMatch errors occur in wxDC::SetBrush.

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

21 years ago Replaced wxDebugMsg with wxLogError.
Mattia Barbon [Sun, 9 Feb 2003 17:05:24 +0000 (17:05 +0000)] 
  Replaced wxDebugMsg with wxLogError.

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

21 years agoclipboard extension
Stefan Csomor [Sun, 9 Feb 2003 09:11:43 +0000 (09:11 +0000)] 
clipboard extension

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

21 years agocrash upon hide fix
Stefan Csomor [Sun, 9 Feb 2003 09:10:02 +0000 (09:10 +0000)] 
crash upon hide fix

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

21 years agocode
Stefan Csomor [Sun, 9 Feb 2003 09:08:09 +0000 (09:08 +0000)] 
code

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

21 years agonative tooltips
Stefan Csomor [Sun, 9 Feb 2003 09:04:18 +0000 (09:04 +0000)] 
native tooltips

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

21 years agoredraw changes
Stefan Csomor [Sun, 9 Feb 2003 09:01:05 +0000 (09:01 +0000)] 
redraw changes

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

21 years agocode changed along msw lines
Stefan Csomor [Sun, 9 Feb 2003 08:56:54 +0000 (08:56 +0000)] 
code changed along msw lines

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

21 years agocorrected disposal for b/w cursors and creation and disposal of colour cursors
Stefan Csomor [Sun, 9 Feb 2003 08:54:08 +0000 (08:54 +0000)] 
corrected disposal for b/w cursors and creation and disposal of colour cursors

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

21 years agomask and hotspot corrections
Stefan Csomor [Sun, 9 Feb 2003 08:23:08 +0000 (08:23 +0000)] 
mask and hotspot corrections

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

21 years agoclipboard bitmap support extended
Stefan Csomor [Sun, 9 Feb 2003 08:19:28 +0000 (08:19 +0000)] 
clipboard bitmap support extended

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

21 years agoclipboard
Stefan Csomor [Sun, 9 Feb 2003 08:15:35 +0000 (08:15 +0000)] 
clipboard

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

21 years agoremove references to 16 bit compilation
Chris Elliott [Sat, 8 Feb 2003 11:50:09 +0000 (11:50 +0000)] 
remove references to 16 bit compilation

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

21 years ago Committing in .
Jouk Jansen [Fri, 7 Feb 2003 07:27:30 +0000 (07:27 +0000)] 
 Committing in .

 wxMotif changes for OpenVMS

 Modified Files:
  wxWindows/src/motif/descrip.mms
  wxWindows/src/motif/evtloop.cpp
 ----------------------------------------------------------------------

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

21 years agocorrected several errors when generating project file with all configs
Vadim Zeitlin [Fri, 7 Feb 2003 02:56:49 +0000 (02:56 +0000)] 
corrected several errors when generating project file with all configs

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

21 years agoMoved ffile inclusion
Julian Smart [Thu, 6 Feb 2003 14:07:45 +0000 (14:07 +0000)] 
Moved ffile inclusion

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

21 years agoCheck the image height when calulating the line height. This allows
Robin Dunn [Thu, 6 Feb 2003 02:18:51 +0000 (02:18 +0000)] 
Check the image height when calulating the line height.  This allows
larger than normal images to be used.

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

21 years agoallow compilation with wxUSE_DATETIME == 0 (patch 679822)
Vadim Zeitlin [Thu, 6 Feb 2003 00:53:46 +0000 (00:53 +0000)] 
allow compilation with wxUSE_DATETIME == 0 (patch 679822)

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