Commit Graph

29380 Commits

Author SHA1 Message Date
Michael Wetherell
7b0786bfbb Add mimimal mimetype.h for msdos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 09:57:23 +00:00
Michael Wetherell
81d9e62556 Add skeleton utils, dir and mimetype for dos.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 09:54:06 +00:00
Michael Wetherell
db6d93deca Allow wchar_t for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-25 09:48:45 +00:00
Robert Roebling
5d9d1b8810 Apply patch that prevents a crash when more than
one event from a single event handler has been
   added in AddPendingEvents() and the event handler
   is destroyed before the pending events get sent.
   Sofar, only the first pointer to the event handler
   was removed which could lead to a crash.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33871 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 16:40:53 +00:00
Mattia Barbon
f3ee029e05 Another STL compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 15:56:00 +00:00
Robert Roebling
3d7cfc2fe6 Added some more test to the printing sample
EllipticArc, Arc, Spline, Polygon.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33869 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 15:37:35 +00:00
Robert Roebling
2f41910aa0 Added support for DrawArc and Blit to GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33868 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 15:29:50 +00:00
Mattia Barbon
9c707f80c0 Fix wxChoice on Mac whith STL when using wxCB_SORT.
Should have done this yesterday instead of hacking a
compilation fix.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 15:28:18 +00:00
Julian Smart
70949ed554 25.4 mm to the inch, not 25.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33866 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 11:44:51 +00:00
Julian Smart
2d29bf54f1 Restored previous revision after retag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 10:08:35 +00:00
Julian Smart
c0594d091c Creating new revision to retag with WX_2_6_0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 10:06:23 +00:00
Julian Smart
ac2ad3babc File removal
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 10:04:38 +00:00
Julian Smart
168fba6f3a File removal changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 09:51:52 +00:00
Stefan Csomor
6524e8f0ee about menu item changes : can appear anywhere in a menu, separator lines above or below will be consolidated, help menu will not be shown if this was the only line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 09:15:14 +00:00
Robert Roebling
121c09cd1a Added spline support to GNOME print
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 09:00:29 +00:00
Robert Roebling
16744532da Implement DrawEllipticArc for GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33858 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 07:57:10 +00:00
Stefan Csomor
a6140a4c17 adding core services and increase Universal Header min req
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 07:53:56 +00:00
Kevin Ollivier
216e968a02 Fixed an issue with potential invalid ID passed to Create, and once again updated the logic for browser sizing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-24 03:08:37 +00:00
Vadim Zeitlin
a5a7f0c4d9 update from Janos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 22:49:34 +00:00
Mattia Barbon
0550eec245 Regenerated Makefile.in after gnuwin32 elimination.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33854 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 22:18:43 +00:00
Mattia Barbon
3c99602b79 Avoid ICE with MinGW 2.95.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33853 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 22:13:55 +00:00
Mattia Barbon
1485913ef5 Remove some references to now deleted gnuwin32 files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 22:04:27 +00:00
Mattia Barbon
aacd144289 Fix STL compilation (note: this is not the correct fix, but since
wxCB_SORT is already ignored for wxUSE_STL == 1 on Mac, let's take
the easy/certainly binary compatible path).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33851 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 22:02:07 +00:00
Julian Smart
6c051af454 Fix for my fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 20:13:13 +00:00
Julian Smart
2cef71bc23 Remove obsolete includes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33848 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 18:59:33 +00:00
Robert Roebling
a92964a239 Implented DoDrawPolygon() for GNOME print.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33847 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 16:41:53 +00:00
Ryan Norton
b40a9d371f rv hack
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 16:09:08 +00:00
Julian Smart
602f0c99b5 Improve appearance for themes that don't allow background colour change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 13:22:30 +00:00
Vadim Zeitlin
a44f14cf0c another try at mingw32 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33844 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 12:54:24 +00:00
Vadim Zeitlin
29215a7105 check for NULL pointer in OnMeasureItem() as well as in OnDrawItem()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 12:29:44 +00:00
Julian Smart
31a38a342e Fixed icon transparency
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-23 10:57:21 +00:00
Robin Dunn
22c35d91e3 a little more tweaking
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33841 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 23:30:03 +00:00
Julian Smart
88283121cb Removed old file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 21:47:45 +00:00
Michael Wetherell
47a7e797da Regerate with djgpp fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33839 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 16:45:24 +00:00
Robin Dunn
dc0846f745 Check for potentially NULL m_focus (Patch #1187992)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 16:02:04 +00:00
Robin Dunn
e4f0ea6b45 extra self removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:44:35 +00:00
Ryan Norton
5aba0d3610 Move wxMacExecute into base
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:19:11 +00:00
Robin Dunn
bed7285299 Bind the EVT_HELP events to the textctrls, not the panel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:16:26 +00:00
Michael Wetherell
61c213fe22 Fixes to allow compilation with no wchar_t (djgpp probably has a real wchar_t
now, I will check, but compilation should work without anyway).


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33834 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:12:46 +00:00
Michael Wetherell
ade0f98ade Temporary fix to allow configure to run for djgpp. Will be overwritten next time aclocal.m4 is regenerated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33833 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:01:28 +00:00
Ryan Norton
eb5b252d64 Fix Non-ce MSW unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 15:01:27 +00:00
Michael Wetherell
d6f42b1bae Spelling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:53:55 +00:00
Michael Wetherell
3af3001809 Disable dynlib and dynamicloader for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:42:08 +00:00
Robin Dunn
05d6c20622 updated ReST docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:33:06 +00:00
Robin Dunn
cbb0770040 tweaked build ordering a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:31:16 +00:00
Robin Dunn
4b7887a953 some bugs in the demo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:30:03 +00:00
Kevin Hock
3afdfec453 Add comment explaining the role of wxMacExecute
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 14:19:06 +00:00
Michael Wetherell
c1edaaeac6 Use wxMilliSleep instead of the deprecated wxUsleep
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 13:41:28 +00:00
Michael Wetherell
90eb13e62e Compilation fixes for wxMGL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 13:25:35 +00:00
Michael Wetherell
5dc6072884 Compilation fix for djgpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-22 13:23:47 +00:00