Vadim Zeitlin
e259f83e0f
small tweaks to wxDynamicLibrary test
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 22:24:04 +00:00
Vadim Zeitlin
7586c7f900
regenerated after adding msw/datectrl.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 22:22:43 +00:00
Vadim Zeitlin
da55d0644f
extracted Unix code in a separate new file (src/unix/dlunix.cpp), it remains only to refactor Mac/OS2 versions to finally fix the mess in common/dnylib.cpp...
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 22:21:44 +00:00
Vadim Zeitlin
114a4501f8
regenerated to include msw/dlmsw.cpp and datectrl.cpp
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 20:56:58 +00:00
Vadim Zeitlin
defbed48e7
1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp
...
2. added and documented wxDynamicLibrary::ListLoaded()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 20:50:06 +00:00
Robert Roebling
c4526184a7
Use connect_signal_after for list events. This should
...
probably be done for all native control command events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 16:54:50 +00:00
Vadim Zeitlin
370fd4c26e
undid the last patch: set wxUSE_XXX to 0 in setup.h.in instead of having to do it manually in configure
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:58:54 +00:00
Vadim Zeitlin
f50f0a4826
regenerated with all common options set to 0
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:54:58 +00:00
Vadim Zeitlin
de1efd2d08
catch a few more defines, which were not of the wxUSE_XXX form, and set them to 0 as well
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:54:17 +00:00
Vadim Zeitlin
88e14c09a7
oops, sed replace was eating underscores
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:50:07 +00:00
Vadim Zeitlin
f1781e98b6
compilation fix for !USE_PCH
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:47:02 +00:00
Vadim Zeitlin
28999ba631
don't force wxUSE_EXTENDED_RTTI to eb 1 for Borland compiler (why?)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:46:22 +00:00
Vadim Zeitlin
8d51d7d2f9
1. set all wxUSE_XXXs to 0 in the generated setup.h.in
...
2. don't update the files unless necessary (i.e. check modification time)
3. show progress messages
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:44:44 +00:00
Robert Roebling
c7d94ca4f9
Applied patch for correct feedback from DND
...
actions (not all actions are allowed).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:33:28 +00:00
Robert Roebling
ac103441d1
Applied patch which solved conflicts between wxWidgets
...
and GTK+'s context menu code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:27:15 +00:00
Robert Roebling
7c2f14eeb8
Commited scrollbar patch which sends lineup, linedown
...
events based on intercepting the mouse down events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 15:23:16 +00:00
Vadim Zeitlin
748a468469
added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 14:01:44 +00:00
Julian Smart
a6966de150
Doc update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 14:00:18 +00:00
Julian Smart
b58deaecff
Check for wxUSE_GLOBAL_MEMORY_OPERATORS before redefining new
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 13:40:04 +00:00
Julian Smart
aea22172ef
Doc corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 13:33:19 +00:00
Robert Roebling
a77d6d2f9e
Applied patch for rounded rectangle.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 12:58:52 +00:00
Vadim Zeitlin
dd3a2d9657
fixed wxUSE_3rdpartylib definitions for --without-3rdparty lib (patch 1103276)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 12:06:14 +00:00
Vadim Zeitlin
f1a9125b88
fixed export of hex values
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 00:32:11 +00:00
Vadim Zeitlin
20d8c31990
implemented Export(file)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-16 00:26:40 +00:00
Vadim Zeitlin
5fec5bb620
added mode parameter to wxFFileStream ctors taking wxFFile
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 23:06:09 +00:00
Vadim Zeitlin
c67b4daf47
only define wxUSE_NATIVE_STATUSBAR for the ports which have it (MSW and Mac)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 21:07:04 +00:00
Vadim Zeitlin
1a765d9791
no need for vi modeline now that the extension is no longer .h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 21:05:41 +00:00
Vadim Zeitlin
881bfcd609
define wxUSE_GUI as 0 when --disable-gui is used
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 20:35:19 +00:00
Vadim Zeitlin
72bb50de24
removed unused wxUSE_NOGUI to avoid confusion with wxUSE_GUI
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 20:06:20 +00:00
Vadim Zeitlin
aa1f2541b6
removed all occurences of (obsolete) wxUSE_DYNAMIC_CLASSES
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 17:54:04 +00:00
Vadim Zeitlin
6d1ce8685f
show "none" for gnomeprint in the summary when building wxBase instead of nothing at all
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 17:38:05 +00:00
Vadim Zeitlin
684eee12d8
mention wxUSE_DATEPICKCTRL
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 17:12:51 +00:00
Vadim Zeitlin
e31e6ea75d
moved styles logic to MSWGetStyle() (no real changes)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 17:10:34 +00:00
Vadim Zeitlin
32f1f66a3e
wxMSW wxDatePickerCtrl header
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 17:08:07 +00:00
Vadim Zeitlin
2fddf89374
manage setup.h.in using update-setup.h too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 16:37:38 +00:00
Vadim Zeitlin
8d8f077eab
manage wx/mac/setup0.h using build/update-setup.h too
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 16:14:14 +00:00
Vadim Zeitlin
6d1fbf781e
moved some Win32-specific settings from common file
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 16:11:20 +00:00
Vadim Zeitlin
24ab5c03d9
added special comments used by build/update-setup.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 15:55:04 +00:00
Vadim Zeitlin
ff3a660baa
added setup.h file containing the settings common to all ports and a script to update wx/*/setup.h using it
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 15:54:00 +00:00
Vadim Zeitlin
ef78230168
removed obsolete wxUSE_CTL3D
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 14:45:20 +00:00
Vadim Zeitlin
23bec39ad3
typo in a link
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 01:37:40 +00:00
Vadim Zeitlin
feb72429e8
added API, docs and Win32 implementation of wxDatePickerCtrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 01:31:10 +00:00
Vadim Zeitlin
f38d3607bb
added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-15 01:18:29 +00:00
David Elliott
ee02254913
Split some of the recent code out to make it more reusable.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 19:24:27 +00:00
Robin Dunn
185f6036f8
Bug fix for [ 1059381 ] Mouse wheel does not work in listctrl with gtk2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 15:59:21 +00:00
David Elliott
9d208085a7
Forgot to commit this as part of the CocoaGetWxToBoundsTransform change.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 15:02:54 +00:00
David Elliott
db8512fe2b
Forgot to initialize m_cocoaWxToBoundsTransform = nil;
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 14:27:49 +00:00
David Elliott
4db3c8ac63
Separate NSAffineTransform creation out of wxDC::CocoaApplyTransform into
...
static wxDC::CocoaGetWxToBoundsTransform. Create the transform and store
it as a member variable in wxDC when focus is locked on the DC.
For wxClientDC and wxPaintDC call a new wxWindow::CocoaGetWxToBoundsTransform
which will eventually handle scrolling.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 14:22:03 +00:00
Włodzimierz Skiba
52f2ad0899
Common wxListCtrl control name.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 13:07:44 +00:00
Robin Dunn
51b83b3756
reSWIGged
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-01-14 02:24:04 +00:00