2011-01-12 |
Vadim Zeitlin | Add support for icons in wxAUI panes title bars.
|
commit | commitdiff | tree |
2011-01-12 |
Vadim Zeitlin | Fix crash in wxGenericRichMessageDialog::IsCheckBoxChecked().
|
commit | commitdiff | tree |
2011-01-12 |
Vadim Zeitlin | Disable deprecation and other warnings in MFC sample.
|
commit | commitdiff | tree |
2011-01-12 |
Vadim Zeitlin | Fix entry point in Unicode build of the MFC sample.
|
commit | commitdiff | tree |
2011-01-10 |
Vadim Zeitlin | Check index in wxItemContainer methods working with...
|
commit | commitdiff | tree |
2011-01-10 |
Vadim Zeitlin | Remove redundant top level const in wxRibbonBar::ShowPanels().
|
commit | commitdiff | tree |
2011-01-06 |
Vadim Zeitlin | Add possibility to hide panels in wxRibbon.
|
commit | commitdiff | tree |
2011-01-05 |
Vadim Zeitlin | Remove wxFileSystemWatcher::OnXXX() virtual methods...
|
commit | commitdiff | tree |
2011-01-05 |
Vadim Zeitlin | Correct wxFileSystemWatcher::GetWatchedPathsCount(...
|
commit | commitdiff | tree |
2011-01-05 |
Vadim Zeitlin | Correct measurement for owner drawn menu items with...
|
commit | commitdiff | tree |
2011-01-05 |
Vadim Zeitlin | No changes, just fix a typo in a variable name.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Fix wxImage test compilation for MSVC6.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Disable wxCompositeWindow<> code for VC6.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Attempt to make wxCompositeWindow<> compile with MSVC6.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Remove duplicate IMPLEMENT_XXX_CLASS macros from wxUniv...
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Declare wxStaticText in wxUniv as being dynamic, not...
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Compilation fix for PNG saving code when wxUSE_PALETTE==0.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Use wxControl instead of wxControlWithItems with wxRTTI...
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Use wxControl as wxComboBox base class for wxRTTI in...
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Remove duplicate IMPLEMENT_DYNAMIC_CLASS() for wxGtkCalendar...
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Don't use "/*" inside a C comment.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | wxMSW compilation fix for wxCompositeWindow.
|
commit | commitdiff | tree |
2011-01-04 |
Vadim Zeitlin | Mention that wxDV_ROW_LINES is not implemented in the...
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Set up pages range in the wxMSW print dialog correctly.
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Add "virtual" keywords to the overridden functions...
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Don't create slider with invalid range in mediaplayer...
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Don't name variables "id" in public headers.
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Decrease the margins around the page in the print preview.
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Don't hardcode wxPreviewControlBar size in print preview...
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Improve print preview appearance and functionality.
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Don't use deprecated NSTableView selectRow:byExtendingSelect...
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Allow selecting any kind of file in the sound sample.
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | Add wxCompositeWindow<> and use it in wxDatePickerCtrlGeneric.
|
commit | commitdiff | tree |
2011-01-03 |
Vadim Zeitlin | No real changes, just remove an unneeded header dependency.
|
commit | commitdiff | tree |
2011-01-02 |
Vadim Zeitlin | Remove calls to wxApp::SetTopWindow() from the samples...
|
commit | commitdiff | tree |
2011-01-02 |
Vadim Zeitlin | Simplify wxFileNameFromPath() implementation to avoid...
|
commit | commitdiff | tree |
2011-01-02 |
Vadim Zeitlin | Fix memory leak if wxDC::DrawBitmap() fails in wxOS2.
|
commit | commitdiff | tree |
2011-01-02 |
Vadim Zeitlin | Use correct delete[] for a buffer allocated with new[].
|
commit | commitdiff | tree |
2011-01-02 |
Vadim Zeitlin | Forward declare classes instead of including their...
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | PCH-less compilation fix in recently added wxTangoArtProvider.
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Add wxUSE_ARTPROVIDER_STD build option.
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Add wxArtProvider using Tango icons.
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Add go to first/last and plus/minus art provider icons.
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Make art provider id of type "char *" instead of "wxChar *".
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Add an option to embed image size in its name to PNG...
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Show wxART_BUTTON icons in art provider sample resource...
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Accept file names with dashes in PNG-to-C converter.
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Use open command to run the GUI unit test on Mac build...
|
commit | commitdiff | tree |
2010-12-31 |
Vadim Zeitlin | Document how to get the previous selection in wxEVT_GRID_SEL...
|
commit | commitdiff | tree |
2010-12-30 |
Vadim Zeitlin | Move wxMSW wxCommandLinkButton files to native-only...
|
commit | commitdiff | tree |
2010-12-30 |
Vadim Zeitlin | Compilation fixes for wxUniversal/MSW.
|
commit | commitdiff | tree |
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 |
next |