Tobias Taschner
f3f1819daf
Add archive sample
...
This sample shows usage of wxArchiveStream and wxArchiveFactory.
It also allows for easy testing of wxArchiveStream implementations
outside of the unit tests.
See https://github.com/wxWidgets/wxWidgets/pull/730
2018-02-20 14:39:27 +01:00
Raul Tambre
779276d854
Fix STC samples being compiled when USE_STC=0
2017-02-12 15:17:22 +02:00
Raul Tambre
801b0b1c30
Fix the richtext sample being compiled when USE_RICHTEXT=0
2017-02-12 15:17:22 +02:00
Raul Tambre
314d3adbee
Fix ribbon samples being compiled when USE_RIBBON=0
2017-02-12 15:17:22 +02:00
Raul Tambre
cbd516c52f
Fix the propgrid sample being compiled when USE_PROPGRID=0
2017-02-12 15:17:22 +02:00
Raul Tambre
3ad61b9005
Fix media samples being compiled when USE_MEDIA=0
2017-02-12 15:17:22 +02:00
Raul Tambre
5d3ef67019
Fix the except sample being compiled when USE_EXCEPTIONS=0
2017-02-12 15:17:22 +02:00
Raul Tambre
8d345a6201
Fix HTML-dependent samples being compiled when USE_HTML=0
...
Fixes #17780
2017-02-12 15:17:22 +02:00
Vadim Zeitlin
675d9d779d
Add wxSecretStore
...
Add a new class allowing to store passwords and other sensitive information
using the OS-provided facilities.
Add implementations for all the main platforms, documentation and a new sample
(which contains an ad hoc unit test as the real unit test for this class would
probably be a bad idea as it wouldn't run in non-interactive contexts and
could show OS level dialog boxes if it did).
2016-06-04 18:29:15 +02:00
Vadim Zeitlin
0ddf12104a
Remove the ancient controls sample
...
It's time to embrace the 21st century.
Closes #15895 .
2016-01-30 05:09:32 +01:00
Vadim Zeitlin
3f66f6a5b3
Remove all lines containing cvs/svn "$Id$" keyword.
...
This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.
If nothing else, this will make an eventual transition to Git simpler.
Closes #14487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-26 16:02:46 +00:00
Václav Slavík
6bf921176c
Add preferences sample.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-02-28 16:29:12 +00:00
Steve Lamerton
467d261e9d
Rename web library to webview.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-19 10:45:16 +00:00
Steve Lamerton
cfcf1d6ee3
Application of the most recent wxWebView patch, the only changes were so tab to space conversions. Please note this probably won't compile.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@67698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-05-04 15:40:00 +00:00
Kevin Ollivier
a02a5cfcf3
Adding wxUIActionSimulator, a class for programmatically controlling the mouse and keyboard.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-06 20:09:23 +00:00
Václav Slavík
61aba4609a
Added samples/dll for showing how to use wxWidgets to implement
...
a DLL that is used from another application written with a different
toolkit (or different wx version).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62784 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-12-05 18:54:40 +00:00
Vadim Zeitlin
d9e90d7912
Add ribbon sample to the list of samples to build.
...
Add the file to samples/samples.bkl and regenerate the makefiles and also add
it manually to samples.dsw.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-09-16 23:18:55 +00:00
Vadim Zeitlin
a2641c8d27
added power, svg, taborder and xrc samples ( closes #10849 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-05-30 16:42:51 +00:00
Vadim Zeitlin
a823df225a
fix typo in comment introduced in the previous change (re-closes #10622 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-21 23:53:33 +00:00
Vadim Zeitlin
c00ee75726
don't build flash and mfc samples with non-MSVC compilers ( closes #10622 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-21 15:39:15 +00:00
Francesco Montorsi
0c36a1d6d4
remove mobile samples from samples.bkl (last part of r58765)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-08 19:11:37 +00:00
Vadim Zeitlin
3707ff6799
added a (Windows-only) Flash sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-15 12:17:22 +00:00
Vadim Zeitlin
6a5a7fba9d
reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-12-24 01:28:55 +00:00
Robert Roebling
5d3c91610e
Added clipboard sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-12-21 22:13:54 +00:00
Vadim Zeitlin
73d28bdf3b
don't build memcheck (fails in release) and MFC (fails if MFC is not available) samples by default ( #10031 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-03 15:29:00 +00:00
Vadim Zeitlin
2d1df0fc58
merged docvwmdi sample into docview one to avoid having 2 almost identical samples; and modernized and cleaned up the code in the process
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-10-03 15:16:01 +00:00
Jaakko Salli
85ead075be
Added 'propgrid'
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-18 15:23:18 +00:00
Vadim Zeitlin
d253c3fd9a
added wrapsizer (should have been checked in a long time ago)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-23 23:28:53 +00:00
Chris Elliott
9604c99ddf
makefiels updated to reflect removal of db sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-10-24 19:42:40 +00:00
Julian Smart
bbf941bda9
Removed minifram
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-08-08 11:22:45 +00:00
Vadim Zeitlin
39d6633948
removed empty or duplicated samples: checklst, dynamic, listbox, minifram, multimon, png, propsize, resource, rotate, tab
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-29 00:28:07 +00:00
Robin Dunn
54429bb380
Bakefile and other changes for new locations of STC and wxSVGFileDC.
...
Remove old files in contrib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-04-05 06:27:23 +00:00
Vadim Zeitlin
912c39325b
Various wxCollapsiblePane enhancements (re-patch 1577412):
...
1. wxUSE_COLLPANE added
2. XRC handler added
3. flicker fixes for the generic version
4. sizing fixes for GTK+ version
5. RTL fixes for the generic version (via wxBoxSizer)
6. better appearance under Mac for the generic version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 20:08:17 +00:00
Włodzimierz Skiba
2c92065fad
Updated list of subprojects.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-20 08:01:06 +00:00
Vadim Zeitlin
72045d5768
added wxAnimationCtrl (patch 1570325)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-09 17:51:07 +00:00
Vadim Zeitlin
a340b80d8a
wxComboControl and wxOwnerDrawnComboBox (patch 1479938)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-05-08 23:42:45 +00:00
Julian Smart
2a15e880bd
Removed textedit from top-level sample makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-02-05 20:40:48 +00:00
Julian Smart
77bf709fe7
Reordering so most likely to fail are at end
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-01-18 12:29:23 +00:00
Ryan Norton
92d2f5cbd3
Remove tab sample as per 2.6 wiki todo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-08 04:10:45 +00:00
Robert Roebling
98d5b42b4a
added test for wxPopupTransientWindow.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-02-05 11:35:48 +00:00
Ryan Norton
eaf0d558dc
media sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-11-11 05:40:58 +00:00
Włodzimierz Skiba
8032564e81
wxSplashScreen sample added to global makefiles.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-08-04 17:14:30 +00:00
Włodzimierz Skiba
f85713d290
Removed wxtest sample.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-06-04 10:06:48 +00:00
Václav Slavík
0d9c603db6
added wxWave sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-02-01 10:53:59 +00:00
Ryan Norton
55448f251a
Removed regextest :).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-22 20:38:18 +00:00
Ryan Norton
7b0c29b97b
1.
...
Regenerated Bakefiles
2.
Added regextest sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-12-20 13:08:29 +00:00
Vadim Zeitlin
b71531ad92
regenerated after adding gzstream.* and vidmode.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:48:14 +00:00
Václav Slavík
d179e30b0a
more samples makefiles fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 23:01:52 +00:00
Václav Slavík
f820e98de0
added all samples
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-08-07 13:18:33 +00:00
Václav Slavík
e94a9f4e5b
updated
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-06-23 22:49:09 +00:00