Vadim Zeitlin
|
f565a6c2f4
|
Unicode compilation fixes (patch from Dimitri)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-03-27 18:45:20 +00:00 |
|
Vadim Zeitlin
|
b795f9ca5f
|
added a menu item to toggle live splitter update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-22 15:09:45 +00:00 |
|
Vadim Zeitlin
|
74c57d1ff6
|
fixes to handling of 0 and negative splitter position when splitting it initially
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-02-22 00:48:02 +00:00 |
|
Vadim Zeitlin
|
27fd024644
|
inserted @IF_GNU_MAKE@ to allow building with other make versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-25 11:31:21 +00:00 |
|
Julian Smart
|
847341dbeb
|
Updated VC++ files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-18 14:33:01 +00:00 |
|
Gilles Depeyrot
|
9869abf7c1
|
changed PPC struct alignement setting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-10 21:09:23 +00:00 |
|
Vadim Zeitlin
|
2f294a9c38
|
added the splitter event processing and also cleaned up the sample a bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2002-01-07 18:33:30 +00:00 |
|
Gilles Depeyrot
|
afcca39be9
|
store CodeWarrior 5.3 projects as xml instead of binary projects
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-12-02 18:11:49 +00:00 |
|
Vadim Zeitlin
|
a6f762a646
|
replaced "CC = gcc" and even stranger "CPP = gcc -g" (huh?) with
"CXX = $(shell wx-config --cxx)" in all makefile.unx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12744 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-28 18:10:15 +00:00 |
|
Vadim Zeitlin
|
f6656ccb14
|
replaced wx-config --cflags with wx-config --cxxflags and mentioned that
it must be done in user makefiles too in changes.txt
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12740 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-11-28 12:30:26 +00:00 |
|
Vadim Zeitlin
|
56f23a5855
|
added new project files for all samples and demos; removed the old ones
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-10-09 22:30:29 +00:00 |
|
Mattia Barbon
|
4693b20c75
|
Unicode compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-21 20:21:44 +00:00 |
|
Gilles Depeyrot
|
a0bb22c231
|
renamed CodeWarrior 5 projects (added new ones as well)
added CarbonAccessors.o to Classic targets
corrected link warnings/errors in Carbon targets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-09-09 17:38:00 +00:00 |
|
Václav Slavík
|
80372768e4
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-19 12:54:26 +00:00 |
|
Gilles Depeyrot
|
94e2ed3b8d
|
corrected CodeWarrior project target names and generated application names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-12 15:29:21 +00:00 |
|
Julian Smart
|
e9799102dd
|
Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-10 17:03:02 +00:00 |
|
Vadim Zeitlin
|
6b55490abd
|
1. slightly changed how wxControlContainer is used
2. use it now for wxSplitterWindow too
3. don't compile wxIdleEvent in !wxUSE_GUI mode (why was it done?)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-08-06 12:55:04 +00:00 |
|
Gilles Depeyrot
|
721a4a08bc
|
added dependency handling to Makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-07-22 15:05:53 +00:00 |
|
Julian Smart
|
9806a0e71e
|
Updated version to 2.3.2 so apps can test for differences in new merged source
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-27 20:36:30 +00:00 |
|
Vadim Zeitlin
|
fe31f91ccb
|
applied (part of) patch 433176 (reduce flicker)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-16 01:09:30 +00:00 |
|
Vadim Zeitlin
|
4a0b46a762
|
fixed warning about unused var
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-14 17:44:24 +00:00 |
|
Robert Roebling
|
33611ebbd9
|
Applied wxImage::Scale() patch,
Added testing code for wxSplitterWindow bug.
Added testing code for OnEraseBackground things.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10542 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-11 20:03:00 +00:00 |
|
Gilles Depeyrot
|
c00200b862
|
added dead-strip static initialization code option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-09 20:03:18 +00:00 |
|
Julian Smart
|
0ddef74db4
|
Updates for version change to 2.3.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-06-07 10:57:58 +00:00 |
|
Julian Smart
|
c60f5c6517
|
Removed references to xpm[d].lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-05-10 14:31:41 +00:00 |
|
Gilles Depeyrot
|
94c3c45e73
|
added CarbonAccessors object file for non Carbon builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-31 14:03:06 +00:00 |
|
Gilles Depeyrot
|
9b7d196cf4
|
ignore CodeWarrior build directory and output files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-03-05 20:16:58 +00:00 |
|
Gilles Depeyrot
|
5b49e9eebd
|
added CodeWarrior projects for Classic Mac OS
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-02-26 22:24:42 +00:00 |
|
Julian Smart
|
1ddfb726b2
|
Updated VC++ project files for making DLL-based samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2001-02-06 17:50:06 +00:00 |
|
Julian Smart
|
f485492a1e
|
Added VC++ project files (seems logical)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-10-10 16:59:34 +00:00 |
|
Bryan Petty
|
f6bcfd974e
|
merged 2.2 branch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@7748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-07-15 19:51:35 +00:00 |
|
Ron Lee
|
6718d773ad
|
renamed splitter sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-03-14 19:30:04 +00:00 |
|
Vadim Zeitlin
|
8b8bff20d0
|
1. demo of status bar at the top in statbar
2. kbd accels added to splitter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-03-14 00:47:03 +00:00 |
|
Vadim Zeitlin
|
48fe83743a
|
makefiles changes (@top_srcdir@ adjusted)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5762 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-31 18:31:18 +00:00 |
|
Robert Roebling
|
1e8d2f694e
|
Distrib things,
Fixed typo in wxCheckListBox.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2000-01-03 17:11:48 +00:00 |
|
Robert Roebling
|
510d156fc5
|
Added temporary test to splitter.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-10-17 19:54:51 +00:00 |
|
Robert Roebling
|
b1683d3899
|
Makefile updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-08-14 11:14:39 +00:00 |
|
Robert Roebling
|
549c6f67f9
|
More samples makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-08-14 09:41:49 +00:00 |
|
Robert Roebling
|
8a5137d74a
|
More makefiles
Corrected two thing in wxDialogBase (empty lines) and
msgdlg (wrong flags)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-08-13 19:39:15 +00:00 |
|
Robert Roebling
|
329e86bfde
|
Added wxExtDialog and sample.
Tried to make defs.h slightly more readable, also
found some wrong flags then.
Updated testconf.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-07-03 16:40:54 +00:00 |
|
Robert Roebling
|
6a2dd3f958
|
CVS cleanups.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-07 16:22:28 +00:00 |
|
Robert Roebling
|
72195a0fd2
|
Corrected cursors for during capture mouse.
Added wxSP_LIVE_UPADTE to splitter.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-07 09:00:15 +00:00 |
|
Vadim Zeitlin
|
36a0ce39f2
|
removing (finally) autogenerated files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-02 10:00:54 +00:00 |
|
Vadim Zeitlin
|
ff684c98ad
|
slightly updated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-02 09:19:22 +00:00 |
|
Vadim Zeitlin
|
cc03361d7a
|
re-readding makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-01 16:30:12 +00:00 |
|
Vadim Zeitlin
|
437e8b3306
|
re-removing Makefile.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-01 16:22:37 +00:00 |
|
Vadim Zeitlin
|
88ac883a0d
|
new makefiles (part I)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-01 15:32:12 +00:00 |
|
Vadim Zeitlin
|
29f7914424
|
old makefiles removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-06-01 15:13:27 +00:00 |
|
Robert Roebling
|
90e586840b
|
Added configure patch for DEC
Tried to find a DnD bug.
Corrected a tree ctrl bug.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-04-28 17:05:45 +00:00 |
|
Robert Roebling
|
1b3667ab28
|
Another attempts at getting dialog positions right
Cursor fixes.
This requires a recompile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1999-04-26 15:14:33 +00:00 |
|