2010-11-10 |
Vadim Zeitlin | Implement bitmap mask copying in wxX11.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Don't test for DC validity in wxX11 wxDC text extent...
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Disable measuring context unit test for wxX11.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Use Cairo for wxGraphicsContext in wxX11.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Disable unit test for wxColour alpha under wxX11.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Fix signed/unsigned comparison warnings in wxUniv wxNotebook.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Add #if checks fixing minimal wxGTK build.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Fix harmless unused parameter warnings in minimal build.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Don't exclude a bunch of wxDir methods when wxUSE_LONGLONG==0.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Fix wxGLCanvas compilation with wxUSE_PALETTE==0.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Fix wxStandardDialogLayoutAdapter compilation with...
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all...
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Disconnect "hide" menu signal to fix menu destruction...
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Add a test for deleting a sub-menu to the menu sample.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Fix wxUSE_DC_CACHEING spelling in the documentation.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | No changes, just simplify docview sample a bit.
|
commit | commitdiff | tree |
2010-11-10 |
Vadim Zeitlin | Correct wxID_SEPARATOR description in menu documentation.
|
commit | commitdiff | tree |
2010-11-09 |
Vadim Zeitlin | Fix preprocessor definitions for wxBase build under...
|
commit | commitdiff | tree |
2010-11-09 |
Vadim Zeitlin | Fix timeval struct initialization in wxSelectDispatcher.
|
commit | commitdiff | tree |
2010-11-09 |
Vadim Zeitlin | Fix crash in wxCFEventLoop::AddSourceForFD().
|
commit | commitdiff | tree |
2010-11-09 |
Vadim Zeitlin | Remove non-existent functions declarations from wxOSX...
|
commit | commitdiff | tree |
2010-11-08 |
Vadim Zeitlin | Document wxRenameFile() behaviour when destination...
|
commit | commitdiff | tree |
2010-11-08 |
Vadim Zeitlin | Unload bogus XRC resources in "garbage" unit test.
|
commit | commitdiff | tree |
2010-11-08 |
Vadim Zeitlin | Fix crash in XRC ID range support code.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Compilation fix for STL build after ID range changes...
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Factor our hash function used for XRC ids hash map.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Fix memory leak of XRC ids introduced by the ID range...
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Reformat long lines in the new part of the xrc sample.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Use Connect() of Bind() in the new part of xrc sample.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Test both ChangeSelection() and SetSelection() in notebook...
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Don't require skipping "page changed" event in wxMSW...
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter...
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Mention the GUI test in the unit test tech note.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Update and reorganize XRC overview to make it more...
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Fix build with Borland C++ compiler.
|
commit | commitdiff | tree |
2010-11-07 |
Vadim Zeitlin | Update all windows associated with the tooltip when...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Minor cosmetic fix to generic check tools appearance...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Fix check toolbar items behaviour in non-native toolbars...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Avoid using wx GDI classes from non-main thread in...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Really update tooltip when wxToolBar::SetShortHelp...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Remove trailing comma from an enum.
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Show the first, not the last, inserted item in wxListBox...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Use CGFloat instead of float for mouse wheel event...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Fix showing the frames full screen under OS X.
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Improve default position for new TLWs in wxOSX.
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Don't update scrollbars when the window is being destroyed...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Fix crash in wxColour ctor from NSColor in wxOSX/Cocoa.
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Remove unnecessary wxOSX_USE_COCOA guards in Cocoa...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Assume sizeof(wchar_t) is always 4 under OS X.
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Add another test for the insertion point position after...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Disable keyboard unit test with wxUIActionSimulator...
|
commit | commitdiff | tree |
2010-11-05 |
Vadim Zeitlin | Remove test code accidentally committed as part of...
|
commit | commitdiff | tree |
2010-11-04 |
Vadim Zeitlin | Correct a trivial typo in wxLog documentation.
|
commit | commitdiff | tree |
2010-11-04 |
Vadim Zeitlin | Use explicit menu item background if it's given under...
|
commit | commitdiff | tree |
2010-11-04 |
Vadim Zeitlin | No changes, just use RAII-based classes in MSW owner...
|
commit | commitdiff | tree |
2010-11-04 |
Vadim Zeitlin | Pas long to _get_timezone() even for VC8.
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Remove unused mouse event handler from dataview sample.
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Remove unnecessary tests for m_log from dataview sample.
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Add wxAuiPaneInfo::IsDockable().
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Set column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU...
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Don't dock undockable panes in wxAuiManager::LoadPerspective().
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Optimize wxDataViewMainWindow::FindNode() in generic...
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Don't copy potentially big arrays in generic wxDataViewCtrl.
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY...
|
commit | commitdiff | tree |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetInfo().
|
commit | commitdiff | tree |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with...
|
commit | commitdiff | tree |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking...
|
commit | commitdiff | tree |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into...
|
commit | commitdiff | tree |
2010-11-02 |
Vadim Zeitlin | Don't scroll the grid too much to bring selection in...
|
commit | commitdiff | tree |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to...
|
commit | commitdiff | tree |
2010-11-02 |
Vadim Zeitlin | Avoid crash when releasing the mouse in wxRibbonToolBar.
|
commit | commitdiff | tree |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it.
|
commit | commitdiff | tree |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl...
|
commit | commitdiff | tree |
2010-10-31 |
Vadim Zeitlin | Reposition wxSpinCtrl correctly after reparenting it...
|
commit | commitdiff | tree |
2010-10-31 |
Vadim Zeitlin | Destroy correct HWND in wxMSW wxSpinCtrl::Reparent().
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Document wxMessageQueueError.
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitBase().
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | No changes, just use AutoHBITMAP instead of manual...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Fix conversion of bitmaps with alpha to icons/cursors...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Add bitmaps in non-premultiplied format to wxImageList...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Allow creating DIBs storing pixels in non-premultiplied...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Make it impossible to initialize AutoHBITMAP after...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Fix fatal bug in wxGetWindowFromHWND() for radio buttons.
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Restore the old logger in wxLogChain dtor instead of...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Fix confusion with LOGFONT{A,W} parameters to MSW GetTheme...
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | No real changes, just cleanup of wxMSW MenuDrawData.
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Use TAbs in debian/rules, not spaces, as it's a makefile.
|
commit | commitdiff | tree |
2010-10-30 |
Vadim Zeitlin | Fix order of arguments in wxOSX/Carbon wxListCtrl:...
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConcentric().
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcentric().
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Relax validation of wxCheckBox flags.
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Improve positioning of wxSlider min/max labels in wxMSW.
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after wxListBoxBase changes.
|
commit | commitdiff | tree |
2010-10-28 |
Vadim Zeitlin | Don't crash when waiting for thread termination in...
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Fix list box unit test under wxGTK.
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | No changes, just use wxGtkObject<> instead of g_object_unref().
|
commit | commitdiff | tree |
2010-10-27 |
Vadim Zeitlin | Don't duplicate event sending code in wxGTK wxListBox.
|
commit | commitdiff | tree |
next |