2012-12-28 |
Vadim Zeitlin | No changes, just remove an unused variable.
|
commit | commitdiff | tree |
2012-12-23 |
Vadim Zeitlin | Fix wrong tab order in wxAuiNotebook after dragging.
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Sort wxPAPER_XXX constants alphabetically in the documentation.
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Add a temporary workaround to make the tests pass.
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Invalidate wxGrid best size when its associated table...
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Fix libtiff compilation with VC6 after upgrade to 4...
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | No changes, just improve wxScrolled::EnableScrolling...
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Remove unnecessary variable assignment from wxBoxSizer...
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlternate...
|
commit | commitdiff | tree |
2012-12-22 |
Vadim Zeitlin | Don't use "Cancel" button in the about dialog of the...
|
commit | commitdiff | tree |
2012-12-14 |
Vadim Zeitlin | Fix libtiff compilation with MinGW.
|
commit | commitdiff | tree |
2012-12-12 |
Vadim Zeitlin | Brazilian Portuguese translations update from Felipe.
|
commit | commitdiff | tree |
2012-12-11 |
Vadim Zeitlin | Handle IN_MOVE inotify events better.
|
commit | commitdiff | tree |
2012-12-11 |
Vadim Zeitlin | Initialize wxRibbonBar::m_help_button_hovered.
|
commit | commitdiff | tree |
2012-12-10 |
Vadim Zeitlin | Use wxSetWorkingDirectory() instead of chdir().
|
commit | commitdiff | tree |
2012-12-10 |
Vadim Zeitlin | Readded tiffconf.h removed by libtiff 4.0.3 merge.
|
commit | commitdiff | tree |
2012-12-10 |
Vadim Zeitlin | Bakefile updates for libtiff 4.0.3 merge.
|
commit | commitdiff | tree |
2012-12-10 |
Vadim Zeitlin | Merged libtiff 4.0.3 changes into the trunk.
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Document wxXmlResourceHandler::GetFloat().
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Also account for EOL chars correctly in wxStyledTextCtrl...
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Document wxWindow::Get{Min,Max}{Width,Height}().
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Don't test for key code being valid unnecessarily.
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Remove unnecessary default from a switch statement.
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Fix copy/paste error in UnsetConstraints().
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Check gtk_tree_model_iter_nth_child() return value...
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Don't use values returned by lstat() if it failed in...
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Check wxDir::GetNext() return value in wxFindNextFile().
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Add a wxHtmlTag helper parsing both absolute values...
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Don't unnecessarily NUL-terminate wxCharBuffer contents.
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Strip EOL characters from wxStyledTextCtrl::GetLineText...
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Catch attempts to create a window with itself as parent.
|
commit | commitdiff | tree |
2012-12-08 |
Vadim Zeitlin | Remove check of eof() return value validity.
|
commit | commitdiff | tree |
2012-12-04 |
Vadim Zeitlin | Compilation fir for VC6 after r73124.
|
commit | commitdiff | tree |
2012-12-04 |
Vadim Zeitlin | Explicitly set margins for single line text controls...
|
commit | commitdiff | tree |
2012-12-04 |
Vadim Zeitlin | Add missing critical section locking before accessing...
|
commit | commitdiff | tree |
2012-12-04 |
Vadim Zeitlin | Open debugger at the location of failing assert, if...
|
commit | commitdiff | tree |
2012-12-03 |
Vadim Zeitlin | Exclude files in vendor branches from svn hook checks.
|
commit | commitdiff | tree |
2012-12-03 |
Vadim Zeitlin | wxGTK linking fix after r73102.
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | Correct lookup of Explorer-specific file association...
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | No changes, just reorganize the menu slightly in the...
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | Allow specifying -1 as font size to mean "default"...
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | Make wxChoice and wxComboBox behaviour same as in native...
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | Add wxControlWithItems::SendSelectionChangedEvent(...
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | Avoid using "do { ... } while ( wxFalse )" pseudo-loop.
|
commit | commitdiff | tree |
2012-12-02 |
Vadim Zeitlin | Warn, don't assert, about unexpected inotify events.
|
commit | commitdiff | tree |
2012-12-01 |
Vadim Zeitlin | Use disabled colour for the dropdown arrow of disabled...
|
commit | commitdiff | tree |
2012-12-01 |
Vadim Zeitlin | Miscellaneous spelling and typo fixes in the documentation.
|
commit | commitdiff | tree |
2012-12-01 |
Vadim Zeitlin | Fix premature truncation of brief descriptions in Doxygen...
|
commit | commitdiff | tree |
2012-12-01 |
Vadim Zeitlin | Fix documentation of wxGridBagSizer::Add() spacer overload.
|
commit | commitdiff | tree |
2012-11-29 |
Vadim Zeitlin | Don't assert when stopping watching a just renamed...
|
commit | commitdiff | tree |
2012-11-29 |
Vadim Zeitlin | Log invalid inotify() events without a valid watch...
|
commit | commitdiff | tree |
2012-11-29 |
Vadim Zeitlin | Correct handling of IN_Q_OVERFLOW in wxFileSystemWatcher...
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Fix bezel used for bitmap buttons in wxOSX/Cocoa.
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Select the entire spin control contents when changing...
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Handle Shift-TAB correctly in wxOSX/Carbon wxComboBox.
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Compilation fixes after r73050.
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Add "rect" paramerer to wxRichToolTip::ShowFor().
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Add missing wxUSE_OLE checks to safearray.cpp.
|
commit | commitdiff | tree |
2012-11-28 |
Vadim Zeitlin | Compilation fix for wxDocManager after r73004.
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Compilation fix to docview sample after r73004.
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Disable CallAfter() for MSVC 7 too, it can't compile...
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Bracket vararg macro definition with wxHAS_VARIADIC_MACROS.
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Another Nepalese translations update.
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Fix wxALWAYS_SHOW_SB behaviour in wxGTK.
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Fix harmless warning about uninitialized variable in...
|
commit | commitdiff | tree |
2012-11-26 |
Vadim Zeitlin | Fix warnings about using type attribute on forward...
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Fix wxGenericListCtrl scrolling by not processing the...
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Fix TAB navigation in wxGTK broken by r72663.
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Restore generic GetPartialTextExtents() version use...
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Don't dereference NULL output pointer in wxTextMeasure.
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Handle UBUNTU_MENUPROXY=0 as "not using global menu".
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Use idle time menu updating when using global menu...
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
|
commit | commitdiff | tree |
2012-11-25 |
Vadim Zeitlin | Ignore menu events while modal dialogs are shown in...
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Blind compilation fix for VC6 after r73004.
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Add wxDocManager::Get{Views,Documents,Templates}Vector().
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Add wxList::AsVector<>() helper.
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Don't include wx/utils.h from wx/vector.h.
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Use wxBufferedPaintDC for wxStyledTextCtrl drawing...
|
commit | commitdiff | tree |
2012-11-24 |
Vadim Zeitlin | Add check for destroying window with mouse capture...
|
commit | commitdiff | tree |
2012-11-23 |
Vadim Zeitlin | Fix ribbon bar scroll buttons visibility bug.
|
commit | commitdiff | tree |
2012-11-23 |
Vadim Zeitlin | Add possibility to delay showing wxRichToolTip.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Implement GetSizeFromTextSize() for wxSpinCtrl.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Make wxSpinCtrlGenericBase a wxCompositeWindow.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes.
|
commit | commitdiff | tree |
2012-11-20 |
Vadim Zeitlin | Fix another compilation problem after wxNOEXCEPT introduction.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Add wxTL_NO_HEADER style to wxTreeListCtrl.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | More compilation fixes after wxNOEXCEPT introduction.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Add wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and...
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Convert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Implement wxLocale::GetSystemEncodingName() for wxOSX.
|
commit | commitdiff | tree |
2012-11-19 |
Vadim Zeitlin | Add wxNOEXCEPT to all wxTextCtrl dtors.
|
commit | commitdiff | tree |
2012-11-18 |
Vadim Zeitlin | Define SPI_GETCARETWIDTH ourselves if it's not defined.
|
commit | commitdiff | tree |
2012-11-18 |
Vadim Zeitlin | Compilation fixes for VC6 after MSWGetComboBoxInfo...
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Fix path returned from wxGTK wxFileDialog too.
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Add wxNOEXCEPT and use it for std::streambuf-derived...
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Add wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
|
commit | commitdiff | tree |
2012-11-17 |
Vadim Zeitlin | Fix typo in include/wx/generic/private/richtooltip...
|
commit | commitdiff | tree |
2012-11-15 |
Vadim Zeitlin | Support monitoring only some events in wxGTK wxFileSystemWat...
|
commit | commitdiff | tree |
2012-11-15 |
Vadim Zeitlin | Restore setting focus to generic wxDataViewCtrl on...
|
commit | commitdiff | tree |
next |