2010-12-30 |
Vadim Zeitlin | Move wxGetLibraryVersionInfo() to core from base.
|
commit | commitdiff | tree |
2010-12-30 |
Vadim Zeitlin | Don't crash on malformed HTML in wxHTML font tag handler.
|
commit | commitdiff | tree |
2010-12-29 |
Vadim Zeitlin | Update the generated makefile after wxOSX OpenGL changes.
|
commit | commitdiff | tree |
2010-12-26 |
Vadim Zeitlin | Increase wxStaticText height in wxMSW to align its...
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Compilation fix for wxMSW build without PCH.
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Test for wcsftime() in configure as it's not available...
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Give an error from configure if wchar_t is not available.
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Make the margin between wxSpinCtrlGeneric sub-windows...
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Correct bug in the wxSpinCtrlGeneric sub-controls resizing.
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Document wxItemContainer::SetStringSelection() as case...
|
commit | commitdiff | tree |
2010-12-25 |
Vadim Zeitlin | Minor improvements to wxComboBox documentation.
|
commit | commitdiff | tree |
2010-12-23 |
Vadim Zeitlin | Run tests with "-t" option on OS X too.
|
commit | commitdiff | tree |
2010-12-23 |
Vadim Zeitlin | Correct Mac OX/iPhone check in libpng.
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Switch to GtkTooltip from deprecated GtkTooltips in...
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Really fix recently broken accelerators handling in...
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Implement proper wxCursor cloning in wxDFB.
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Use stock ids for menu items in the config sample.
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Compute print preview scale using real DPI values in...
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Correct and extend wxConfig::Create() documentation.
|
commit | commitdiff | tree |
2010-12-22 |
Vadim Zeitlin | Use generic wxHyperlinkCtrl under Vista/7 without comtrl32...
|
commit | commitdiff | tree |
2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl...
|
commit | commitdiff | tree |
2010-12-19 |
Vadim Zeitlin | Store menus titles in menus themselves in wxOSX.
|
commit | commitdiff | tree |
2010-12-19 |
Vadim Zeitlin | No real changes, just get rid of _wxMenuAt() in wxOSX...
|
commit | commitdiff | tree |
2010-12-19 |
Vadim Zeitlin | Fix initial gradient point calculation in wxOSX.
|
commit | commitdiff | tree |
2010-12-19 |
Vadim Zeitlin | Preserve wxSlider value when changing its range in...
|
commit | commitdiff | tree |
2010-12-15 |
Vadim Zeitlin | Initialize wxLogWindow::m_pLogFrame in ctor to avoid...
|
commit | commitdiff | tree |
2010-12-15 |
Vadim Zeitlin | Compilation fixes for wx{X11,GTK1,Motif} after making...
|
commit | commitdiff | tree |
2010-12-15 |
Vadim Zeitlin | Compilation fix for wxMotif PCH build.
|
commit | commitdiff | tree |
2010-12-15 |
Vadim Zeitlin | Update accelerator unit test to pass after recent changes.
|
commit | commitdiff | tree |
2010-12-15 |
Vadim Zeitlin | Don't pass strings not containing accelerators to ParseAccel().
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | Return false, not NULL, from a function returning bool.
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | No real changes, just add a cast to fix a warning.
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | Make wxRefCounter non copyable.
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | Fail in CloneGDIRefData() instead of implementing it...
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | Don't use implicit wxBitmapRefData copy ctor in wxGTK...
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | Fail instead of crashing in wxGTK wxCursor::CloneGDIRefData().
|
commit | commitdiff | tree |
2010-12-14 |
Vadim Zeitlin | Improve wxImage handlers documentation, especially...
|
commit | commitdiff | tree |
2010-12-13 |
Vadim Zeitlin | Preserve value when changing range of inverted wxSlider...
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Rename wxGenericDirCtrl::ExpandDir() to PopulateNode().
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Set the window in focus event sent by wxComboCtrl correctly.
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Update AUI bitmaps when its colours change.
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | No changes, just clean up duplicate colour functions...
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Update the directory icon in wxGenericDirCtrl::ExpandDir().
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | No changes, just clean up duplicate colour functions...
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Optimize pixels rotation in wxImage::Rotate90().
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Don't require leading TAB in wxAcceleratorEntry::FromString().
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Don't try to extract accelerators from menu items which...
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Fix wxRect::SetRightTop() which set the wrong corner.
|
commit | commitdiff | tree |
2010-12-03 |
Vadim Zeitlin | Mention in wxHashSet documentation that its contents...
|
commit | commitdiff | tree |
2010-11-28 |
Vadim Zeitlin | Don't compare invalid iterators in wxCommandProcessor...
|
commit | commitdiff | tree |
2010-11-27 |
Vadim Zeitlin | Verify the return value of wxItemContainer::Insert...
|
commit | commitdiff | tree |
2010-11-27 |
Vadim Zeitlin | Fix the return value of wxSimpleHtmlListBox::Insert().
|
commit | commitdiff | tree |
2010-11-27 |
Vadim Zeitlin | Add wx(Simple)HtmlListBox unit test.
|
commit | commitdiff | tree |
2010-11-27 |
Vadim Zeitlin | Document wxSimpleHtmlListBox inheritance from wxItemContainer.
|
commit | commitdiff | tree |
2010-11-26 |
Vadim Zeitlin | Update configure helper scripts to latest versions...
|
commit | commitdiff | tree |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes.
|
commit | commitdiff | tree |
2010-11-26 |
Vadim Zeitlin | No real changes, just remove unnecessary const workaround.
|
commit | commitdiff | tree |
2010-11-26 |
Vadim Zeitlin | Allow wxAutomationObject::GetInstance() create new...
|
commit | commitdiff | tree |
2010-11-26 |
Vadim Zeitlin | No real changes, just use ProgID term instead of incorrect...
|
commit | commitdiff | tree |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd...
|
commit | commitdiff | tree |
2010-11-25 |
Vadim Zeitlin | Document some previously undocumented wxAboutDialogInfo...
|
commit | commitdiff | tree |
2010-11-25 |
Vadim Zeitlin | Mention status bar fields limits under pre-XP MSW systems.
|
commit | commitdiff | tree |
2010-11-24 |
Vadim Zeitlin | Warn that normalizing a valid path may make it invalid...
|
commit | commitdiff | tree |
2010-11-24 |
Vadim Zeitlin | Optimize wxImage::Rotate90() by rotating alpha separately.
|
commit | commitdiff | tree |
2010-11-24 |
Vadim Zeitlin | Add support for negatable command line switches.
|
commit | commitdiff | tree |
2010-11-24 |
Vadim Zeitlin | Rewind the input stream after failing to load image...
|
commit | commitdiff | tree |
2010-11-24 |
Vadim Zeitlin | Improve error messages from wxImage::LoadFile().
|
commit | commitdiff | tree |
2010-11-24 |
Vadim Zeitlin | Skip mouse events outside of item area in wxDataViewCtrl.
|
commit | commitdiff | tree |
2010-11-23 |
Vadim Zeitlin | VC6 compilation fix: don't return void values.
|
commit | commitdiff | tree |
2010-11-23 |
Vadim Zeitlin | Simplify timezone-related code and fix some minor bugs...
|
commit | commitdiff | tree |
2010-11-23 |
Vadim Zeitlin | Center task dialog-based wxProgressDialog on the parent...
|
commit | commitdiff | tree |
2010-11-23 |
Vadim Zeitlin | Deselect all items in wxMSW wxListBox when selection...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Initialize time zone information before using it in...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Fix wxUniv build after deriving wxStatusBar from wxControl.
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Revert "Always define WXUSINGDLL when compiling Scintilla...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Don't try to center task dialogs under Windows.
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Set the width of the last status bar pane correctly...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Add status bar styles mapping to MSW styles broken...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Put WINDRES_CPU_DEFINE in RESFLAGS and not RESCOMP...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Make wxChoicebook background transparent.
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Deprecate not working wxSplitterWindow::SetSashSize().
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Don't set explicit background colour for wxStatusBar...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Don't forbid creating wxSplitterWindow with border...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Delete pending objects in wxApp::ProcessPendingEvents...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Silently ignore timer events from timers which were...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Refactor wxStatusBar creation in wxMSW to do it in...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Derive wxStatusBar from wxControl and not wxWindow.
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Use status full, not client, size to determine frame...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Send page changed event after changing the page in...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Use correct wxDEBUG_LEVEL value when building wxscintilla...
|
commit | commitdiff | tree |
2010-11-22 |
Vadim Zeitlin | Always define WXUSINGDLL when compiling Scintilla in...
|
commit | commitdiff | tree |
2010-11-21 |
Vadim Zeitlin | Correct wxFont::GetFamily() unit test to test for wxFONTFAMI...
|
commit | commitdiff | tree |
2010-11-21 |
Vadim Zeitlin | Revert r66070: "Unload bogus XRC resources in "garbage...
|
commit | commitdiff | tree |
2010-11-20 |
Vadim Zeitlin | Don't keep entries for XRC resources that failed to...
|
commit | commitdiff | tree |
2010-11-20 |
Vadim Zeitlin | Don't consider extra ".." an error in wxFileName::Normalize().
|
commit | commitdiff | tree |
2010-11-18 |
Vadim Zeitlin | Improve documentation about handling C++ exceptions...
|
commit | commitdiff | tree |
2010-11-18 |
Vadim Zeitlin | Check wxDateTime components validity more rigorously.
|
commit | commitdiff | tree |
2010-11-18 |
Vadim Zeitlin | Explicitly include "wx/dynlib.h" from src/msw/combobox...
|
commit | commitdiff | tree |
2010-11-17 |
Vadim Zeitlin | Remove obsolete warning from wxMenuBar::GetTitle()...
|
commit | commitdiff | tree |
2010-11-17 |
Vadim Zeitlin | Simplify wxMSW wxMenuBar title management.
|
commit | commitdiff | tree |
next |