Jaakko Salli
|
ff1e1474ed
|
Removed SetPropertiesFlag() (high-level function using 'undocumented' wxPGProperty flags, IIRC was mostly used as poor-man's SetEditableState() and possibly for internal use until very recently)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 17:35:06 +00:00 |
|
Jaakko Salli
|
d61d8cffa9
|
Eliminated last property generation macros from props.h (colour property gen ones, now use subclassing facilities present in wx(System)ColourProperty)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 17:28:05 +00:00 |
|
Francesco Montorsi
|
cf490c4df9
|
removed duplicated row of bitmap buttons added for error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 17:22:26 +00:00 |
|
Francesco Montorsi
|
4701dc0983
|
revised st*.h headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 16:57:34 +00:00 |
|
Jaakko Salli
|
3a89adc1f0
|
Removed wxLongStringProperty derived property creator macros (just subclass and implement OnButtonClick()); Partially fixed wxPGProperty::PrepareValueForDialogEditing()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 16:56:43 +00:00 |
|
Francesco Montorsi
|
b2bd89e35c
|
add missing semicolon; add some @see commands to link wxExecute/wxLaunchDefault* functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 16:16:57 +00:00 |
|
Vadim Zeitlin
|
7de202a64d
|
document that Set/ChangeValue() set the insertion point to 0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 11:34:46 +00:00 |
|
Robert Roebling
|
451673f7c9
|
GTK+ version guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 08:05:07 +00:00 |
|
Robert Roebling
|
62d934aab8
|
Don't set HINT_COMBO as wxPopupWindow is used for different windows as well
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 08:02:45 +00:00 |
|
Robert Roebling
|
357d2b88cb
|
Forgot to commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-07 08:01:34 +00:00 |
|
Michael Wetherell
|
a04e2a27bf
|
Add builds for the stable branch, and make the release builds quick builds.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 23:25:51 +00:00 |
|
Michael Wetherell
|
8dabb0bd60
|
Limit to one build at a time with a lock, share checkout dirs, do full builds
out of tree and use ccache.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 20:48:32 +00:00 |
|
Francesco Montorsi
|
fe6b1b853a
|
inside <wx-data> we need to use instead of /
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56133 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 20:04:21 +00:00 |
|
Stefan Csomor
|
4fcb208a4f
|
porting dcscreen blit from 2.8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 19:48:52 +00:00 |
|
Jaakko Salli
|
52cefafe7e
|
Minimize use of editor class macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 16:09:36 +00:00 |
|
Jaakko Salli
|
5a45dd6fd9
|
When registering editor, try wxRTTI class name in additon to result of wxPGEditor::GetName(). Allows creating custom editors without needing to implement GetName().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 15:48:27 +00:00 |
|
Jaakko Salli
|
c26873c8ef
|
Remove use of wxPG_EDITOR macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 15:38:30 +00:00 |
|
Jaakko Salli
|
75b6c4ce92
|
Removed GetExpandedProperties() (used to act as poor man's GetEditableState())
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56126 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 15:24:05 +00:00 |
|
Jaakko Salli
|
de0037976c
|
Fix RCS-IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 15:14:06 +00:00 |
|
Jaakko Salli
|
ba9ed9d0c6
|
Removed wxPropertyGridInterface::ClearPropertyValue() (use SetPropertyValue(defaultValue) instead)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 15:10:00 +00:00 |
|
Francesco Montorsi
|
6cd1aa9d38
|
make Capture() functions static members of AutoCaptureMechanism; adjusted slightly question boxes to fit the default wxGTK width of wxMessageBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 14:48:48 +00:00 |
|
Francesco Montorsi
|
60a2264d5d
|
other cleanup; adjusted english in the UI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 14:08:08 +00:00 |
|
Vadim Zeitlin
|
fcc65883db
|
implemented wxMemoryFSHandler::FindFirst/Next()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 13:55:39 +00:00 |
|
Vadim Zeitlin
|
8c9d760210
|
made m_Hash object, not a pointer and moved hash declaration into the header as it's needed by the upcoming FindFirst/Next() implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 13:37:04 +00:00 |
|
Vadim Zeitlin
|
bf9ce2abdf
|
removed the strange __WXMSW__ test in AddFile(bitmap) -- why should this function silently do nothing in this case?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 13:26:27 +00:00 |
|
Vadim Zeitlin
|
0eb2e51048
|
rewrite using type safe wxHashMap instead of wxObject-based wxHashTable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 13:25:04 +00:00 |
|
Vadim Zeitlin
|
2780d31b74
|
remove erase(const_iterator) overload, it should have never existed as const_iterators can't be used to modify the container
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 13:24:25 +00:00 |
|
Vadim Zeitlin
|
cb564879c1
|
no changes, just some minor cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 13:09:20 +00:00 |
|
Robert Roebling
|
3591d10f4f
|
Make keyboard input to controls in a wxPopupWindow work in at least some cases, embedded wxListCtrl still doesn't work, wxVListBox does
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 12:13:24 +00:00 |
|
Francesco Montorsi
|
4bae10bdff
|
many fixes; now the application correctly starts up
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 11:53:16 +00:00 |
|
Robert Roebling
|
5e53c1c21e
|
Wrong order of calls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 11:01:17 +00:00 |
|
Francesco Montorsi
|
8cc0450796
|
better error messages, when possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 11:00:50 +00:00 |
|
Stefan Csomor
|
3b211af168
|
switching away from angle brackets includes, deactivating OSX workaround
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 10:41:40 +00:00 |
|
Stefan Csomor
|
f55d9f749b
|
moving more things to common API between carbon and cocoa, adapting WidthDefault etc, removing dependencies from wxClientDC from text measuring ops on wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 10:35:36 +00:00 |
|
Francesco Montorsi
|
63052a509d
|
add to utils.bkl the hhp2cached (why wasn't already there?) and screenshotgen utilities
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 10:00:30 +00:00 |
|
Francesco Montorsi
|
0d5eda9ccd
|
added the automatic screenshot generator utility by Utensil Candel (with some revisions and reorganizations)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 09:37:27 +00:00 |
|
Francesco Montorsi
|
cbff0d0e3d
|
list also headers in the bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 09:32:05 +00:00 |
|
Francesco Montorsi
|
42b9f2001e
|
rename README to README.txt to be compat with win systems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 09:31:44 +00:00 |
|
Vadim Zeitlin
|
054f177b00
|
set svn properties correctly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-06 09:29:12 +00:00 |
|
Vadim Zeitlin
|
9c498e84bf
|
correct the example/documentation of GetDocumentsDir() return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 22:56:23 +00:00 |
|
Jaakko Salli
|
ea5af9c535
|
Fix RCS-IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56096 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 18:03:43 +00:00 |
|
Jaakko Salli
|
577972abb9
|
Fix RCS-ID
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56095 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 17:57:49 +00:00 |
|
Jaakko Salli
|
60f7ea2237
|
Better use of Connect()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 17:40:53 +00:00 |
|
Jaakko Salli
|
0159d53463
|
RCS-IDs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 17:29:24 +00:00 |
|
Jaakko Salli
|
58f43b41b1
|
Use wxPGEditor_X instead of wxPGEditor(X), as in new docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 14:23:28 +00:00 |
|
Jaakko Salli
|
858ad6708d
|
Need to call wxVScrolledWindow::UpdateScrollbar() in wxVListBox EVT_SIZE handler. Otherwise resizing wxVListBox does not update visible items count.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 13:56:40 +00:00 |
|
Francesco Montorsi
|
e725ba4fc2
|
other s*h interface revisions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 11:24:00 +00:00 |
|
Jaakko Salli
|
95645cce6e
|
Have GetDescBoxHeight() return value consistent with one given to SetDescBoxHeight(); In SetDescBoxHeight(), do not call RecalculatePositions() unless box height really changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 09:47:16 +00:00 |
|
Jaakko Salli
|
c3e57ac4ac
|
Call RecreateControls() if relevant window style flag was toggled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 09:45:10 +00:00 |
|
Jaakko Salli
|
72eb964f27
|
GetEditableState() with DescBoxState flag could assert
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2008-10-05 09:43:51 +00:00 |
|