- r65480: 2010-09-08 20:01:32 [RR] Robert Roebling
-
[WX_2_8_BRANCH] /src/gtk/dnd.cpp [diff, log, file]
Unregister configure callback, fixes #12447: wxGTK patch: Segfault on Drag&Drop
- r65479: 2010-09-08 20:00:44 [RR] Robert Roebling
-
/src/gtk/dnd.cpp [diff, log, file]
Unregister configure callback,part of #12447: wxGTK patch: Segfault on Drag&Drop
- r65478: 2010-09-08 17:11:15 [DS] Dimitri Schoolwerth
-
/build/osx/fix_xcode_ids.py [log, file]
/build/osx/makeprojects.applescript [diff, log, file]
Make Xcode identifiers in generated project files be the same after each run.
From the AppleScript that composes the Xcode projects call a Python script that bases the identifiers on an associated name instead of being random each run like Xcode does. After the Python script reopen the project again in Xcode to have the identifiers sorted (Xcode wants them to be), resulting in the project.pbxproj file being completely different inside but in the IDE the order of files still will be the same.
- r65477: 2010-09-07 21:37:22 [VZ] Vadim Zeitlin
-
/build/bakefiles/scintilla.bkl [diff, log, file]
/build/msw/makefile.bcc [diff, log, file]
/build/msw/makefile.gcc [diff, log, file]
/build/msw/makefile.vc [diff, log, file]
/build/msw/makefile.wat [diff, log, file]
/build/msw/wx_vc7_wxscintilla.vcproj [diff, log, file]
/build/msw/wx_vc8_wxscintilla.vcproj [diff, log, file]
/build/msw/wx_vc9_wxscintilla.vcproj [diff, log, file]
/build/msw/wx_wxscintilla.dsp [diff, log, file]
Use correct Unicode define for wxScintilla compilation.
Compilation of wxScintilla with Borland failed because -D_UNICODE was not
passed on command line resulting in mismatches between wxChar and Windows
TCHAR. It's a mystery why this didn't happen with the other compilers but
defining _UNICODE for them too can't hurt.
- r65475: 2010-09-07 16:05:01 [SC] Stefan Csomor
-
/src/osx/nonownedwnd_osx.cpp [diff, log, file]
resetting the wrapper flag later, otherwise the native destructors dealloc too much, fixes #12448
- r65474: 2010-09-07 06:51:13 [SC] Stefan Csomor
-
/include/wx/osx/nonownedwnd.h [diff, log, file]
/src/osx/carbon/filedlg.cpp [diff, log, file]
/src/osx/cocoa/filedlg.mm [diff, log, file]
/src/osx/nonownedwnd_osx.cpp [diff, log, file]
modeling subclassing along msw, unsubclassing filedialog at end of ShowModal, fixes #12236
- r65473: 2010-09-06 13:50:12 [SC] Stefan Csomor
-
/include/wx/thread.h [diff, log, file]
/src/osx/core/evtloop_cf.cpp [diff, log, file]
/src/unix/threadpsx.cpp [diff, log, file]
using non-sleep version for GUI mutex, solves #12411
- r65472: 2010-09-05 13:31:13 [SJL] Steven Lamerton
-
/tests/controls/buttontest.cpp [diff, log, file]
Simplify ButtonTestCase::Bitmap. The old test was not correct as it tested all bitmaps to see if they were valid, however these do not get set by SetBitmap and so the tests only passed if the platform set valid defaults.
- r65471: 2010-09-05 13:14:14 [SJL] Steven Lamerton
-
/tests/controls/listboxtest.cpp [diff, log, file]
Fix typo from previous commit.
- r65470: 2010-09-05 13:11:42 [SJL] Steven Lamerton
-
/tests/controls/listboxtest.cpp [diff, log, file]
Move the second wxListBox sort test back to the ownerdrawn section and re-enable it under wxGTK.
- r65469: 2010-09-05 12:47:46 [SJL] Steven Lamerton
-
/tests/controls/bitmaptogglebuttontest.cpp [diff, log, file]
Wrap BitmapToggleButtonTestCase in a preprocessor check so compilation shouldn't fail on platforms that don't support it.
- r65468: 2010-09-04 13:33:40 [VZ] Vadim Zeitlin
-
/src/msw/progdlg.cpp [diff, log, file]
Remove unused wxProgressDialogTaskRunner::m_parent field.
This seems to be a left over from old version of the code and is not used any
longer.
See #12414.
- r65467: 2010-09-04 13:33:36 [VZ] Vadim Zeitlin
-
/src/msw/progdlg.cpp [diff, log, file]
Fix crash in wxMSW wxProgressDialog without wxPD_APP_MODAL style.
Use the correct method to retrieve the parent window to disable and check that
this pointer is not NULL before dereferencing it.
Closes #12414.
- r65466: 2010-09-04 13:33:29 [VZ] Vadim Zeitlin
-
/src/msw/msgdlg.cpp [diff, log, file]
Improve main and extended messages handling in new wxMSW wxMessageDialog.
Don't use the main message if there is no extended message: this looks bad as
the main message is emphasized to contrast with the extended one which doesn't
make sense visually if there is no extended message.
Also recognize the common use of wxMessageBox() with a multiline text composed
of the first string that plays the role of the main message with the rest
being the extended one and handle this appropriately automatically. This
results in a better appearance by default for a lot of message boxes,
including even the one in our own minimal sample.
- r65465: 2010-09-04 09:36:25 [VZ] Vadim Zeitlin
-
/interface/wx/msgdlg.h [diff, log, file]
Add a link to Microsoft guidelines from wxICON_QUESTION documentation.
Microsoft documentation provides explanations as to how the icons should be
used in the message dialogs which can be useful for people wondering which
icon style to use an when.
See #12417.
- r65464: 2010-09-03 22:48:44 [VZ] Vadim Zeitlin
-
/configure [diff, log, file]
/configure.in [diff, log, file]
Don't link with long obsolete ctl3d32 library when using MinGW.
ctl3d32 was used for Win16 development and is not used by wxMSW since many
years, don't link with it unnecessarily when using MinGW.
Also remove a FIXME comment about an issue which doesn't seem to need any
fixing.
- r65463: 2010-09-03 19:33:18 [VS] Václav Slavík
-
/src/generic/odcombo.cpp [diff, log, file]
Fix wxOwnerDrawnComboBox keyboard navigation with duplicate items.
If the combobox contained duplicate strings (i.e. multiple items with the
same string value, but differing indexes), then navigating to the second
and subsequent ones skipped to the first occurence instead. We need to
preserve the index.
- r65462: 2010-09-03 19:33:11 [VS] Václav Slavík
-
Click to show all 14 changes...
Fixed wxscintilla compilation for wxDFB.
- r65457: 2010-09-01 15:25:01 [SJL] Steven Lamerton
-
/src/msw/uiaction.cpp [diff, log, file]
Fix compilation under MinGW, also add missing SVN properties.
- r65456: 2010-09-01 14:48:54 [JS] Julian Smart
-
/src/richtext/richtextctrl.cpp [diff, log, file]
wxRichTextCtrl::ApplyStyle now applies a paragraph style at the cursor
without needing a selection, and setting the default style now avoids duplicating
character attributes in subsequently typed text when they exist in the paragraph style.
- r65455: 2010-09-01 14:48:43 [JS] Julian Smart
-
[WX_2_8_BRANCH] /docs/changes.txt [diff, log, file]
[WX_2_8_BRANCH] /src/richtext/richtextctrl.cpp [diff, log, file]
wxRichTextCtrl::ApplyStyle now applies a paragraph style at the cursor
without needing a selection, and setting the default style now avoids duplicating
character attributes in subsequently typed text when they exist in the paragraph style.
- r65454: 2010-09-01 13:28:43 [VS] Václav Slavík
-
/src/msw/notebook.cpp [diff, log, file]
Reduce flicker when removing wxNotebook page.
wxMSW implementation hides all pages except the selected one. But when
removing selected page from the control, this invariant is temporarily
broken and this results in visible flicker. Hiding the page as soon as
it gets removed fixes it.
- r65453: 2010-09-01 09:48:24 [VZ] Vadim Zeitlin
-
/build/msw/wx_dll.dsw [diff, log, file]
Update wx_dll.dsw to include the ribbon library.
Add wx_ribbon project with dependency on core library.
- r65452: 2010-08-31 19:04:30 [JS] Julian Smart
-
[WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp [diff, log, file]
[WX_2_8_BRANCH] /src/richtext/richtextxml.cpp [diff, log, file]
Forgotten commits - image loading and XML speedups
- r65451: 2010-08-30 22:18:52 [VZ] Vadim Zeitlin
-
/include/wx/generic/grid.h [diff, log, file]
/interface/wx/grid.h [diff, log, file]
/src/generic/grid.cpp [diff, log, file]
Add wxGrid::RefreshAttr() method to force attribute refresh.
A cached attribute may continue to be used even though the attribute returned
by a custom wxGridCellAttrProvider has changed so add a method to force wxGrid
to update the attribute by forgetting the cached copy.
Closes #12406.
- r65450: 2010-08-30 21:48:25 [VZ] Vadim Zeitlin
-
/src/generic/msgdlgg.cpp [diff, log, file]
Don't center wxGenericMessageDialog elements.
Centering doesn't seem to be appropriate on neither of the major platforms and
makes wxGenericMessageDialog and wxGenericRichMessageDialog which uses it look
even less native than otherwise.
Simply don't do it neither for the text nor, especially, for the buttons where
wxStdDialogButtonSizer already exists to take care of their alignment.
- r65449: 2010-08-30 21:48:21 [VZ] Vadim Zeitlin
-
/include/wx/generic/msgdlgg.h [diff, log, file]
/include/wx/msgdlg.h [diff, log, file]
/src/generic/msgdlgg.cpp [diff, log, file]
Allow using custom labels for wxGenericMessageDialog buttons.
Custom labels set for wxGenericMessageDialog buttons were simply ignored as it
used CreateSeparatedButtonSizer() to create the actual buttons which in turn
always used the standard labels.
Fix this by explicitly creating the buttons with custom labels if necessary.
This also fixes custom label support in wxGenericRichMessageDialog deriving
from this class.
- r65448: 2010-08-30 21:48:16 [VZ] Vadim Zeitlin
-
/include/wx/dialog.h [diff, log, file]
/interface/wx/dialog.h [diff, log, file]
/src/common/dlgcmn.cpp [diff, log, file]
Extract CreateSeparatedSizer() from wxDialog::CreateSeparatedButtonSizer().
Extract the code adding a separating wxStaticLine to the sizer in its own
function to be able to reuse it in upcoming commits.
- r65447: 2010-08-30 21:48:11 [VZ] Vadim Zeitlin
-
/src/common/sizer.cpp [diff, log, file]
Fix button order in wxStdDialogButtonSizer in all cases under GTK.
The order of Yes/No/Cancel was recently fixed by the changes in r65346 but it
broke the order of the buttons in Ok/Cancel case. Ensure the correct order is
used in all cases now: the one described by GNOME HIG by default but different
order for the special case of Yes/No/Cancel which follows the native message
box.
- r65446: 2010-08-30 21:48:06 [VZ] Vadim Zeitlin
-
/src/common/sizer.cpp [diff, log, file]
Rewrite GTK section of wxStdDialogButtonSizer using wxSizerFlags.
Using wxSizerFlags makes the code shorter and more understandable but
otherwise there are no real changes in behaviour except for a minor fix to one
of the border which was wrong before.
- r65445: 2010-08-30 11:30:11 [JS] Julian Smart
-
[WX_2_8_BRANCH] /docs/changes.txt [diff, log, file]
Documented recent wxRTC fixes.
- r65444: 2010-08-30 11:27:42 [JS] Julian Smart
-
/src/richtext/richtextbuffer.cpp [diff, log, file]
Fixed wrong line spacing calculation
- r65443: 2010-08-30 11:27:22 [JS] Julian Smart
-
[WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp [diff, log, file]
Fixed wrong line spacing calculation
- r65442: 2010-08-30 08:47:23 [JS] Julian Smart
-
/src/richtext/richtextbuffer.cpp [diff, log, file]
Don't add space before para twice in paragraph layout
Discard attributes from empty text object when merging
- r65441: 2010-08-30 08:47:14 [JS] Julian Smart
-
[WX_2_8_BRANCH] /src/richtext/richtextbuffer.cpp [diff, log, file]
Don't add space before para twice in paragraph layout
Discard attributes from empty text object when merging
- r65439: 2010-08-29 16:53:48 [PMO] Peter Most
-
Click to show all 16 changes...
Replaced copy&paste code to create the underlying qt widget with a template function
- r65438: 2010-08-29 15:18:16 [PMO] Peter Most
-
[wxQT] /include/wx/stc/stc.h [diff, log, file]
Update to trunk r65433
- r65437: 2010-08-29 12:24:44 [RR] Robert Roebling
-
/src/ribbon/panel.cpp [diff, log, file]
include wx/sizer.h as buildbot complained
- r65436: 2010-08-29 09:42:55 [RR] Robert Roebling
-
/samples/ribbon/ribbondemo.cpp [diff, log, file]
/src/ribbon/panel.cpp [diff, log, file]
Add possibility to use sizers in ribbon panel, fixes #12404: wxRibbonPanel and wxSizer
- r65435: 2010-08-28 17:05:02 [VS] Václav Slavík
-
/src/common/wincmn.cpp [diff, log, file]
Scale sizes more accurately in generic SetWindowVariant().
- r65434: 2010-08-28 11:29:07 [PMO] Peter Most
-
Click to show all 1,386 changes...
Update to trunk r65433
- r65424: 2010-08-26 13:51:45 [JMS] Jaakko Salli
-
/docs/doxygen/overviews/propgrid.h [diff, log, file]
/interface/wx/propgrid/property.h [diff, log, file]
/src/propgrid/props.cpp [diff, log, file]
Changed wxArrayStringProperty default delimiter to comma. It should allow for better looking and more easily editable property values for common cases.
- r65423: 2010-08-26 13:25:07 [JMS] Jaakko Salli
-
/include/wx/propgrid/advprops.h [diff, log, file]
/include/wx/propgrid/editors.h [diff, log, file]
/include/wx/propgrid/manager.h [diff, log, file]
/include/wx/propgrid/property.h [diff, log, file]
/include/wx/propgrid/propgrid.h [diff, log, file]
/include/wx/propgrid/propgriddefs.h [diff, log, file]
/include/wx/propgrid/propgridiface.h [diff, log, file]
/include/wx/propgrid/propgridpagestate.h [diff, log, file]
/include/wx/propgrid/props.h [diff, log, file]
Added missing wx/defs.h includes in propgrid headers
- r65422: 2010-08-26 06:53:51 [JJ] Jacob Jansen
-
/src/x11/window.cpp [diff, log, file]
correcting wxX11 for wxkeysym as was done for wxMOTIF
- r65406: 2010-08-25 15:02:30 [VS] Václav Slavík
-
/include/wx/listbox.h [diff, log, file]
/src/common/lboxcmn.cpp [diff, log, file]
Fix wxListBox selection handling broken by r64500.
r64500 introduced tracking of previous selection in wxMSW's wxListBox so
that an event isn't sent when the user clicks already selected item
again. Unfortunately, it forgot to account for programatic changes of
selection (e.g. when all items are removed, so is the selection) and
didn't update selection book-keeping information in that case. The
result was that the event wasn't sent when it should be in some cases.
Fixed by using UpdateOldSelections() even in single-selection case in
wxMSW.
- r65400: 2010-08-24 17:22:12 [RR] Robert Roebling
-
/tests/controls/choicetest.cpp [diff, log, file]
/tests/controls/comboboxtest.cpp [diff, log, file]
/tests/controls/listboxtest.cpp [diff, log, file]
Reenable sorting tests for GTK
- r65399: 2010-08-24 17:06:15 [RR] Robert Roebling
-
/include/wx/gtk/private/string.h [diff, log, file]
/src/gtk/listbox.cpp [diff, log, file]
Make sorting of wxListBox, wxChoice and wxComboBox identical to the MSW sorting
- r65398: 2010-08-24 11:36:43 [VZ] Vadim Zeitlin
-
/src/msw/display.cpp [diff, log, file]
Remove unused wxDisplay implementation using DirectDraw from wxMSW.
Remove commented out version of DirectDraw-based wxDisplayFactory
implementation. It doesn't seem to have any advantages compared to the
currently used version and nobody uses it anyhow.
Closes #12387.
- r65397: 2010-08-24 11:23:22 [JJ] Jacob Jansen
-
/include/wx/unix/utilsx11.h [diff, log, file]
/src/motif/window.cpp [diff, log, file]
wxKeysym problem for wxMOTIF fixed
- r65395: 2010-08-23 22:04:40 [JTN] Javier Torres
-
Click to show all 21 changes...
Clean up bakefile: Use platform specific evtloop, timer...
Also, create a QCoreApplication before a QEventLoop if the former doesn't already exists (required by Qt)
- r65393: 2010-08-23 18:54:59 [VZ] Vadim Zeitlin
-
/tests/controls/textentrytest.h [diff, log, file]
Compilation fix: forward declare wxTextEntry in unit tests code.
This should fix tests compilation on the build bot Mac OS X slaves.
- r65392: 2010-08-23 07:50:00 [JJ] Jacob Jansen
-
/src/generic/descrip.mms [diff, log, file]
Update openVMS compile support
- r65390: 2010-08-22 23:46:02 [VZ] Vadim Zeitlin
-
/tests/controls/textctrltest.cpp [diff, log, file]
Use "C" locale for locale-dependent part of TextCtrlTestCase.
As we expect to get decimal points in the text control when we stream floating
point numbers into it, we must do it in a locale which uses decimal point,
e.g. "C" one. Otherwise the test failed when ran in e.g. French locale.
- r65389: 2010-08-22 23:45:58 [VZ] Vadim Zeitlin
-
/interface/wx/filedlg.h [diff, log, file]
Document that wxFD_FILE_MUST_EXIST is implied under OS X.
Mention in the documentation that the standard file open dialog under OS X
can't be used to select a non-existing file.
- r65388: 2010-08-22 23:45:53 [VZ] Vadim Zeitlin
-
/build/bakefiles/files.bkl [diff, log, file]
/Makefile.in [diff, log, file]
/src/osx/cocoa/bmpbuttn.mm [old log]
Remove unused src/osx/cocoa/bmpbuttn.mm file.
This file was empty and unused any more so simply remove it and all references
to it in the makefiles.
This avoids warnings about empty object files in static builds of the library.
- r65387: 2010-08-22 22:58:25 [VZ] Vadim Zeitlin
-
/src/osx/uiaction_osx.cpp [diff, log, file]
Don't use uninitialized variable in wxCharCodeWXToOSX().
If an unsupported wxKeyCode was passed to this function, an undefined value
was returned. Return -1 instead to indicate failure.
- r65386: 2010-08-22 22:16:05 [VZ] Vadim Zeitlin
-
Click to show all 79 changes...
Merge the new GUI tests from SOC2010_GUI_TEST branch.
Add a lot of tests for many wx GUI classes.
Add tests using the new wxUIActionSimulator class but disable them under OS X
as too many of them currently fail there.
Refactor the test suite to make organizing the existing tests and adding the
new ones easier.
Improve documentation using the information gathered while testing the
classes. Also update the documentation of the testing system itself.
- r65385: 2010-08-22 22:15:42 [VZ] Vadim Zeitlin
-
Click to show all 22 changes...
Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST branch.
Correct a lot of problems with the initial implementation, notably make the
API consistent across all platforms, e.g. all keyboard-related methods now
take just a wxKeyCode.
Add some useful higher-level helpers such as Text() and MouseDragDrop().
Improve documentation.
wxUIActionSimulator now works under MSW, GTK and OS X and is enabled by
default.
- r65384: 2010-08-22 22:15:32 [VZ] Vadim Zeitlin
-
/src/osx/cocoa/combobox.mm [diff, log, file]
/src/osx/combobox_osx.cpp [diff, log, file]
Fix selection corner cases in wxOSX wxComboBox.
Don't crash in wxComboBox::GetString() if it's passed an invalid index.
Don't call GetString() with invalid index from GetStringSelection() if there
is no selection.
Do accept wxNOT_FOUND in SetSelectedItem() as it means, according to the docs,
that the existing selection should be reset.
- r65383: 2010-08-22 22:15:27 [VZ] Vadim Zeitlin
-
/src/osx/carbon/clipbrd.cpp [diff, log, file]
Don't crash in wxOSX::wxClipboard::Clear() if initialization failed.
Creating the clipboard may fail (e.g. when running from a ssh session to an OS
X machine), don't crash by passing NULL pointer to PasteboardClear() if this
happens but assert and return instead.
- r65382: 2010-08-22 22:15:22 [VZ] Vadim Zeitlin
-
/src/osx/cocoa/window.mm [diff, log, file]
Work around a crash on starting editing in wxGrid under wxOSX/Cocoa.
wxOSX/Cocoa currently generates unexpected focus loss events with the window
gaining focus being the same one as losing it. This is wrong and shouldn't
happen but as long as it does, filter these events out to at least allow
editing the grid to work.
See #12267.
- r65381: 2010-08-22 22:15:17 [VZ] Vadim Zeitlin
-
/interface/wx/listctrl.h [diff, log, file]
/src/msw/listctrl.cpp [diff, log, file]
Don't send event from wxMSW::wxListCtrl::DeleteAllItems() if it did nothing.
wxEVT_COMMAND_LIST_DELETE_ALL_ITEMS should only be sent if the control hadn't
been empty before. Document this behaviour and adjust wxMSW to match the
other platforms.
Also document the return value better.
Closes #12336.
- r65380: 2010-08-22 22:15:13 [VZ] Vadim Zeitlin
-
/include/wx/unix/utilsx11.h [diff, log, file]
/src/gtk/utilsgtk.cpp [diff, log, file]
Extract X11 Display wrapper class in a private header.
No real changes, just extract a private Dpy class used by wxGTK to a header
and rename it to wxX11Display.
This will allow reusing it from X11 wxUIActionSimulator implementation in the
upcoming commits.
- r65379: 2010-08-22 22:15:07 [VZ] Vadim Zeitlin
-
/include/wx/mousestate.h [diff, log, file]
Add missing header required if wx/mousestate.h is included first.
This header uses wxPoint so it must include wx/gdicmn.h (instead of relying on
it having been already included).
- r65378: 2010-08-21 23:33:40 [VZ] Vadim Zeitlin
-
/src/common/socket.cpp [diff, log, file]
/tests/image/image.cpp [diff, log, file]
Don't report spurious errors from wxSocket in "no wait" mode.
In wxSOCKET_NOWAIT mode wxSOCKET_WOULDBLOCK is not a real error as it's
expected and should be just discarded. Failing to do this could result in the
following scenario:
1. Try to read a big buffer with wxSOCKET_NOWAIT (setting wxSocket error to
wxSOCKET_WOULDBLOCK).
2. Process small part of it.
3. Read more data from wxSocket -- which now goes to the data containing
already cached data without going to the socket itself and this without
resetting the error.
4. Check wxSocket::Error() which turns out to be (still) true.
And this was exactly what happened in mysteriously failing unit test case
reading wxImage contents from a socket: the failure was difficult to reproduce
because it depended on how much data exactly did we read from the socket in
one go.
Fix this by resetting the error properly and reenable the unit test which was
previously disabled for the build bot, it should pass now.
- r65376: 2010-08-21 17:06:44 [VZ] Vadim Zeitlin
-
Click to show all 2,234 changes...
Merge with the trunk and some minor fixes.
This is the version of this branch which should be easier to merge into the
trunk in the future as it's based on a more recent r65375.
It also contains some minor changes by me to Julien's work and style fixes.
- r65375: 2010-08-21 10:17:13 [RR] Robert Roebling
-
/src/generic/dirctrlg.cpp [diff, log, file]
Allow calling wxGenericDirCtrl::GetPath() in multiple selection mode, fixes #12340 ([wxGenericDirCtrl] conflicts wxDirFilterListCtrl::OnSelFilter())
- r65374: 2010-08-21 09:54:30 [RR] Robert Roebling
-
/include/wx/gtk/window.h [diff, log, file]
make Set/GetLabel() set and return something (albeit unused) as per the docs, fixes #12350: wxWindow Get/SetLabel non-functional in GTK
- r65373: 2010-08-21 09:53:25 [RR] Robert Roebling
-
/include/wx/gtk/toplevel.h [diff, log, file]
make Set/GetLabel() set and return title in wxTLW, fixes #12371: Dialog::GetLabel() Inconsistent behaviour across operating systems
- r65372: 2010-08-21 09:39:09 [RR] Robert Roebling
-
/src/ribbon/art_aui.cpp [diff, log, file]
/src/ribbon/art_msw.cpp [diff, log, file]
Fix crash by checking if icon is valid before drawing it, fixes #12376: PATCH for Ribbon crash
- r65371: 2010-08-21 09:36:12 [RR] Robert Roebling
-
/src/common/fs_arc.cpp [diff, log, file]
Fix potential crash, fixes #12375: PATCH to fix help controller crash
- r65370: 2010-08-20 20:51:17 [RR] Robert Roebling
-
/src/gtk/dataview.cpp [diff, log, file]
Properly implement Cleared() by calling row_deleted on every child of root, fixes #12327: wxDataViewListCtrl Crash
- r65369: 2010-08-20 18:13:51 [VZ] Vadim Zeitlin
-
/interface/wx/defs.h [diff, log, file]
Mention that not all standard IDs are stock IDs.
Also add a link to the list of stock IDs from the standard IDs documentation.
- r65368: 2010-08-20 15:38:03 [JJ] Jacob Jansen
-
/src/common/combocmn.cpp [diff, log, file]
include correct private.h for wxgtk1
- r65367: 2010-08-20 15:22:52 [RR] Robert Roebling
-
/src/msw/hyperlink.cpp [diff, log, file]
Make it compile
- r65366: 2010-08-19 18:29:46 [RR] Robert Roebling
-
/docs/doxygen/mainpages/cat_classes.h [diff, log, file]
/interface/wx/msgdlg.h [diff, log, file]
Link to wxRichMessageDialog in some places
- r65365: 2010-08-19 18:17:51 [RR] Robert Roebling
-
/src/msw/hyperlink.cpp [diff, log, file]
Make it compile a bit more
- r65364: 2010-08-19 15:41:24 [VZ] Vadim Zeitlin
-
/src/generic/msgdlgg.cpp [diff, log, file]
/src/generic/richmsgdlgg.cpp [diff, log, file]
Slightly improve wx[Generic]RichMessageDialog layout.
Keep the icon at the top instead of centering it, this is more consistent with
the native behaviour under both MSW and GTK.
Get rid of an unnecessary sizer in wxGenericRichMessageDialog and give the
checkbox the right border to align with the rest of the dialog contents.
- r65363: 2010-08-19 15:41:18 [VZ] Vadim Zeitlin
-
/include/wx/dialog.h [diff, log, file]
/include/wx/textwrapper.h [diff, log, file]
/src/common/dlgcmn.cpp [diff, log, file]
/src/generic/msgdlgg.cpp [diff, log, file]
Make the main message of wxGenericMessageDialog stand out.
Use larger bold font for the main message in wxGenericMessageDialog if the
extended message is also given to make it stand out similarly to how it
happens in the native GTK and MSW dialogs.
- r65362: 2010-08-19 12:12:59 [JS] Julian Smart
-
/src/aui/auibook.cpp [diff, log, file]
Better close button placement on tabs, especially for bottom tab alignment
- r65361: 2010-08-19 12:12:51 [JS] Julian Smart
-
[WX_2_8_BRANCH] /src/aui/auibook.cpp [diff, log, file]
Better close button placement on tabs, especially for bottom tab alignment
- r65360: 2010-08-19 09:53:24 [SJL] Steven Lamerton
-
[SOC2010_GUI_TEST] /tests/controls/bitmaptogglebuttontest.cpp [diff, log, file]
[SOC2010_GUI_TEST] /tests/controls/listctrltest.cpp [diff, log, file]
[SOC2010_GUI_TEST] /tests/html/htmlwindow.cpp [diff, log, file]
Disable some more failing tests under wxGTK
- r65359: 2010-08-19 07:14:03 [SC] Stefan Csomor
-
[SOC2010_GUI_TEST] /src/osx/uiaction_osx.cpp [diff, log, file]
fixing compilos
- r65358: 2010-08-19 07:13:01 [JJ] Jacob Jansen
-
/setup.h_vms [diff, log, file]
update compile configuration for OpenVMS
- r65357: 2010-08-19 00:06:17 [VZ] Vadim Zeitlin
-
/include/wx/gtk/private/string.h [diff, log, file]
Compilation fix for STL build in wxGtkCollatableString code.
Include wx/string.h to define wxString used by this class.
- r65356: 2010-08-19 00:06:12 [VZ] Vadim Zeitlin
-
/include/wx/generic/richmsgdlgg.h [diff, log, file]
/src/generic/richmsgdlgg.cpp [diff, log, file]
Compilation fix for non-PCH build in wxGenericRichMessageDialog code.
Move IsCheckBoxChecked() to the .cpp file where wxCheckBox is fully defined
and not just forward declared (at least when not using PCH).
- r65355: 2010-08-18 23:57:26 [VZ] Vadim Zeitlin
-
/src/msw/hyperlink.cpp [diff, log, file]
Compilation fix for old SDKs in new native MSW wxHyperLinkCtrl code.
Define WC_LINK ourselves if it's not defined in the headers.
- r65354: 2010-08-18 23:55:52 [VZ] Vadim Zeitlin
-
/src/msw/progdlg.cpp [diff, log, file]
VC6 compilation fix for native wxProgressDialog implementation.
Don't use return with a void value, VC6 doesn't support this and it's
unnecessary here anyhow.
- r65352: 2010-08-18 22:49:02 [VZ] Vadim Zeitlin
-
Click to show all 18 changes...
Use task dialog for wxProgressDialog implementation in wxMSW.
If available, the task dialog is now used for the wxProgressDialog under
Windows. This provides a much more native looking dialog which doesn't look
out of place under modern Windows versions, unlike the generic implementation.
The internals of the code had to be significantly changed as the task dialog
can only be shown modally so, to emulate wxProgressDialog modeless nature, a
separate thread is used for the progress dialog management.
- r65351: 2010-08-18 22:48:53 [VZ] Vadim Zeitlin
-
/include/wx/hyperlink.h [diff, log, file]
/src/msw/hyperlink.cpp [diff, log, file]
Only use native wxHyperlinkCtrl in Unicode build under MSW.
The native control is available to Unicode applications only so disable its
use in non-Unicode build.
- r65350: 2010-08-18 22:48:48 [VZ] Vadim Zeitlin
-
/include/wx/commandlinkbutton.h [diff, log, file]
Don't use native MSW wxCommandLinkButton in wxUniversal.
Test for __WXUNIVERSAL__ when selecting the version of this class to use.
- r65349: 2010-08-18 22:48:41 [VZ] Vadim Zeitlin
-
Click to show all 31 changes...
Add wxRichMessageDialog class.
This is a generalization of wxMessageDialog based on the native task dialog
under recent (Vista and later) Windows versions and implemented generically
for the other ports for now.
It provides the possibility to use additional controls in the message boxes
(checkbox useful for the "Don't ask me again" kind of dialogs and collapsible
detailed explanations field) and better look and feel under Windows.
- r65348: 2010-08-18 22:48:28 [VZ] Vadim Zeitlin
-
Click to show all 13 changes...
Provide a task-dialog based wxMSW wxMessageDialog implementation.
Use the task dialog instead of the legacy message box for wxMessageDialog
implementation under wxMSW on recent (Vista and later) Windows versions.
As part of this change, remove wxMessageDialogWithCustomLabels and integrate
its functionality in wxMessageDialogBase itself as it's now used by all
platforms.
- r65347: 2010-08-18 22:48:21 [VZ] Vadim Zeitlin
-
/src/gtk/collpane.cpp [diff, log, file]
Handle mnemonics correctly in wxGTK::wxCollapsiblePaneSetLabel().
Convert mnemonics in wx format to the one used by GTK+, just as we already do
in the ctor.
- r65346: 2010-08-18 22:48:15 [VZ] Vadim Zeitlin
-
/src/common/sizer.cpp [diff, log, file]
Fix Yes/No/Cancel buttons order in wxGTK wxStdDialogButtonSizer.
"Yes" and "No" buttons should be positioned next to each other for consistency
with the native message box instead of separating them with the "Cancel"
button.
- r65345: 2010-08-18 21:40:24 [RR] Robert Roebling
-
/interface/wx/dataview.h [diff, log, file]
Document recetnyl added name parameter in wxDataViewCtrl
- r65344: 2010-08-18 21:36:40 [RR] Robert Roebling
-
/interface/wx/radiobut.h [diff, log, file]
Mention that you cannot call wxRadioButton::SetValue(false) if that radiobutton belongs to a group
- r65343: 2010-08-18 21:32:14 [RR] Robert Roebling
-
/src/gtk/radiobut.cpp [diff, log, file]
GTK+ just won't let you uncheck any radiobutton that belongs to a group.
- r65342: 2010-08-18 21:29:53 [RR] Robert Roebling
-
/include/wx/gtk/choice.h [diff, log, file]
/include/wx/gtk/private/string.h [diff, log, file]
/src/gtk/choice.cpp [diff, log, file]
/src/gtk/combobox.cpp [diff, log, file]
make wxChoice and wxComboBox sort in a case insensitive and locale adapted way, fixes #12351: Incorrect sort order in wxChoice / wxComboBox
- r65341: 2010-08-18 21:28:11 [RR] Robert Roebling
-
/src/gtk/treeentry_gtk.c [diff, log, file]
Make wxListBox sort in a case insensitive way, fixes #12352: Incorrect sort order in wxListBox