]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
21 years ago Code clanup: removed some useless/unused member
Mattia Barbon [Mon, 14 Apr 2003 17:27:28 +0000 (17:27 +0000)] 
  Code clanup: removed some useless/unused member
variables/functions from wxWindow; used
wxTranslateMouseEvent instead of duplicating its
functionality.

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

21 years agoAdded InitMouseEvent helper method (like wxMSW)
David Elliott [Mon, 14 Apr 2003 03:54:32 +0000 (03:54 +0000)] 
Added InitMouseEvent helper method (like wxMSW)
Implemented the following mouse handlers:
mouseDown, mouseDragged, mouseUp, mouseMoved
Added stubs for the following mouse handlers:
mouseEntered, mouseExited, rightMouseDown, rightMouseDragged, rightMouseUp,
otherMouseDown, otherMouseDragged, otherMouseUp

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

21 years agoCatch and forward the following mouse related events:
David Elliott [Mon, 14 Apr 2003 03:51:59 +0000 (03:51 +0000)] 
Catch and forward the following mouse related events:
mouseMoved, mouseEntered, mouseExited
mouseDown, mouseDragged, mouseUp
rightMouseDown, rightMouseDragged, rightMouseUp
otherMouseDown, otherMouseDragged, oterMouseUp

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

21 years agoAdded NSEvent class for wxCocoa
David Elliott [Mon, 14 Apr 2003 03:48:54 +0000 (03:48 +0000)] 
Added NSEvent class for wxCocoa

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

21 years agoUse (generic) text dialog for wxCocoa
David Elliott [Mon, 14 Apr 2003 01:53:55 +0000 (01:53 +0000)] 
Use (generic) text dialog for wxCocoa

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

21 years agoAdded -w-inl to CFG section to suppress the annoying messages about event and radiobo...
Michael Bedward [Mon, 14 Apr 2003 01:21:26 +0000 (01:21 +0000)] 
Added -w-inl to CFG section to suppress the annoying messages about event and radiobox functions not being inlined.

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

21 years agosupport raw access to DDBs as well as DIBs
Vadim Zeitlin [Mon, 14 Apr 2003 01:03:41 +0000 (01:03 +0000)] 
support raw access to DDBs as well as DIBs

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

21 years agoadded debug checks
Vadim Zeitlin [Mon, 14 Apr 2003 01:03:04 +0000 (01:03 +0000)] 
added debug checks

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

21 years agofixes for Win95 (where GetObject(DIBSECTION) is broken)
Vadim Zeitlin [Mon, 14 Apr 2003 00:59:48 +0000 (00:59 +0000)] 
fixes for Win95 (where GetObject(DIBSECTION) is broken)

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

21 years agodon't crash if an image is not found
Vadim Zeitlin [Mon, 14 Apr 2003 00:46:59 +0000 (00:46 +0000)] 
don't crash if an image is not found

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

21 years agoTest for result of searching for wxID_CANCEL button
Julian Smart [Sun, 13 Apr 2003 22:56:09 +0000 (22:56 +0000)] 
Test for result of searching for wxID_CANCEL button

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

21 years agoDon't use focus if NULL
Julian Smart [Sun, 13 Apr 2003 22:38:57 +0000 (22:38 +0000)] 
Don't use focus if NULL

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

21 years agoremoved accidentally left #ifdef WATCOM
Vadim Zeitlin [Sun, 13 Apr 2003 22:11:42 +0000 (22:11 +0000)] 
removed accidentally left #ifdef WATCOM

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

21 years agorenamed GlobalHandle class to GlobalPtr to avoid conflict with the Win32 function
Vadim Zeitlin [Sun, 13 Apr 2003 21:58:59 +0000 (21:58 +0000)] 
renamed GlobalHandle class to GlobalPtr to avoid conflict with the Win32 function

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

21 years agoSet wxPendingEvents to NULL after deleting it
Julian Smart [Sun, 13 Apr 2003 21:08:39 +0000 (21:08 +0000)] 
Set wxPendingEvents to NULL after deleting it

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

21 years agodon't crash in UngetRawData() if it is invalid; fixed rounding errors in alpha premul...
Vadim Zeitlin [Sun, 13 Apr 2003 16:23:40 +0000 (16:23 +0000)] 
don't crash in UngetRawData() if it is invalid; fixed rounding errors in alpha premultiplying

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

21 years agoimplemented fallback for AlphaBlend() for the systems not supporting it
Vadim Zeitlin [Sun, 13 Apr 2003 15:59:49 +0000 (15:59 +0000)] 
implemented fallback for AlphaBlend() for the systems not supporting it

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

21 years agodon't return garbage from GetRawBitmap
Vadim Zeitlin [Sun, 13 Apr 2003 15:58:47 +0000 (15:58 +0000)] 
don't return garbage from GetRawBitmap

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

21 years agoadded missing wxBitmap(w, h, dc) ctor
Vadim Zeitlin [Sun, 13 Apr 2003 15:52:14 +0000 (15:52 +0000)] 
added missing wxBitmap(w, h, dc) ctor

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

21 years agoadded the list of supported accelerators
Vadim Zeitlin [Sun, 13 Apr 2003 15:36:35 +0000 (15:36 +0000)] 
added the list of supported accelerators

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

21 years agobetter alpha test
Vadim Zeitlin [Sun, 13 Apr 2003 14:11:01 +0000 (14:11 +0000)] 
better alpha test

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

21 years agofix alpha premultiplying
Vadim Zeitlin [Sun, 13 Apr 2003 14:09:00 +0000 (14:09 +0000)] 
fix alpha premultiplying

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

21 years ago Removed conflict markers.
Mattia Barbon [Sun, 13 Apr 2003 14:07:51 +0000 (14:07 +0000)] 
  Removed conflict markers.

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

21 years agopremultiply the colours by the alpha value
Vadim Zeitlin [Sun, 13 Apr 2003 14:02:17 +0000 (14:02 +0000)] 
premultiply the colours by the alpha value

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

21 years ago Compilation fix.
Mattia Barbon [Sun, 13 Apr 2003 14:01:28 +0000 (14:01 +0000)] 
  Compilation fix.

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

21 years ago Fix wxMotif build.
Mattia Barbon [Sun, 13 Apr 2003 13:58:01 +0000 (13:58 +0000)] 
  Fix wxMotif build.

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

21 years agono changes
Vadim Zeitlin [Sun, 13 Apr 2003 13:55:53 +0000 (13:55 +0000)] 
no changes

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

21 years agoadded wxBitmap::UseAlpha()
Vadim Zeitlin [Sun, 13 Apr 2003 13:45:20 +0000 (13:45 +0000)] 
added wxBitmap::UseAlpha()

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

21 years agoadded test image for alpha
Vadim Zeitlin [Sun, 13 Apr 2003 13:44:35 +0000 (13:44 +0000)] 
added test image for alpha

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

21 years agosupported controls on toolbar
Stefan Csomor [Sun, 13 Apr 2003 11:57:48 +0000 (11:57 +0000)] 
supported controls on toolbar

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

21 years agoimplemented constructor for rect from point and size
Stefan Csomor [Sun, 13 Apr 2003 11:55:25 +0000 (11:55 +0000)] 
implemented constructor for rect from point and size

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

21 years agoInclude datacmn.cpp in wxCocoa
David Elliott [Sun, 13 Apr 2003 06:29:13 +0000 (06:29 +0000)] 
Include datacmn.cpp in wxCocoa

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

21 years agoRemoved everything since it's now in datacmn.cpp
David Elliott [Sun, 13 Apr 2003 06:10:03 +0000 (06:10 +0000)] 
Removed everything since it's now in datacmn.cpp

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

21 years agoImplemented Raise()
David Elliott [Sun, 13 Apr 2003 05:40:01 +0000 (05:40 +0000)] 
Implemented Raise()

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

21 years agofixed unused variable warning
Vadim Zeitlin [Sun, 13 Apr 2003 02:22:52 +0000 (02:22 +0000)] 
fixed unused variable warning

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

21 years agofixes necessary for the default GUI log target to be used in Debug mode
Vadim Zeitlin [Sun, 13 Apr 2003 02:22:00 +0000 (02:22 +0000)] 
fixes necessary for the default GUI log target to be used in Debug mode

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

21 years agofixed yet another printf() format warning
Vadim Zeitlin [Sun, 13 Apr 2003 02:11:12 +0000 (02:11 +0000)] 
fixed yet another printf() format warning

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

21 years agofixed printf() format warnings
Vadim Zeitlin [Sun, 13 Apr 2003 02:08:03 +0000 (02:08 +0000)] 
fixed printf() format warnings

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

21 years agofixed a printf() format warning
Vadim Zeitlin [Sun, 13 Apr 2003 01:48:17 +0000 (01:48 +0000)] 
fixed a printf() format warning

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

21 years agofixed a harmless warning
Vadim Zeitlin [Sun, 13 Apr 2003 01:26:43 +0000 (01:26 +0000)] 
fixed a harmless warning

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

21 years agobackport wxZipFsHandler fix
Václav Slavík [Sat, 12 Apr 2003 22:30:48 +0000 (22:30 +0000)] 
backport wxZipFsHandler fix

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

21 years agoremoved outdated docs (fixes bug #698139)
Václav Slavík [Sat, 12 Apr 2003 22:29:04 +0000 (22:29 +0000)] 
removed outdated docs (fixes bug #698139)

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

21 years agofixed relative filenames inside ZIP archive
Václav Slavík [Sat, 12 Apr 2003 22:28:51 +0000 (22:28 +0000)] 
fixed relative filenames inside ZIP archive

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

21 years agobetter error message
Václav Slavík [Sat, 12 Apr 2003 22:28:13 +0000 (22:28 +0000)] 
better error message

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

21 years agoapplied patch to fix tooltips charset
Václav Slavík [Sat, 12 Apr 2003 18:40:48 +0000 (18:40 +0000)] 
applied patch to fix tooltips charset

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

21 years agocompilation fix
Václav Slavík [Sat, 12 Apr 2003 18:38:30 +0000 (18:38 +0000)] 
compilation fix

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

21 years agoadded LDFLAGS_GL to makefiles
Václav Slavík [Sat, 12 Apr 2003 18:38:10 +0000 (18:38 +0000)] 
added LDFLAGS_GL to makefiles

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

21 years agocompilation fix for gcc
Václav Slavík [Sat, 12 Apr 2003 18:37:20 +0000 (18:37 +0000)] 
compilation fix for gcc

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

21 years agoadded Georgian translation
Václav Slavík [Sat, 12 Apr 2003 18:37:05 +0000 (18:37 +0000)] 
added Georgian translation

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

21 years agoredraw fixes for OSX
Stefan Csomor [Sat, 12 Apr 2003 18:05:17 +0000 (18:05 +0000)] 
redraw fixes for OSX

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

21 years agoadaption to deprecated files
Stefan Csomor [Sat, 12 Apr 2003 18:03:12 +0000 (18:03 +0000)] 
adaption to deprecated files

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

21 years agofixed Moving() documentation
Vadim Zeitlin [Sat, 12 Apr 2003 13:16:20 +0000 (13:16 +0000)] 
fixed Moving() documentation

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

21 years agoadded Ukrainian translation
Vadim Zeitlin [Sat, 12 Apr 2003 13:15:27 +0000 (13:15 +0000)] 
added Ukrainian translation

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

21 years agoDECLARE_WXCOCOA_OBJC_CLASS now declares types as struct objc_object* so that
David Elliott [Sat, 12 Apr 2003 04:17:37 +0000 (04:17 +0000)] 
DECLARE_WXCOCOA_OBJC_CLASS now declares types as struct objc_object* so that
they are exactly the same type for C++ and Objective-C++ code.  This allows
them to be used as arguments to functions, especially virtuals, because
the C++ name mangling will be the same.

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

21 years agofixed syntax error in configure.in; regenerated configure after recent changes
Vadim Zeitlin [Sat, 12 Apr 2003 01:18:57 +0000 (01:18 +0000)] 
fixed syntax error in configure.in; regenerated configure after recent changes

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

21 years agoUnix OpenGL build fix
Vadim Zeitlin [Sat, 12 Apr 2003 01:13:07 +0000 (01:13 +0000)] 
Unix OpenGL build fix

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

21 years agodon't suppose that libs GL and GLU arei n the same directory (bug 699289)
Vadim Zeitlin [Sat, 12 Apr 2003 01:11:49 +0000 (01:11 +0000)] 
don't suppose that libs GL and GLU arei n the same directory (bug 699289)

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

21 years agotrying to fix threads compilation options: use -Ethreads under UnixWare, don't use...
Vadim Zeitlin [Sat, 12 Apr 2003 01:02:02 +0000 (01:02 +0000)] 
trying to fix threads compilation options: use -Ethreads under UnixWare, don't use -pthreads under IRIX

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

21 years agoUnixWare compilation fix (explicitly declare pthread_mutexattr_settype)
Vadim Zeitlin [Sat, 12 Apr 2003 00:53:37 +0000 (00:53 +0000)] 
UnixWare compilation fix (explicitly declare pthread_mutexattr_settype)

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

21 years agouser dash and container focus patches
Vadim Zeitlin [Sat, 12 Apr 2003 00:47:45 +0000 (00:47 +0000)] 
user dash and container focus patches

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

21 years agofixes return values of wxSemaphore::TryWait() and WaitTimeout() to behave as documented
Vadim Zeitlin [Sat, 12 Apr 2003 00:43:28 +0000 (00:43 +0000)] 
fixes return values of wxSemaphore::TryWait() and WaitTimeout() to behave as documented

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

21 years agoUnixWare compilation fix (include sys/filio.h)
Vadim Zeitlin [Sat, 12 Apr 2003 00:35:14 +0000 (00:35 +0000)] 
UnixWare compilation fix (include sys/filio.h)

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

21 years agoadded UnixWare recognition
Vadim Zeitlin [Sat, 12 Apr 2003 00:32:22 +0000 (00:32 +0000)] 
added UnixWare recognition

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

21 years agoUnixware compilation fix (#undef index)
Vadim Zeitlin [Sat, 12 Apr 2003 00:22:45 +0000 (00:22 +0000)] 
Unixware compilation fix (#undef index)

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

21 years agofixed CheckTransparency() for RGBA images
Vadim Zeitlin [Sat, 12 Apr 2003 00:03:16 +0000 (00:03 +0000)] 
fixed CheckTransparency() for RGBA images

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

21 years ago2.4 -> 2.5; build in another directory than source one; mention --disable-shared
Vadim Zeitlin [Sat, 12 Apr 2003 00:02:28 +0000 (00:02 +0000)] 
2.4 -> 2.5; build in another directory than source one; mention --disable-shared

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

21 years agounstable doesn't mean it crashes
Vadim Zeitlin [Fri, 11 Apr 2003 23:56:27 +0000 (23:56 +0000)] 
unstable doesn't mean it crashes

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

21 years agodon't forget to backport manifest and wxLocale fix
Václav Slavík [Fri, 11 Apr 2003 23:24:05 +0000 (23:24 +0000)] 
don't forget to backport manifest and wxLocale fix

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

21 years agoadded WindowsXP manifest directly into application's resources
Václav Slavík [Fri, 11 Apr 2003 23:22:39 +0000 (23:22 +0000)] 
added WindowsXP manifest directly into application's resources

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

21 years agodon't report setlocale failure if trying to set Unicode-only language
Václav Slavík [Fri, 11 Apr 2003 23:20:36 +0000 (23:20 +0000)] 
don't report setlocale failure if trying to set Unicode-only language

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

21 years agoFixed wxMac's wxTextCtrl::SetSelection so that (-1,-1) will select the
Robin Dunn [Fri, 11 Apr 2003 22:38:56 +0000 (22:38 +0000)] 
Fixed wxMac's wxTextCtrl::SetSelection so that (-1,-1) will select the
entire value like other ports do.

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

21 years agofixed bug with searching in sorted arrays
Vadim Zeitlin [Fri, 11 Apr 2003 22:05:24 +0000 (22:05 +0000)] 
fixed bug with searching in sorted arrays

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

21 years agocorrect Watcom build instructions
Chris Elliott [Fri, 11 Apr 2003 14:31:24 +0000 (14:31 +0000)] 
correct Watcom build instructions

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

21 years agouse on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)
Vadim Zeitlin [Fri, 11 Apr 2003 14:14:23 +0000 (14:14 +0000)] 
use on gdk_draw_lines() call instead of multiple gdk_draw_line() ones (patch 717012)

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

21 years agofixes for user dash handling (patch 717736)
Vadim Zeitlin [Fri, 11 Apr 2003 14:02:32 +0000 (14:02 +0000)] 
fixes for user dash handling (patch 717736)

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

21 years agocontainers don't always accept focus (patch 718913)
Vadim Zeitlin [Fri, 11 Apr 2003 13:48:27 +0000 (13:48 +0000)] 
containers don't always accept focus (patch 718913)

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

21 years agoMoved wxDateTime::TIME_T_FACTOR into datetime.cpp to
Julian Smart [Fri, 11 Apr 2003 11:01:39 +0000 (11:01 +0000)] 
Moved wxDateTime::TIME_T_FACTOR into datetime.cpp to
prevent VC++ confusion

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

21 years agodon't use deprecated macros
Václav Slavík [Thu, 10 Apr 2003 23:01:42 +0000 (23:01 +0000)] 
don't use deprecated macros

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

21 years agoregenerated with tmake after adding datacmn.cpp
Vadim Zeitlin [Thu, 10 Apr 2003 21:08:29 +0000 (21:08 +0000)] 
regenerated with tmake after adding datacmn.cpp

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

21 years agoextracted duplicated code from src/*/data.cpp in a common file
Vadim Zeitlin [Thu, 10 Apr 2003 20:33:17 +0000 (20:33 +0000)] 
extracted duplicated code from src/*/data.cpp in a common file

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

21 years agodon't use deprecated IntToString function
Vadim Zeitlin [Thu, 10 Apr 2003 18:14:38 +0000 (18:14 +0000)] 
don't use deprecated IntToString function

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

21 years agomoved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took...
Vadim Zeitlin [Thu, 10 Apr 2003 13:08:46 +0000 (13:08 +0000)] 
moved wxFloat/DoubleToStringStr from src/*/data.cpp to src/common/utils.cpp; took all String <-> Numebr functions inside WXWIN_COMPATIBILITY_2_4

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

21 years agoset krc to wxKILL_OK on success
Vadim Zeitlin [Thu, 10 Apr 2003 00:14:17 +0000 (00:14 +0000)] 
set krc to wxKILL_OK on success

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

21 years agoif we are not in the main thread, output the assert directly and trap since
Gilles Depeyrot [Wed, 9 Apr 2003 20:30:33 +0000 (20:30 +0000)] 
if we are not in the main thread, output the assert directly and trap since
dialogs cannot be displayed

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

21 years ago Compilation fix (missing headers).
Mattia Barbon [Wed, 9 Apr 2003 17:07:25 +0000 (17:07 +0000)] 
  Compilation fix (missing headers).

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

21 years ago Add tests for XShape extension API in configure,
Mattia Barbon [Wed, 9 Apr 2003 16:58:33 +0000 (16:58 +0000)] 
  Add tests for XShape extension API in configure,
and implements wxTLW::SetShape for wxMotif and wxX11
using the aforementioned extension.

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

21 years ago Use the wxBitmap implementation from wxX11
Mattia Barbon [Wed, 9 Apr 2003 16:44:27 +0000 (16:44 +0000)] 
  Use the wxBitmap implementation from wxX11
in wxMotif; solves various bugs related to wxMask
handling (and effectively adds a lot of wxMask
functionality previously missing).

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

21 years agoInclude winable.h for NotifyWinEvent.
Julian Smart [Wed, 9 Apr 2003 15:16:54 +0000 (15:16 +0000)] 
Include winable.h for NotifyWinEvent.

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

21 years agoupdate from NY
Vadim Zeitlin [Wed, 9 Apr 2003 14:48:04 +0000 (14:48 +0000)] 
update from NY

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

21 years agoFixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in...
Michael Bedward [Wed, 9 Apr 2003 13:19:40 +0000 (13:19 +0000)] 
Fixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in the build. Is there some better way of doing this ?

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

21 years agoTurn off all border styles for the inner window
Robin Dunn [Tue, 8 Apr 2003 22:24:14 +0000 (22:24 +0000)] 
Turn off all border styles for the inner window

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

21 years agoyet another versionof Greek translations
Vadim Zeitlin [Tue, 8 Apr 2003 18:51:36 +0000 (18:51 +0000)] 
yet another versionof Greek translations

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

21 years ago Compilation fix for !wxUSE_TOOLTIP.
Mattia Barbon [Tue, 8 Apr 2003 18:45:38 +0000 (18:45 +0000)] 
  Compilation fix for !wxUSE_TOOLTIP.

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

21 years ago Removed ".wxr fixes for Unicode" item, since wxr have been
Mattia Barbon [Tue, 8 Apr 2003 18:37:30 +0000 (18:37 +0000)] 
  Removed ".wxr fixes for Unicode" item, since wxr have been
removed from 2.6-to-be, and deprecated in 2.4.

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

21 years agoadded missing default argument value
Vadim Zeitlin [Tue, 8 Apr 2003 13:52:31 +0000 (13:52 +0000)] 
added missing default argument value

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

21 years agoprintf() format warning fixed
Vadim Zeitlin [Tue, 8 Apr 2003 11:28:57 +0000 (11:28 +0000)] 
printf() format warning fixed

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

21 years agowxMac doesn't use wxTaskBarIcon
Vadim Zeitlin [Tue, 8 Apr 2003 10:53:23 +0000 (10:53 +0000)] 
wxMac doesn't use wxTaskBarIcon

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

21 years agobackported some things
Václav Slavík [Mon, 7 Apr 2003 22:17:13 +0000 (22:17 +0000)] 
backported some things

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

21 years agodeprecated XMLID and friends macros
Václav Slavík [Mon, 7 Apr 2003 22:15:03 +0000 (22:15 +0000)] 
deprecated XMLID and friends macros

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

21 years agoexplicit app modality in SetModal
Stefan Csomor [Mon, 7 Apr 2003 20:37:30 +0000 (20:37 +0000)] 
explicit app modality in SetModal

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