Vadim Zeitlin
8e2ff10c71
fixed bug in generation of the To: header: trailing comma prevented the messages from being ever sent out
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-09-05 00:15:32 +00:00
Vadim Zeitlin
2edd85f22b
/usr/sbin is a better default location for sendmail than /usr/lib nowadays
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-09-02 23:36:19 +00:00
Vadim Zeitlin
84cefcb0eb
use #ifdef and not #if (fixes -Wundef warnings reported in bug 1273111)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-28 16:38:55 +00:00
Vadim Zeitlin
5e99793eca
fixed cursor flicker (patch 1254492 by Hans P. Palbol)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-28 16:33:18 +00:00
Włodzimierz Skiba
dbcf11198a
Warning fix for wxLogs.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-24 18:35:30 +00:00
Włodzimierz Skiba
71307412f5
Missing wxUSE_... flags and source cleaning.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35304 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-24 17:47:11 +00:00
Włodzimierz Skiba
c54e5eb0f6
wxOS2/OW warning and build fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-23 16:02:51 +00:00
Michael Wetherell
8fb816ff93
Adds a title to the chart, patch 1242262 Matthew D.P.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-10 22:53:45 +00:00
Michael Wetherell
2edad6fc48
Add <contrib-lib> bakefile tag. Like <wx-lib> except that in VC++ '.dsw' files
...
it creates a dependency on a '.dsp' file under contrib instead of under lib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-08 13:08:45 +00:00
Michael Wetherell
2113bc7764
Rebake after MSLU and other changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-03 16:10:12 +00:00
Michael Wetherell
172df1f035
Add import/export attributes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-02 21:44:34 +00:00
Vadim Zeitlin
e9333003ea
missing dll decl stuff and members initialization in ctor (patch 1211900)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-28 23:23:27 +00:00
Julian Smart
8e045ec6f5
Corrected DSW files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-28 14:52:30 +00:00
Julian Smart
0d90d6ea7a
Rebake for 2.6.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-28 12:48:14 +00:00
Mart Raudsepp
0423ae974b
Add wxCLOSE_BOX to wxFL samples (consider using wxDEFAULT_FRAME_STYLE).
...
Whitespace/typo fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-22 16:43:04 +00:00
Włodzimierz Skiba
81eeaed832
Warning fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-15 15:53:44 +00:00
Mart Raudsepp
ccdd4b0b42
wxFrameLayout contains wxPen by value, so the wxPen class declaration from wx/pen.h is required so that the compiler
...
would know the size of wxFrameLayout class. Was a problem for projects using wxFL and including wx headers
one-by-one instead of using wx.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-15 02:08:12 +00:00
Mart Raudsepp
25b3661bd4
Fix "warning: operation on 'y' may be undefined".
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-14 19:57:01 +00:00
Michael Wetherell
69067986c1
Compilation fix for Cygwin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-10 14:45:39 +00:00
Włodzimierz Skiba
cde6d2e7d8
VC warning fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-09 18:37:50 +00:00
Michael Wetherell
508c5a0908
Compilation fix for Cygwin
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-06 19:23:11 +00:00
Michael Wetherell
72d29cf03b
Compilation fix for Cygwin, it doesn't have digitalv.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-06-05 19:16:28 +00:00
Michael Wetherell
5077fd890c
Change 'test -e' to 'test -f' for Sun
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 20:44:31 +00:00
Julian Smart
47a4a1aec8
Baked files for 2.6.1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 16:38:10 +00:00
Julian Smart
a5e6cfa82a
Artwork updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 13:44:45 +00:00
Włodzimierz Skiba
314830e1a5
Warning fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 12:30:58 +00:00
Julian Smart
3103e8a97e
Typo correction patch [ 1208110 ] Lots of typo corrections
...
Olly Betts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 09:20:43 +00:00
Włodzimierz Skiba
c5cd3351af
Use already included XPM icon.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-30 16:17:48 +00:00
Michael Wetherell
e484a5f8c2
Missing exports
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-30 12:39:25 +00:00
Robin Dunn
e45b3f17a2
Since Scintilla uses XMP internally which doesn't support alpha, check
...
if the images have alpha and convert to a mask.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-26 18:07:43 +00:00
Robin Dunn
e102e12eff
Reapplied Patch #1106564
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-25 14:58:38 +00:00
Włodzimierz Skiba
7c8b87a78a
Formating warning fix for FC2 build.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 09:52:01 +00:00
Włodzimierz Skiba
9f13cedb5e
Build fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-24 07:54:43 +00:00
Robin Dunn
1c5f3f511d
Avoid an assert on wxMSW and ensure we don't use a zero delay for the
...
timer.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 23:51:06 +00:00
Włodzimierz Skiba
af778d749d
Export fix found through Tinderbox.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34288 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 10:11:55 +00:00
Włodzimierz Skiba
ed0e8cce9c
Include fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-23 06:52:12 +00:00
Julian Smart
a1b2d8d9b9
Removed def files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-22 14:55:26 +00:00
Julian Smart
35cb486ae0
Image updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-20 09:18:26 +00:00
Włodzimierz Skiba
abd20d3013
Export correction (blind fix for error found in Tinderbox logs).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 20:04:42 +00:00
Julian Smart
b6901bd5ff
Removed files
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 19:08:04 +00:00
Julian Smart
c8b8717983
Replaced some images
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-19 08:47:23 +00:00
Julian Smart
c17f3431fa
Removed wxrcedit
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-18 13:52:48 +00:00
Julian Smart
3e32dedf3b
Removed unnecessary bitmaps
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 17:50:56 +00:00
Julian Smart
4e83306987
Removed unnecessary bitmaps
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-17 14:06:07 +00:00
Robin Dunn
443eb93a99
Don't adjust the keycode for Ctrl-Backspace
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-13 15:14:00 +00:00
Julian Smart
2a7f17c1b2
Mac function no longer exists (OK, so this is deprecated, but...)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-05 09:38:58 +00:00
Julian Smart
99d800190a
Added licence/copyright information
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 18:57:50 +00:00
Włodzimierz Skiba
c083688595
Build fix after changes in default help controller.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 15:24:36 +00:00
Włodzimierz Skiba
298a3f2ee8
Layout fixes for wxPlotWindow [ #1192416 ] + source cleaning to the wxW 2.6 coding starndards.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-04 15:22:09 +00:00
Julian Smart
5f7ea95515
Further export symbols
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-26 10:47:00 +00:00