Mart Raudsepp
90c7e645b6
Note on need for build environment support for PCH in case of some compilers (GCC notably).
...
TODO: Clarify later once things are more clear.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 11:59:45 +00:00
Kevin Ollivier
a70e625879
Added a missing import that was causing FormatText to fail.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 07:20:29 +00:00
Michael Wetherell
29cc18e9a3
Put wxEVT_SCROLL_CHANGED and wxEVT_SCROLL_ENDSCROLL inside
...
#if wxABI_VERSION >= 20601
...
#endif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 01:05:16 +00:00
Michael Wetherell
67d124f620
Add wxABI_VERSION
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 00:58:28 +00:00
Michael Wetherell
0751433414
Make wxEVT_SCROLL_ENDSCROLL a #define in event.h so that new applications
...
won't depend on it, and so will be compatible with 2.6.1 libs. But still
define and export it in event.cpp so that 2.6.0 apps will be able to use
2.6.1.1 libs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34781 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-30 00:52:05 +00:00
Vadim Zeitlin
97799a969b
use a constant instead of hardcoded value
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 22:05:08 +00:00
Václav Slavík
05a0bcdec6
moved version-related variables to separate file in preparation for sonames fix (no real changes yet)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 21:53:53 +00:00
Václav Slavík
49e7b7a26e
Unicode compilation fix again - please don't use non-ASCII characters in source code
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 21:39:21 +00:00
Václav Slavík
e25a94ace8
added version tag for symbols introduced in 2.6.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 21:37:25 +00:00
Robert Roebling
b7a4965413
Apply mask origin patch for blitting.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 19:22:54 +00:00
Robert Roebling
87ae5038ef
define NO_GCC_PRAGMA if
...
- PCH
- GCC >= 4.0
- certain cases like Apple GCC, Mingw32 with certain other option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34775 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 19:02:19 +00:00
Robert Roebling
87dd70d3c9
Added test case speficically for GCC >= 4.0 and
...
define NO_GCC_PRAGMA then.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 13:40:33 +00:00
Robert Roebling
ddd14b1483
Reverted GCC_NO_PRAGMA change
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 13:26:45 +00:00
Michael Wetherell
8b5d41cc51
Add HANGUL_CHARSET for vc++ 5, and move a couple of others that were already
...
in there for DMC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-29 01:34:43 +00:00
Mart Raudsepp
e6e86d52fd
Add wxArray, wxArrayString, wxDateEvent and wxSplitterEvent into the classes by category listing.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34770 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 15:45:25 +00:00
Mart Raudsepp
15f7744be8
Link fix in XML Resource overview.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 13:11:12 +00:00
Mart Raudsepp
35e47decef
Remove references to wxValidator in wxSpinButton docs - no validator param. Closes patch #1227956
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-27 12:37:54 +00:00
Stefan Neis
1ff6a165a3
Compilation fix for some gcc versions on OS/2.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 16:28:18 +00:00
Robert Roebling
619f45aa8a
Added wxShadowObject for imitating a VMT with
...
virtual functions without changing the C++
interface etc. of the class.
Added test to it to the dynamic sample.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 15:48:02 +00:00
Stefan Neis
10f2222ca3
Fixed compilation error for Motif.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 15:46:28 +00:00
Robert Roebling
4871079576
Revert Ron's removal of the reserved functions.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 15:46:12 +00:00
Mattia Barbon
af90bd4880
Documented wxListItemAttr.
...
Clarified that item data is asociated with a wxListCtrl
item and not with subitems.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 13:51:29 +00:00
Stefan Neis
93599ac045
Possibly to allow including both os2/private.h and GUI's private.h for
...
X11 based builds on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-26 13:25:39 +00:00
Vadim Zeitlin
d008a4a6bb
readded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwards binary compatibility breakage
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-25 12:19:03 +00:00
Václav Slavík
9a77c30be4
removed unused versioning variables
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-25 11:12:39 +00:00
Michael Wetherell
9814d92619
Handler when the cases when the MGL timer wraps
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-25 01:24:52 +00:00
Ron Lee
847379b00c
Put a humane end to the pathetic flailing over whether this can
...
work or not. It obviously never can if you understand the rules
for binary compatibility of a userspace library and the mechanisms
to manage it -- no matter how clever we get in the future.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 16:44:20 +00:00
Włodzimierz Skiba
3131207f4e
Preserve logging state during QT plugin initialization.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 15:55:10 +00:00
Julian Smart
0ccf84a67f
Also corefoundation files for GTK+
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 14:13:02 +00:00
Julian Smart
f0a5e9f6d9
Added corefoundation files to release scripts
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34752 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 14:10:57 +00:00
Vadim Zeitlin
e4f0e73d60
at least not crash in case of TIFF warnings/errors in Unicode build (but we still don't show them correctly neither)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 12:29:22 +00:00
Vadim Zeitlin
85272533a2
use wxVLogWarning in TIFFwxWarningHandler() instead of wxLogWarning (bug 1226815)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 12:22:30 +00:00
Vadim Zeitlin
5c5871a4fc
fixed appending menu items for a (popup) menu with a title broken by last change (and also fixed inserting in this case which didn't work even before last change)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-24 00:09:34 +00:00
Václav Slavík
763b330106
rolled back exceptions handling patch, it relied on incorrect assumption about vtables
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 16:17:02 +00:00
Włodzimierz Skiba
32f65e50e7
Avoid logging when QT plugin is unused but fails (from Ryan). GCC warning fix related initialization order.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 15:43:45 +00:00
Julian Smart
1d89c6a711
Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 09:57:09 +00:00
Julian Smart
67598dc41c
Corrections
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 09:55:35 +00:00
Ron Lee
4b2e121be3
Remove reference to wxrcedit which sank a while back.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 07:58:58 +00:00
Ron Lee
109898eaad
Update standards version. Rip out wxrcedit cruft. Fix wxpyver dir.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 07:55:23 +00:00
Ron Lee
910cdf92e3
oops, 'ze hand is quicker zan vi.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34742 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 03:41:07 +00:00
Ron Lee
31b34ada76
Bump soname in preparation for 2.6.2 release.
...
Could someone please rebake this with whatever the correct
version + silent hacks is. Based on present reports I have
no idea which version and/or hacks to it are 'official', and
the crypto logic that bakefile is becoming famous for is in
shining form today:
$ bakefile_gen -fautoconf
-----------------------------------------------------------------------
This file cannot be processed with Bakefile version older than 0.1.7.
You are using Bakefile version 0.1.6. Please install the newest version
from http://bakefile.sourceforge.net .
-----------------------------------------------------------------------
It's always good to have a nice conundrum to ponder while your
code is not building...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 01:26:23 +00:00
Ron Lee
d103642201
Restore the no longer default, sensible defaults.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-23 00:44:25 +00:00
Michael Wetherell
7275146d4d
Unrevert Cygwin changes after discussion. Cygwin will be unix with the new
...
version of bakefile, but allow wxMSW to stay a Windows build until there is
a unix version of it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 20:58:47 +00:00
Kevin Hock
fc7d8071d0
Removed duplicate end list tag. Whoops, sorry.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 17:04:00 +00:00
Kevin Hock
6bce97562e
Document EVT_TREE_STATE_IMAGE_CLICK (Windows only)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 16:49:49 +00:00
David Elliott
44d64ab23b
Moved src/mac/corefoundation/hid.cpp from base library to wxMac and wxCocoa
...
core libraries so that wxGetKeyState is implemented in the core GUI library
as it is for any other toolkit.
NOTE: This breaks binary compatibility.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 02:51:07 +00:00
David Elliott
1ccb7433ee
Moved wxMacExecute out of src/mac/corefoundation/hid.cpp and into
...
new src/mac/corefoundation/utilsexc_base.cpp.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-22 00:20:28 +00:00
Michael Wetherell
40c6b0f210
Rebaked after removal of notebook.rc
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-21 23:23:45 +00:00
Vadim Zeitlin
e76d701b8b
wxDragImage is not in wxAdv
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-21 21:31:33 +00:00
Mattia Barbon
146dcf3e22
Implemented loading 256-color bitmaps.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-21 20:17:42 +00:00