2010-11-05 |
Vadim Zeitlin | Fix showing the frames full screen under OS X. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Improve default position for new TLWs in wxOSX. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Ensure that strings returned by wxMBConv_cf are in... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove duplicate wxEVT_COMMAND_TEXT_ENTER generation... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Don't update scrollbars when the window is being destro... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Fix crash in wxColour ctor from NSColor in wxOSX/Cocoa. |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Remove unnecessary wxOSX_USE_COCOA guards in Cocoa... |
tree | commitdiff |
2010-11-05 |
Vadim Zeitlin | Assume sizeof(wchar_t) is always 4 under OS X. |
tree | commitdiff |
2010-11-05 |
Jouk Jansen | Update OpenVMS makefiles |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Use explicit menu item background if it's given under... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | No changes, just use RAII-based classes in MSW owner... |
tree | commitdiff |
2010-11-04 |
Vadim Zeitlin | Pas long to _get_timezone() even for VC8. |
tree | commitdiff |
2010-11-04 |
Jouk Jansen | Updating makefiles for OpenVMS |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Set column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Don't dock undockable panes in wxAuiManager::LoadPerspe... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Optimize wxDataViewMainWindow::FindNode() in generic... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Don't copy potentially big arrays in generic wxDataView... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Handle wxLOCALE_DECIMAL_POINT in wxLOCALE_CAT_MONEY... |
tree | commitdiff |
2010-11-03 |
Vadim Zeitlin | Support wxLOCALE_THOUSANDS_SEP in wxMSW wxLocale::GetIn... |
tree | commitdiff |
2010-11-03 |
Jouk Jansen | replace m_nSelection by m_selection |
tree | commitdiff |
2010-11-03 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Don't scroll the grid too much to bring selection in... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Avoid crash when releasing the mouse in wxRibbonToolBar. |
tree | commitdiff |
2010-11-02 |
Robin Dunn | Add some asserts to ensure cols and rows are >= 0 to... |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS (correction) |
tree | commitdiff |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it. |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Reposition wxSpinCtrl correctly after reparenting it... |
tree | commitdiff |
2010-10-31 |
Vadim Zeitlin | Destroy correct HWND in wxMSW wxSpinCtrl::Reparent(). |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | No changes, just use AutoHBITMAP instead of manual... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix conversion of bitmaps with alpha to icons/cursors... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Add bitmaps in non-premultiplied format to wxImageList... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Allow creating DIBs storing pixels in non-premultiplied... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix fatal bug in wxGetWindowFromHWND() for radio buttons. |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Restore the old logger in wxLogChain dtor instead of... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix confusion with LOGFONT{A,W} parameters to MSW GetTh... |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | No real changes, just cleanup of wxMSW MenuDrawData. |
tree | commitdiff |
2010-10-30 |
Vadim Zeitlin | Fix order of arguments in wxOSX/Carbon wxListCtrl:... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | For large dataview controls, don't use all items to... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxDataViewRendererBase::PrepareForItem() helper. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Account for text attrs in generic wxDataViewCtrl's... |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add optional columns autosizing to wxDataViewCtrl. |
tree | commitdiff |
2010-10-30 |
Václav Slavík | Add wxRenderer::GetHeaderButtonMargin(). |
tree | commitdiff |
2010-10-28 |
Paul Cornett | fix iconize event detection, logical operators don... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConc... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcent... |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Improve positioning of wxSlider min/max labels in wxMSW. |
tree | commitdiff |
2010-10-28 |
Vadim Zeitlin | Don't crash when waiting for thread termination in... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | No changes, just use wxGtkObject<> instead of g_object_... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't duplicate event sending code in wxGTK wxListBox. |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected... |
tree | commitdiff |
2010-10-27 |
Robert Roebling | Use window-state-event to send ICONIZE events under... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
tree | commitdiff |
2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
tree | commitdiff |
2010-10-26 |
Vadim Zeitlin | Don't dispatch messages while waiting in worker thread... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Use the correct accelerator for the "Preferences" Apple... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Use the application name in the "About" item of the... |
tree | commitdiff |
2010-10-25 |
Vadim Zeitlin | Compilation fix: don't use "environ" under OS X. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Always create new OLE objects with reference count... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix problems with reference counting in wxActiveXContainer. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't consider lack of connection points an error in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't activate the window when updating its styles... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Avoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't grab focus when calling wxTreeCtrl::SelectItem(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_TREE_ITEM_MENU event without... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just cleanup week days handling in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Keep displayed month and year in sync in wxGenericCalen... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | No real changes, just inline wxDIB::Create(). |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Remove wxDIB::m_hasAlpha from wxMSW. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Fix conversion of 32 bit ARGB bitmaps to wxImage in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't hard code "open" verb in wxMSW wxLaunchDefaultApp... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Don't reserve space for hidden controller in wxBookCtrl. |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Don't assume any particular default size for XRC image... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Construct paths using wxFileName in wxHTML help. |
tree | commitdiff |
2010-10-23 |
Robert Roebling | wxDataViewCtrl::Expand() only works on items whose... |
tree | commitdiff |
2010-10-23 |
Robert Roebling | Set focus to generic wxDataViewCtrl when clicking with... |
tree | commitdiff |
2010-10-23 |
Robert Roebling | Implement wxDataViewCtrl::HitTest() under GTK+, second... |
tree | commitdiff |
2010-10-23 |
Robert Roebling | Also set mouse position in ITEM_BEGIN_DRAG event in... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Use GTK_SELECTION_BROWSE instead of SINGLE for wxListBo... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Fixes for calling Enable() on children of a disabled... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Use single BeforeLast() call in wxConfigPathChanger... |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | Added "rest" argument to wxString::Before{First,Last}(). |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Add XRC handler for wxCommandLinkButton. |
tree | commitdiff |
2010-10-20 |
Vadim Zeitlin | Correct the fix that broke wxRegion::ConvertToBitmap(). |
tree | commitdiff |
2010-10-20 |
Peter Cawley | Improve support for ribbon panel sizers: panels with... |
tree | commitdiff |
next |