2010-11-03 |
Jouk Jansen | Update OpenVMS compile support |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Václav Slavík | Fix compilation error in wxImplicitConversionType<... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Use _get_timezone() function instead of _timezone with... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Don't scroll the grid too much to bring selection in... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Changed wxImage::ConvertAlphaToMask() return type to... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Vadim Zeitlin | Avoid crash when releasing the mouse in wxRibbonToolBar. |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Robin Dunn | Add some asserts to ensure cols and rows are >= 0 to... |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Robin Dunn | Fix return types on wxRect::Inflate and Deflate |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS (correction) |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Jouk Jansen | Create work-around for wxGetEnvMap on OpenVMS |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Vadim Zeitlin | Make wxMBConv_iconv MT-safe by not using wxString in it. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Vadim Zeitlin | Avoid events when implicitly selecting first wxBookCtrl... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Vadim Zeitlin | Reposition wxSpinCtrl correctly after reparenting it... |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Vadim Zeitlin | Destroy correct HWND in wxMSW wxSpinCtrl::Reparent(). |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Document wxMessageQueueError. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | wxUniv/MSW compilation fix in wxWindowBase::GetDlgUnitB... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | No changes, just use AutoHBITMAP instead of manual... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Fix conversion of bitmaps with alpha to icons/cursors... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Add bitmaps in non-premultiplied format to wxImageList... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Allow creating DIBs storing pixels in non-premultiplied... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Make it impossible to initialize AutoHBITMAP after... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Fix fatal bug in wxGetWindowFromHWND() for radio buttons. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Restore the old logger in wxLogChain dtor instead of... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Fix confusion with LOGFONT{A,W} parameters to MSW GetTh... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | No real changes, just cleanup of wxMSW MenuDrawData. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Use TAbs in debian/rules, not spaces, as it's a makefile. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Vadim Zeitlin | Fix order of arguments in wxOSX/Carbon wxListCtrl:... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Václav Slavík | For large dataview controls, don't use all items to... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Václav Slavík | Add wxDataViewRendererBase::PrepareForItem() helper. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Václav Slavík | Account for text attrs in generic wxDataViewCtrl's... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Václav Slavík | Add optional columns autosizing to wxDataViewCtrl. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Václav Slavík | Add wxRenderer::GetHeaderButtonMargin(). |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Paul Cornett | fix iconize event detection, logical operators don... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Vadim Zeitlin | Use floating point arithmetic in wxDC::GradientFillConc... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Vadim Zeitlin | Fix generic implementation of wxDC::GradientFillConcent... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Vadim Zeitlin | Relax validation of wxCheckBox flags. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Vadim Zeitlin | Improve positioning of wxSlider min/max labels in wxMSW. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after wxListBoxBase changes. |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Vadim Zeitlin | Don't crash when waiting for thread termination in... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | Fix list box unit test under wxGTK. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | No changes, just use wxGtkObject<> instead of g_object_... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | Don't duplicate event sending code in wxGTK wxListBox. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | Don't send SELECTED events for an already selected... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | wxOSX compilation fix: remove just added extra semicolon. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | Fix warnings about signed/unsigned comparisons inside... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Robert Roebling | Use window-state-event to send ICONIZE events under... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | Refactor: use wxBookCtrlBase::m_selection in all derive... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Vadim Zeitlin | No real changes, just replace -1 with wxNOT_FOUND in... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Vadim Zeitlin | Don't dispatch messages while waiting in worker thread... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Vadim Zeitlin | Compilation fix for wxUSE_UNICODE_WCHAR && !wxUSE_STL_B... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Vadim Zeitlin | Better document wxAutomationObject::GetDispatchPtr... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Vadim Zeitlin | Rebake to add wx/meta/implicitconversion.h to the makef... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Vadim Zeitlin | Mention that resource forks are deprecated under Mac... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Vadim Zeitlin | Use the correct accelerator for the "Preferences" Apple... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Vadim Zeitlin | Use the application name in the "About" item of the... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Václav Slavík | Add wxImplicitConversionType tests. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Václav Slavík | Make wxMin, wxMax and wxClip template functions. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Vadim Zeitlin | Compilation fix: don't use "environ" under OS X. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Make wxUString compilable with VC6. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Fix typo in wxFILTER_NUMERIC documentation. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Add wxDocManager::FindTemplate() method. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't handle RPC_E_CHANGED_MODE return of OleInitialize... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Do nothing in wxMemoryDC::SelectObject() if the bitmap... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Always create new OLE objects with reference count... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Fix problems with reference counting in wxActiveXContainer. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't consider lack of connection points an error in... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't activate the window when updating its styles... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Fix wrong wxLogDebug() call in fswatcher sample. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Allow specifying the directory to watch on command... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Avoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't grab focus when calling wxTreeCtrl::SelectItem(). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Allow to use space to toggle spinning of the cube in... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't send wxEVT_COMMAND_TREE_ITEM_MENU event without... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | No real changes, just cleanup week days handling in... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Keep displayed month and year in sync in wxGenericCalen... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | No real changes, just inline wxDIB::Create(). |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Remove wxDIB::m_hasAlpha from wxMSW. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Fix conversion of 32 bit ARGB bitmaps to wxImage in... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't hard code "open" verb in wxMSW wxLaunchDefaultApp... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Treat wxToolbook symmetrically with others in the noteb... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Don't reserve space for hidden controller in wxBookCtrl. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Set wxKeyEvent::m_rawFlags to hardware key code in... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Output header to the same directory as the .cpp file... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Use wxChoicebook instead of wxNotebook in the xrc sample. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Rearrange xrc sample controls in alphabetical order. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Make it easier to define custom wxSizerXmlHandler subcl... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Vadim Zeitlin | Make wxXmlResourceHandler::IsOfClass() static. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Add wxIcon::GetSize() to wxIcon in wxOSX. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Don't use non-existent icon in XRC sample. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Add XRC handler for wxToolbook. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Don't assume any particular default size for XRC image... |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Correct wxDialog::SetAffirmativeId() documentation. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Construct paths using wxFileName in wxHTML help. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Use rpmbuild to build the RPMs in "make rpm" target. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Add more headers to "make dist" and remove .mo files. |
commit | commitdiff | tree | snapshot |
2010-10-23 |
Vadim Zeitlin | Include wxscintilla library in wxGTK RPM. |
commit | commitdiff | tree | snapshot |
next |