Vadim Zeitlin
|
63f7d5022e
|
added wxTextEntry::SetHint() (a.k.a. cue banner or placeholder string)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-03-02 12:25:01 +00:00 |
|
Vadim Zeitlin
|
c0c133e13b
|
add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-08 11:45:59 +00:00 |
|
Francesco Montorsi
|
27721528c4
|
merge wxEditableListBox sample in widgets sample (it was a 60-lines sample of a single control showing limited features)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-08 00:47:04 +00:00 |
|
Vadim Zeitlin
|
77cc73a78e
|
added wxPersistentRegisterAndRestore() function to work around VC6 brokenness in debug DLL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-02-03 12:02:20 +00:00 |
|
Vadim Zeitlin
|
0fa541e870
|
add support for persistent controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-30 21:38:29 +00:00 |
|
Julian Smart
|
ad60f9e7b6
|
Workaround for GTK+ sensitivity bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-18 12:34:23 +00:00 |
|
Vadim Zeitlin
|
31848e7da5
|
remove MSVC solution files from svn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-17 13:22:59 +00:00 |
|
Vadim Zeitlin
|
b44f5137ce
|
link with wininet.lib under Windows to avoid linking errors in wxUSE_URL_NATIVE==1 build (#10338)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2009-01-15 13:33:51 +00:00 |
|
Francesco Montorsi
|
1bf045456f
|
fix crash caused by cancelling querybitmap dialog; fix crash caused by clicking 'add widget icons' on an empty bitmapcombobox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57015 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-28 22:32:00 +00:00 |
|
Vadim Zeitlin
|
81d3348a9b
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-11-02 02:43:11 +00:00 |
|
Vadim Zeitlin
|
506e9b7ed2
|
rebaked using bakefile 0.2.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-27 16:40:51 +00:00 |
|
Vadim Zeitlin
|
916eabe60e
|
add wxGenericStaticText (#9656)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-12 13:04:00 +00:00 |
|
Vadim Zeitlin
|
7da8bfe30d
|
add VC9 project files (closes #9960)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-08 16:42:00 +00:00 |
|
Vadim Zeitlin
|
8ece421c6c
|
rebaked makefiles with 0.2.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-08 15:44:49 +00:00 |
|
Kevin Ollivier
|
7664a67f57
|
Rebake after bakefile changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-20 23:59:10 +00:00 |
|
Vadim Zeitlin
|
55ab5200fb
|
delete the old labels when recreating the spin controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-14 19:53:31 +00:00 |
|
Vadim Zeitlin
|
242ec2f7e9
|
really, really fix handling Enter in spin controls: only request it for the control if wxTE_PROCESS_ENTER is used to avoid breaking the use of Enter for the default item activation if it isn't; also document wxTE_PROCESS_ENTER style for wxSpinCtrl and add it to the sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-14 19:50:30 +00:00 |
|
Stefan Csomor
|
1aac44b9da
|
adding new toolkits for osx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-11 12:30:18 +00:00 |
|
Kevin Ollivier
|
509f339a81
|
rebake
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-09-04 07:57:32 +00:00 |
|
Vadim Zeitlin
|
2549484fe5
|
compilation fix in wxUSE_STL case after r54761
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-31 15:05:02 +00:00 |
|
Stefan Csomor
|
d3d256efc1
|
fixing typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55204 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-23 14:14:35 +00:00 |
|
Vadim Zeitlin
|
b2c9e3447d
|
remove unneeded dependencies from bakefiles and regenerate the make/project files (closes #9850)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-21 22:18:31 +00:00 |
|
Vadim Zeitlin
|
67abc78356
|
add a radio box to select the combobox type (#9845)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-21 21:37:22 +00:00 |
|
Vadim Zeitlin
|
2a998b7344
|
label different controls on spin page (#9816)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-08-05 16:58:54 +00:00 |
|
Vadim Zeitlin
|
567d9d70c1
|
fix (harmless) Win64-compatibility MSVC warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-07-20 22:11:20 +00:00 |
|
Vadim Zeitlin
|
6a8d793736
|
add a new menu for wxTextEntry-specific tests, currently it allows to check how auto-completion works (#9614)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-29 00:35:35 +00:00 |
|
Vadim Zeitlin
|
d8cda32e74
|
build fix for PCH-less build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-26 17:25:28 +00:00 |
|
Vadim Zeitlin
|
a30e702974
|
added wxGenericStaticBitmap (#9608)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-21 15:32:33 +00:00 |
|
Vadim Zeitlin
|
dd740d86ce
|
don't recreate combobox with proportion of 1 (instead of initial 0) (#9594)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-16 23:09:55 +00:00 |
|
Stefan Csomor
|
2383c21c63
|
mac paths updated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-12 18:15:36 +00:00 |
|
Václav Slavík
|
e835292782
|
regenerated all trunk makefiles with bakefile-0.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-06-02 14:48:50 +00:00 |
|
Vadim Zeitlin
|
a2c9411060
|
use GtkComboBox instead of deprecated GtkOptionMenu for wxChoice; this also allows to derive wxComboBox from wxChoice in wxGTK as in wxMSW (ticket #9150)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-18 17:26:28 +00:00 |
|
Vadim Zeitlin
|
73545b1290
|
fix crash in BitmapComboBoxWidgetsPage under wxUniv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53627 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-05-17 22:44:49 +00:00 |
|
Vadim Zeitlin
|
952ff7bc3c
|
fix wxEVT_COMMAND_TEXT_ENTER generation in wxSpinCtrl; add a test for it to the widgets sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-28 11:31:09 +00:00 |
|
Vadim Zeitlin
|
513f592da6
|
use wxJoin() instead of redoing it manually in the code logging the messages (part of patch 1927817)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-04-06 15:45:36 +00:00 |
|
Vadim Zeitlin
|
8cd6a9ad50
|
added wxSpinCtrlDouble (slightly modified patch 1835864)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-18 14:04:19 +00:00 |
|
Vadim Zeitlin
|
92c01615ec
|
remove/replace redundant SetAutoLayout() and Fit() calls, leave just SetSizer[AndFit]() ones (patch 1905759)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-15 02:08:02 +00:00 |
|
Vadim Zeitlin
|
027fe16c35
|
add platform info for Palm (add-wxpalm-info.diff part of patch 1894861)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-03-02 01:02:07 +00:00 |
|
Vadim Zeitlin
|
0d29a4828e
|
implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-11 16:03:23 +00:00 |
|
Vadim Zeitlin
|
6214812cad
|
fix signed/unsigned comparison warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-02-09 22:52:50 +00:00 |
|
Václav Slavík
|
c3c11581dc
|
added VC7/8 project files for samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-27 11:38:07 +00:00 |
|
Václav Slavík
|
6e0fbb3dbf
|
regenerated makefiles with bkl-0.2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-23 12:13:07 +00:00 |
|
Vadim Zeitlin
|
747d7d7c15
|
made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51228 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-01-16 01:39:44 +00:00 |
|
Vadim Zeitlin
|
c8d380be4d
|
don't use rand() for selecting the colour of the bitmaps to append, this results in 2 pairs of identical colours here without srand() and looks too much like a bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-12-22 14:56:56 +00:00 |
|
Vadim Zeitlin
|
b133e7e27f
|
fix the size of bitmaps we create (bug 1851598)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-12-22 14:37:08 +00:00 |
|
Vadim Zeitlin
|
7379e47609
|
rebaked everything, fixes problems with OpenGL samples makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-12-15 00:25:59 +00:00 |
|
Václav Slavík
|
24dfe91709
|
removed ANSI configs from VisualC++ project files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50237 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-25 11:14:40 +00:00 |
|
Vadim Zeitlin
|
0cf3e587a2
|
added new and improved wxFileCtrl implementation (patch 1763164)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-17 00:14:34 +00:00 |
|
Paul Cornett
|
7742ea6a6f
|
warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-12 17:39:46 +00:00 |
|
Vadim Zeitlin
|
7d36417da1
|
don't include wx/wxprec.h from headers, it's bad style (patch from Tim Stahlhut)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-07 20:33:48 +00:00 |
|