2009-11-14 |
Vadim Zeitlin | No real changes, just remove the ugly CONST_CAST macro. |
tree | commitdiff |
2009-11-14 |
Vadim Zeitlin | Restore the use of correct alignment in wxDVC renderers. |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Implement and document wxDataViewTreeCtrl::IsContainer... |
tree | commitdiff |
2009-11-13 |
Robert Roebling | Correct sorting in wxDataViewTreeStore, fixes #11436... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Fix width of the wxDataViewTreeCtrl column under OSX... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
tree | commitdiff |
2009-11-02 |
Jaakko Salli | Some wxComboCtrlBase member functions were enclosed... |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | No real changes, just fix a typo in wxDataViewModel... |
tree | commitdiff |
2009-10-28 |
Jouk Jansen | omitting assert that makes no sense for OpenVMS |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Add wxDataViewListModel base class for list models. |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Create model and column in wxDataViewTreeCtrl::Create... |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Fix UseUintMax definition used by wxAny for VC6. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Rename wxEllipsizeFlags elements to avoid confusion... |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Fixes to comparison operators for wxDVC classes. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Don't add default extension in wxDocument::SaveAs(). |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-08 |
Jouk Jansen | OpenVMS : add compile support for debugrpt sample |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | adding dataview sample to OpenVMS make cascade |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | OpenVMS compile support : adding more samples for wxGTK |
tree | commitdiff |
2009-10-06 |
Jouk Jansen | Adding regex support for wxMOTIF for OpenVMS |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Refactor initialization code in wxTopLevelWindowMSW... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Don't use the current size in DoGetBestSize() by default. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Return smaller images for wxART_MENU/BUTTON under OS X. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxART_CLOSE art id. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added wxArtProvider::GetMessageBoxIconId(). |
tree | commitdiff |
2009-10-05 |
Jouk Jansen | set up for OpenVMS richtext & regex and add more sample... |
tree | commitdiff |
2009-10-04 |
Jaakko Salli | Changed the ultimate fall-back popup window classes... |
tree | commitdiff |
2009-10-03 |
Jaakko Salli | Added wxDECLARE_ANY_TYPE(CLS, DECL) and documented... |
tree | commitdiff |
2009-10-02 |
Jouk Jansen | Fix compilation for wxUniversal |
tree | commitdiff |
2009-09-30 |
Vadim Zeitlin | Correct checks for conversion success in wxUniChar. |
tree | commitdiff |
2009-09-29 |
Jaakko Salli | Removed dst buffer delete responsibility from wxAnyValu... |
tree | commitdiff |
2009-09-26 |
Julian Smart | Applied modified #10655 (Added Cookie (receive) support... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Move wxControl::GetCompositeControlsDefaultAttributes... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Don't use invalid pen in wxDCImpl::DoGradientFillConcen... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix another off-by-1 bug in wxMBConv::ToWChar(). |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Refactor wxStyledTextCtrl to share common file save... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Compilation fix for non-MSW: don't use ProcessCommand(). |
tree | commitdiff |
2009-09-26 |
Jaakko Salli | Have wxComboCtrl generate wxEVT_COMMAND_COMBOBOX_DROPDO... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied part of #10034: wxImage::ConvertToDisabled() |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9668: made wxGetTimeZone() dynamic |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10892: Remove wxDocManager instance check |
tree | commitdiff |
2009-09-24 |
Julian Smart | wxTextCtrl::LoadFile no longer sends a text event,... |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #10828 (Hourglass in wxDocManager::OnPreview) |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied: wxDocument: Adding an asterix to the title |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Define wxSetDetectableAutoRepeat() for X11-based ports... |
tree | commitdiff |
2009-09-22 |
Vadim Zeitlin | Move wxSetDetectableAutoRepeat() to a section compiled... |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Restore socket initialization times counter. |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Don't call wxSocketBase::IsInitialized() from worker... |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | on iPhone default is to cover entire screen |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | fixing cast warnings on OSX 10.6 |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | wxSocket::Initialize() and Shutdown() are for main... |
tree | commitdiff |
2009-09-20 |
Vadim Zeitlin | Put wxAny implementation entirely in the header. |
tree | commitdiff |
2009-09-19 |
Vadim Zeitlin | Set svn properties correctly for the newly added files. |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Change return type of wxList::Member() to bool. |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use wxASSERT() instead of assert() in wx code. |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Correct wxStreamBuffer::Seek() return value. |
tree | commitdiff |
2009-09-17 |
Vadim Zeitlin | Compilation fix for ANSI build after r61898. |
tree | commitdiff |
2009-09-16 |
Vadim Zeitlin | Provide implementation for wxArrayString::resize(). |
tree | commitdiff |
2009-09-15 |
Vadim Zeitlin | Change wxBoxSizer::AddSpacer() to only add space in... |
tree | commitdiff |
2009-09-15 |
Vadim Zeitlin | Correct wxPendingDelete declaration. |
tree | commitdiff |
2009-09-14 |
Stefan Csomor | adding glFrustum to compat API, supporting SetColour... |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | adding emulation API for OpenGL ES platforms |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Write correct number of bytes in wxFile::Write(wxString). |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Add convenient wxMBConv::cMB2WC/WC2MB overloads taking... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Use wxDEBUG_LEVEL instead of __WXDEBUG__ in wxInfoMessa... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
tree | commitdiff |
2009-09-11 |
Julian Smart | Fixed a bug on Mac whereby popup window disappeared... |
tree | commitdiff |
2009-09-09 |
Jaakko Salli | Various improvements to wxComboCtrl's text ctrl left... |
tree | commitdiff |
2009-09-08 |
Vadim Zeitlin | Fix wxLog compilation with wxUSE_THREADS==0. |
tree | commitdiff |
2009-09-07 |
Vadim Zeitlin | Fix bug with parsing concatenated switches in wxCmdLine... |
tree | commitdiff |
2009-09-07 |
Jouk Jansen | removed superfluous ; |
tree | commitdiff |
2009-09-06 |
Vadim Zeitlin | Take time into account in wxDateTime <-> SYSTEMTIME... |
tree | commitdiff |
2009-09-05 |
Jaakko Salli | wxTextEntry::SetMargins(), GetMargins() - implemented... |
tree | commitdiff |
2009-09-04 |
Vadim Zeitlin | Fix regression with logging messages during wxApp initi... |
tree | commitdiff |
2009-09-03 |
Vadim Zeitlin | Tweak the default wxApp::GetAppDisplayName() logic. |
tree | commitdiff |
2009-08-31 |
Vadim Zeitlin | Avoid spurious uninitialized variable warning. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Correct wxImage::Size() again; add unit tests for it. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Add support for bilinear resize algorithm to wxImage. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Output the extracted number from wxString::ToXXX()... |
tree | commitdiff |
2009-08-28 |
Vadim Zeitlin | Compilation fix for wxUSE_PROTOCOL && !wxUSE_URL. |
tree | commitdiff |
2009-08-26 |
Vadim Zeitlin | Fix wxDocManager::GetLastDirectory() when there is... |
tree | commitdiff |
2009-08-26 |
Vadim Zeitlin | Use correct array size for weekday names. |
tree | commitdiff |
2009-08-26 |
Vadim Zeitlin | Use #pragma message and not #pragma warning for MSVC. |
tree | commitdiff |
2009-08-24 |
Vadim Zeitlin | Add A0 and A1 formats to wxPaperSize enumeration. |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Never overflow the output buffer in wxBase64Decode(). |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Added wxGridSize::GetEffective{Cols,Rows}Count(). |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Make WXK_NUMPAD_TAB member of WXK_CATEGORY_TAB. |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Added wxKeyEvent::IsKeyInCategory() method. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | Only use wxLocale functions if wxUSE_INTL == 1. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | Do wait for connection in the server socket. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-19 |
Vadim Zeitlin | Flush log events in console applications as well. |
tree | commitdiff |
2009-08-19 |
Paul Cornett | Fix loading BMPs, broken in r60852. Parenthesize shift... |
tree | commitdiff |
next |