Václav Slavík
|
fe593cc504
|
(hopefully) fixed race condition in installing idle handler (calling wxPostEvent from non-main thread)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30266 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 20:04:59 +00:00 |
|
David Elliott
|
2449852113
|
Tabs to spaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 19:58:10 +00:00 |
|
David Elliott
|
5d553c56c9
|
Moved duplicated wxMac/wxCocoa code into src/mac/corefoundation/utilsexc_cf.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30264 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 19:45:42 +00:00 |
|
Włodzimierz Skiba
|
498b94a6e0
|
Make temporary MSWUniv buildable and mark problem for the future (or for now if the print changes are supposed to be complete).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 19:13:31 +00:00 |
|
Václav Slavík
|
448c8e496d
|
m_wakeUpTimerTag is not used anywhere, removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 19:13:07 +00:00 |
|
Ryan Norton
|
409a7ba772
|
slightly nicer workaround for pickier compiler warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 19:07:12 +00:00 |
|
Włodzimierz Skiba
|
bf8f21fdf8
|
Line at the end to please warning generator aka GCC ;)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30260 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 19:04:00 +00:00 |
|
Ryan Norton
|
e5c1e110ca
|
remove hack since it doubly-draws focus rects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 18:59:17 +00:00 |
|
Włodzimierz Skiba
|
846978d727
|
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 18:58:04 +00:00 |
|
Włodzimierz Skiba
|
a12f001e3f
|
'Unused ...' warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 18:45:02 +00:00 |
|
Włodzimierz Skiba
|
e2c10c59b7
|
Do not mention MacOS usage in makefiles dedicated to MSW.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 18:31:20 +00:00 |
|
Włodzimierz Skiba
|
38a8fcc1f8
|
Fix to broken windows makefiles with ADV lib usage. New line broke linking while all in single line works fine.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 17:57:38 +00:00 |
|
Václav Slavík
|
9fbad34ddd
|
don't add empty image to tabs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 17:53:20 +00:00 |
|
Ryan Norton
|
d21d3f21a2
|
wxstringbufferlen stl fixup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 17:51:28 +00:00 |
|
Ryan Norton
|
35b4f9cae1
|
wxdocmpnocase fixup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30252 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 17:47:33 +00:00 |
|
Jouk Jansen
|
cc69661552
|
Committing in .
Update OpenVMS configurations
Modified Files:
wxWidgets/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 13:57:08 +00:00 |
|
Ryan Norton
|
fd1017cd20
|
dll dec
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-04 02:58:13 +00:00 |
|
Václav Slavík
|
a78955e377
|
made it possible to customize wxGenericDirCtrl, such as using checked wxTreeCtrl (patch #1019699)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-03 23:01:57 +00:00 |
|
Robert Roebling
|
b438278443
|
Added printing images.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-03 21:47:55 +00:00 |
|
Robert Roebling
|
e1bf3ad3e8
|
Applied patch to reorder includes. Not the most
important patch in the world, but still.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30247 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-03 21:13:28 +00:00 |
|
Robert Roebling
|
cd86bf1e7e
|
Forgot to commit header.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-03 20:47:05 +00:00 |
|
Robin Dunn
|
ff0ac6b070
|
fix typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-03 17:28:37 +00:00 |
|
Robin Dunn
|
ef407a4e11
|
bump RC number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30244 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-03 17:27:16 +00:00 |
|
Robert Roebling
|
fa499247cf
|
Corrected typo in font scaling code.
More printing code for GNOME.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 21:21:53 +00:00 |
|
Robert Roebling
|
400be13742
|
Applied patch to show title bar changes
immidiately in wxMiniFrame
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 19:47:41 +00:00 |
|
Robert Roebling
|
981a6af126
|
Some more printing code to clear most of
the printing sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 14:32:59 +00:00 |
|
Stefan Csomor
|
c543817b32
|
wxMax instead of max, former is always around
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 09:36:13 +00:00 |
|
Stefan Csomor
|
db696b6238
|
correcting allocated buffer size
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 09:03:35 +00:00 |
|
Stefan Csomor
|
4d5e2c7dae
|
added corefoundation and base classes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 08:35:22 +00:00 |
|
Jouk Jansen
|
7c8fad40bf
|
Committing in .
Patches for OpenVMS
Modified Files:
wxWidgets/src/common/descrip.mms
wxWidgets/src/common/strconv.cpp
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 08:31:08 +00:00 |
|
Jouk Jansen
|
fa06876d15
|
Committing in .
Patches to compile on OpenVMS
Modified Files:
wxWidgets/descrip.mms wxWidgets/src/common/db.cpp
wxWidgets/src/common/stream.cpp
Added Files:
wxWidgets/src/xml/descrip.mms wxWidgets/src/xrc/descrip.mms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 07:13:19 +00:00 |
|
David Elliott
|
03ed957a32
|
Metrowerks CodeWarrior IDE prefix and precompiled header files for wxCocoa
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30235 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-02 06:22:11 +00:00 |
|
Robert Roebling
|
7b25d8e7bd
|
Adapted printing samples makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 23:07:49 +00:00 |
|
Robert Roebling
|
7fcba069d8
|
Added gprint.cpp to bakefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 23:06:30 +00:00 |
|
Robert Roebling
|
58c30cd80c
|
Further compile fixes.
Added module so that linking to GNOME printing
code will install its wxPrintFactory.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 23:05:24 +00:00 |
|
Václav Slavík
|
f201b1e293
|
OnGetItemText is const
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 21:03:30 +00:00 |
|
Robin Dunn
|
27a345c712
|
Increment RC number
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 19:48:04 +00:00 |
|
Robin Dunn
|
c4ef95daf6
|
Use a MessagePanel instead of a MessageDialog for samples that may not
be runnable in certain conditions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 19:39:09 +00:00 |
|
Robert Roebling
|
45fb81e556
|
define EXTRALIBS_GNOMEPRINT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 19:02:11 +00:00 |
|
Robert Roebling
|
7c72311fe1
|
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
Removed the now obsolete test for FT2 (FreeType)
which was used by the Pango based printing which
I removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 18:40:51 +00:00 |
|
Ryan Norton
|
638357a03e
|
rewrite core foundation conversion to be efficient, double-pass mac WC2MB to verify that there were no invalid characters converted, set amount of memory to allocate to 32 for mac conversion to prevent needless large buffer allocations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 18:03:04 +00:00 |
|
Ryan Norton
|
04fa0af10e
|
warning fix for 10.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 18:03:03 +00:00 |
|
Robin Dunn
|
71c9ea2b9e
|
Avoid the IsVisible assert in GetNextVisible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 17:55:56 +00:00 |
|
Julian Smart
|
780fb83cb0
|
Fixed bug in setting/getting value for wxComboBox. Read-only status
is taken into account.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 15:58:56 +00:00 |
|
Julian Smart
|
23fba6860a
|
Added missing functions and variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 15:55:14 +00:00 |
|
Robert Roebling
|
2c84e0c259
|
Added possibility to select a printer reported
by CUPS as a target. Some other corrections.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 15:24:44 +00:00 |
|
Robert Roebling
|
1e6601c72f
|
wxListCtrl::InsertItem() ignored the column.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30220 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 12:09:18 +00:00 |
|
David Elliott
|
b48a2016d0
|
Rebake after MacOS CarbonLib additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30219 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 06:00:58 +00:00 |
|
Stefan Csomor
|
9543e985ff
|
switching to defines not having a value for __WXMAC__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 05:57:25 +00:00 |
|
David Elliott
|
7b8609300d
|
wxMac: Rearrange a few things and add support for CarbonLib build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-11-01 05:10:02 +00:00 |
|