]>
git.saurik.com Git - wxWidgets.git/log
Robin Dunn [Sat, 5 Jan 2002 22:49:02 +0000 (22:49 +0000)]
Fixed an off-by-one error in the rectangle converter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13393
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 5 Jan 2002 22:48:25 +0000 (22:48 +0000)]
Fixed gs_metricsMap so the constants line up correctly, there was an
off-by-one since the wx enum starts at 1 instead of 0.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13392
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Sat, 5 Jan 2002 22:47:13 +0000 (22:47 +0000)]
Added missing wxNativeFontInfo::GetFamily(). I think I did it right
but somebody who knows should check it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13391
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 5 Jan 2002 19:30:29 +0000 (19:30 +0000)]
move wxMGL cursor files to Scitech MGL itself
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13390
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 5 Jan 2002 19:30:05 +0000 (19:30 +0000)]
MSLU fixes for RichEdit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13389
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 5 Jan 2002 16:40:58 +0000 (16:40 +0000)]
corrected the non masked blitting code, brush hatched colors corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13388
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 5 Jan 2002 16:40:14 +0000 (16:40 +0000)]
made sure the alignment for the non-carbon fake list def resource is always 68k
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13387
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 5 Jan 2002 16:39:22 +0000 (16:39 +0000)]
memory leak fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13386
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 5 Jan 2002 16:37:49 +0000 (16:37 +0000)]
when the system is not yet start fully (macos not inited) mutexes and critical sections take shortcuts, these are ok since at this time there is always only on thread
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13385
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Sat, 5 Jan 2002 16:36:46 +0000 (16:36 +0000)]
added method for finding out, whether the macos system is fully initialized for this app (e.g. it is not during static initialization)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13384
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 5 Jan 2002 16:25:58 +0000 (16:25 +0000)]
MSLU fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13383
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Sat, 5 Jan 2002 16:25:51 +0000 (16:25 +0000)]
REALLY fixed the leak (Dimitri)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13382
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robert Roebling [Sat, 5 Jan 2002 15:58:52 +0000 (15:58 +0000)]
Recorrected calculation of client size in wxListCtrl.
Also added comments on why this is correct.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13381
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Sat, 5 Jan 2002 12:06:53 +0000 (12:06 +0000)]
removed obsolete files and added missing ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13380
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 5 Jan 2002 01:34:29 +0000 (01:34 +0000)]
fixed incorrect calls to SelectObject(hdc, NULL)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13379
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Sat, 5 Jan 2002 01:25:09 +0000 (01:25 +0000)]
fixed resource leak in CreateIconFromBitmap() (Dimitri)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13378
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Fri, 4 Jan 2002 22:51:55 +0000 (22:51 +0000)]
fixed memory leak when saving XPMs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13377
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 4 Jan 2002 22:06:19 +0000 (22:06 +0000)]
removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private and typecasts), carbon additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13376
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Fri, 4 Jan 2002 21:52:39 +0000 (21:52 +0000)]
added missing include file for Apple DevTools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13375
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Fri, 4 Jan 2002 21:51:02 +0000 (21:51 +0000)]
added missing casts after removal of dependancy on mac headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13374
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 4 Jan 2002 17:47:18 +0000 (17:47 +0000)]
Reversed breakage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13373
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 4 Jan 2002 17:36:18 +0000 (17:36 +0000)]
Fixes for GNUPro 00r1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13372
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Jan 2002 17:27:15 +0000 (17:27 +0000)]
fixed assert failure in wxStaticCast()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13371
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 4 Jan 2002 17:26:02 +0000 (17:26 +0000)]
removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private and typecasts)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13370
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 4 Jan 2002 17:19:28 +0000 (17:19 +0000)]
removing dependancy on mac headers from public wx headers (eventually adding wx/mac/private)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13369
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 4 Jan 2002 17:13:39 +0000 (17:13 +0000)]
removing dependancy on mac headers from public wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13368
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 4 Jan 2002 17:09:59 +0000 (17:09 +0000)]
removing dependany on mac headers from public wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13367
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Fri, 4 Jan 2002 17:00:38 +0000 (17:00 +0000)]
removing dependany on mac headers from public wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13366
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Jan 2002 15:20:01 +0000 (15:20 +0000)]
fixed the dialog event table (bug #498611)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13358
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 4 Jan 2002 14:18:59 +0000 (14:18 +0000)]
Corrected (maybe) the object.h token syntax; corrected typo in makefile.g95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13352
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Jan 2002 13:06:28 +0000 (13:06 +0000)]
always make the name of the file to replace absolute before using it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13351
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Jan 2002 13:04:42 +0000 (13:04 +0000)]
typo which prevented TMP env var from being used in CreateTempFile fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13350
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Fri, 4 Jan 2002 11:06:09 +0000 (11:06 +0000)]
Fixed missing membersections bug and also bug with functions not being written
in the right class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13349
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Fri, 4 Jan 2002 01:39:22 +0000 (01:39 +0000)]
fixed wxIsPathSeparator() to work for Mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13348
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 3 Jan 2002 23:16:06 +0000 (23:16 +0000)]
fixed MSW makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13347
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 3 Jan 2002 23:08:59 +0000 (23:08 +0000)]
made wxImageHander's default values consistent with wxImage (doesn't matter, wxImage passes index explicitly)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13346
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Thu, 3 Jan 2002 23:08:41 +0000 (23:08 +0000)]
(Hopefully) fixed bad MSW makefiles (Vadim, can you please check if I haven't screw up something in that executable noise?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13345
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 19:07:32 +0000 (19:07 +0000)]
moved Watcom thread stack size fix from .h to the .cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13344
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Jan 2002 18:23:35 +0000 (18:23 +0000)]
Added ignoreBadRefs so e.g. the PMF manual doesn't generate bad references to
wxWindows classes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13343
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Jan 2002 18:19:16 +0000 (18:19 +0000)]
PyCrust updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13341
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Jan 2002 18:18:55 +0000 (18:18 +0000)]
Fix for Python 2.2 issue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13340
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Jan 2002 18:17:19 +0000 (18:17 +0000)]
Move [GS]etDefaultItem up to wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13339
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Robin Dunn [Thu, 3 Jan 2002 18:16:35 +0000 (18:16 +0000)]
use proper style name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13338
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 17:39:28 +0000 (17:39 +0000)]
don't crash in UnselectAll() if the tree has no root
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13337
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 17:18:38 +0000 (17:18 +0000)]
fixed memory leak in wxHTTP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13336
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 17:16:27 +0000 (17:16 +0000)]
compilation fix for recent commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13335
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 16:01:02 +0000 (16:01 +0000)]
added wxRTTI macros to wxPopupComboWindow and wxPopupTransientWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13334
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 15:59:27 +0000 (15:59 +0000)]
rearranged functions by topics, got rid of the macros section and reduced the miscellaneous one and also added the alphabetical function list
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13333
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Jan 2002 14:23:33 +0000 (14:23 +0000)]
Added code to make it not duplicate membersections for overloaded functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13332
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Jouk Jansen [Thu, 3 Jan 2002 14:15:25 +0000 (14:15 +0000)]
Committing in .
Updated OpenVMS compile support
Modified Files:
wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13331
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Jan 2002 13:34:12 +0000 (13:34 +0000)]
Added FlushAll to CloseClass, otherwise text was only flushed right at the end,
and appeared in one file.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13330
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Thu, 3 Jan 2002 12:47:14 +0000 (12:47 +0000)]
added missing include file for Apple DevTools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13329
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Thu, 3 Jan 2002 12:02:47 +0000 (12:02 +0000)]
Added main() and corrected VC++ project settings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13328
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 3 Jan 2002 10:25:42 +0000 (10:25 +0000)]
added plain "*" as wildcard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13327
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 3 Jan 2002 09:47:22 +0000 (09:47 +0000)]
added correct temp folder path for mac classic
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13326
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Thu, 3 Jan 2002 09:29:20 +0000 (09:29 +0000)]
corrected graying out, only to be executed when background is gray or white
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13325
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Thu, 3 Jan 2002 06:34:21 +0000 (06:34 +0000)]
Changed test to reflect the real current state of dynamic loading
dependencies.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13324
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Thu, 3 Jan 2002 06:22:38 +0000 (06:22 +0000)]
Use GetFullPath not GetFullName in OnWrite else we'll always write the
file to the cwd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13323
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Ron Lee [Thu, 3 Jan 2002 05:53:39 +0000 (05:53 +0000)]
Added (and documented :) optional stack size specification for wxThread.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13322
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 00:49:05 +0000 (00:49 +0000)]
fixed SetInsertionPoint() for the rich text controls (ugly hack)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13321
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 00:45:22 +0000 (00:45 +0000)]
log textctrl should be readonly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13320
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 00:42:57 +0000 (00:42 +0000)]
suppressed wrong debug error messages from SetFocus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13319
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Thu, 3 Jan 2002 00:13:35 +0000 (00:13 +0000)]
some brush tests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13318
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Jan 2002 23:18:11 +0000 (23:18 +0000)]
added wxRTII macros to wxPopupWindow under MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13317
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Jan 2002 23:08:56 +0000 (23:08 +0000)]
fixed NotMSW flag handling in the common files (now for the makefiles)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13316
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Vadim Zeitlin [Wed, 2 Jan 2002 23:05:22 +0000 (23:05 +0000)]
fixed NotMSW flag handling in the common files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13315
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Wed, 2 Jan 2002 18:14:54 +0000 (18:14 +0000)]
Attempted to alter project settings for wxBase, Release mode, with only partial success
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13314
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 2 Jan 2002 17:09:43 +0000 (17:09 +0000)]
fixing effects of my lack of English skills: GetImagesCount back to GetImageCount
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13313
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 2 Jan 2002 17:09:01 +0000 (17:09 +0000)]
updated tags info
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13312
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Wed, 2 Jan 2002 17:08:49 +0000 (17:08 +0000)]
fixed missing wxprec.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13311
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
George Tasker [Wed, 2 Jan 2002 15:25:17 +0000 (15:25 +0000)]
Replaced 'delete' calls with wxDELETE() calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13310
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 1 Jan 2002 23:14:52 +0000 (23:14 +0000)]
regenerated makefiles (forgot to do it after changing filelist.txt... so much for advantages of having everything in the CVS...)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13309
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 1 Jan 2002 23:14:11 +0000 (23:14 +0000)]
wrong directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13308
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 1 Jan 2002 23:13:54 +0000 (23:13 +0000)]
multiple images support in wxImage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13307
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 1 Jan 2002 23:13:37 +0000 (23:13 +0000)]
support for multiple images in one file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13306
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Tue, 1 Jan 2002 23:13:02 +0000 (23:13 +0000)]
1. applied (heavily modified) patch for reading CUR files by Chris
2. fixed MIME types (changed to image/x-{bmp,ico,cur})
3. (hopefully) reduced excessive amount of spaces used in code formatting
4. made error messages human readable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13305
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Tue, 1 Jan 2002 17:28:50 +0000 (17:28 +0000)]
wxSystemSettings class API face lift: better names for its methods (wxMOTIF)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13304
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Tue, 1 Jan 2002 17:27:49 +0000 (17:27 +0000)]
implemented native font stuff for wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13303
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 14:47:12 +0000 (14:47 +0000)]
added correct pen styles for wxDOT etc as well as wxSTIPPLE implementation for 8x8 patterns
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13302
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 14:36:05 +0000 (14:36 +0000)]
changed layout hints to proper determining aqua layout presence before
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13301
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 14:35:27 +0000 (14:35 +0000)]
detection of aqua layout scheme added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13300
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 09:58:11 +0000 (09:58 +0000)]
corrected hatched brushes emulation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13299
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 09:56:37 +0000 (09:56 +0000)]
added stipple opaque mask detection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13298
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 09:55:45 +0000 (09:55 +0000)]
added wxcompliant patterns for hatched brushes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13297
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 09:55:10 +0000 (09:55 +0000)]
added null bytes to carb(0) resource, added comment about plst(0) resource
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13296
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Tue, 1 Jan 2002 09:54:17 +0000 (09:54 +0000)]
added detection of aqua layout scheme
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13295
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 31 Dec 2001 23:51:37 +0000 (23:51 +0000)]
don't use --enable-protocol(-xxx) w/o sockets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13294
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 31 Dec 2001 23:30:38 +0000 (23:30 +0000)]
compilation fix for wxUSE_PROTOCOL_FILE=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13293
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Václav Slavík [Mon, 31 Dec 2001 23:30:29 +0000 (23:30 +0000)]
removed previously unused and now uncompilable code from wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13292
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 31 Dec 2001 21:09:47 +0000 (21:09 +0000)]
wxSystemSettings class API face lift: better names for its methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13291
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 31 Dec 2001 20:48:19 +0000 (20:48 +0000)]
drag and drop is now implemented in wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13290
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 31 Dec 2001 20:15:51 +0000 (20:15 +0000)]
added missing include file for Apple DevTools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13289
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 31 Dec 2001 19:42:49 +0000 (19:42 +0000)]
added missing include files for Apple DevTools
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13288
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 31 Dec 2001 19:42:06 +0000 (19:42 +0000)]
added bmpbase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13287
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Gilles Depeyrot [Mon, 31 Dec 2001 19:25:02 +0000 (19:25 +0000)]
added wxUSE_PROTOCOL/wxUSE_URL defines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13286
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Julian Smart [Mon, 31 Dec 2001 18:38:09 +0000 (18:38 +0000)]
Removed debug comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13285
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 31 Dec 2001 16:49:59 +0000 (16:49 +0000)]
d&d implementation and checklistbox enabled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13283
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 31 Dec 2001 16:43:22 +0000 (16:43 +0000)]
d&d implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13282
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 31 Dec 2001 16:42:29 +0000 (16:42 +0000)]
wxMAC added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13281
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775
Stefan Csomor [Mon, 31 Dec 2001 16:37:42 +0000 (16:37 +0000)]
drag and drop implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13280
c3d73ce0 -8a6f-49c7-b76d-
6d57e0e08775