2009-08-16 |
Vadim Zeitlin | Use CF socket manager in GUI OS X applications. |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Virtualize wxSocketImpl creation by routing it via... |
tree | commitdiff |
2009-08-16 |
Jaakko Salli | Fixed bug: wxPGProperty::SetName() crashed if it was... |
tree | commitdiff |
2009-08-14 |
Vadim Zeitlin | Allow customizing wxDebugReportCompress output file. |
tree | commitdiff |
2009-08-14 |
Vadim Zeitlin | Added wxStandardPaths::MSWGetShellDir(). |
tree | commitdiff |
2009-08-11 |
Jaakko Salli | Do not generate wxEVT_PG_SELECTED with direct ClearSele... |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Use "non-negative" in assert message instead of "positive". |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Update wxFlexGridSizer ctors to match (new) wxGridSizer... |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Made wxWindow::HasScrollbar() do what it says. |
tree | commitdiff |
2009-08-09 |
Jaakko Salli | Fixed wxPGProperty ctor documentation |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't overwrite status message when restoring it if... |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | No changes, just removed the whitespace. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | wxSplitterWindow mouse capture improvements and cleanup. |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Compilation fix for wxUSE_FILECTRL && !(wxUSE_DIRDLG... |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Correct wxPATH_NORM_DOTS comment and documentation. |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Make wxGridSizer ctors more consistent. |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Add checks of wxGridSizer::Set{Cols,Rows}() arguments. |
tree | commitdiff |
2009-07-31 |
Václav Slavík | compilation fix: only one wxInitialize form may have... |
tree | commitdiff |
2009-07-31 |
Vadim Zeitlin | Export public wxDelegateTheme class. |
tree | commitdiff |
2009-07-31 |
Vadim Zeitlin | Don't test whether wxTopLevelWindowNative is defined. |
tree | commitdiff |
2009-07-31 |
Vadim Zeitlin | Use base class ctors in wxTopLevelWindow. |
tree | commitdiff |
2009-07-30 |
Václav Slavík | added wxInitialize() overload taking char**, to make... |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Move #error for non-MSVC to the top of file. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Add support for stc library. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Use wxSTOCK_FOR_BUTTON for message dialog custom labels. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Added wxSTOCK_FOR_BUTTON flag for wxGetStockLabel(). |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Implement wxVLogTrace() accidentally removed by recent... |
tree | commitdiff |
2009-07-22 |
Vadim Zeitlin | Use wxINT32_MAX instead of LONG_MAX as the upper bound... |
tree | commitdiff |
2009-07-22 |
Vadim Zeitlin | Don't call IAutoComplete::Init() twice for the same... |
tree | commitdiff |
2009-07-21 |
Vadim Zeitlin | Support delayed destruction in console applications... |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Include wx/dataobj.h from wx/clipbrd.h. |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-20 |
Jaakko Salli | Fixed wxPropertyGridInterface::SetPropertyValues()... |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Dispatch pending events without waiting for idle time... |
tree | commitdiff |
2009-07-19 |
Vadim Zeitlin | removed wxDatePickerCtrlGeneric::SetFormat() which... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Add option FILE* parameter to wxMessageOutputStderr... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | No changes, just fix a typo: wxGuiLog was used instead... |
tree | commitdiff |
2009-07-18 |
Jaakko Salli | Added wxGTK wxBitmapComboBox::DoGetBestSize() implement... |
tree | commitdiff |
2009-07-18 |
Jaakko Salli | Added wxMSW wxBitmapComboBox::DoGetBestSize(), which... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | No real changes, just made wxEventLoopManual uncopyable. |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | No real changes, just refactor wxEventLoop/wxApp::Proce... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | added wxLB_NO_SB style and implementation for wxMSW... |
tree | commitdiff |
2009-07-15 |
Vadim Zeitlin | fix log target auto creation broken by recent changes |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Add support for thread-specific log targets. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Removed critical section protecting last repeat counter. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Added wxVector::swap(). |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-11 |
Vadim Zeitlin | Added wxThread::GetMainId(). |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Added wxPropertyGrid::WasValueChangedInEvent(), added... |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting init sequence for different osx platforms |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | committing current iphone state |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | iPhone bitmap support |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | more iPhone types |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | don't mark GetTraceMask() deprecated as we use it in... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | fix MSVC compilation: as string literals are of non... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | implement wxLogTrace(wxTraceMask, format, ...) overload too |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | disable VC6 warnings before warning(push), otherwise... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | fix VC6 warnings about not enough parameters for wxDEPR... |
tree | commitdiff |
2009-07-09 |
Stefan Csomor | adding special case for Carbon DataBrowser Checkbox |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | added wxLog::IsLevelEnabled() helper; document it and... |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | don't call OnWriteWaiting() if we lost connection in... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | change wxSocketInputBasedManager::AddInput() to take... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | updated the version to 2.9.1 |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | fix harmless warnings (mostly about unused parameters... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | compilation fix for wxOSX/Cocoa: don't use Carbon funct... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | make wxSortedArrayString::Sort() and Insert() private... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | don't include wx/msw/winundef.h when including wx/defs... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | compilation fix for wxUniv with 2.8 compatibility disab... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | compilation fix after r61232 |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | set the initial size of bitmap buttons correctly again... |
tree | commitdiff |
2009-06-24 |
Vadim Zeitlin | suppress warning about implicit conversion of literal... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | remove confusing wxDialog::ButtonSizerFlags and extract... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
tree | commitdiff |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
tree | commitdiff |
2009-06-21 |
Jouk Jansen | fix for wxGTK1 & bmpbuttn |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | implement wxTreeCtrl::GetFocusedItem() for wxMSW too... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | include wx/arrstr.h as it's needed by wxImageHandler... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859) |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | respect wxBU_NOTEXT style in wxButton |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | override DoSetBitmap() instead of SetBitmapLabel() |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | wxHtmlWindow background drawing fixes for OS X and... |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | implement propert background style semantics for OS X |
tree | commitdiff |
2009-06-18 |
Robin Dunn | Use UTF16 for text data object on Mac. Fixes #10902 |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | correct wrong assert checking for default button flags... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | don't define wxHAS_BUTTON_BITMAP for wxUniv (closes... |
tree | commitdiff |
next |