2009-08-10 |
Vadim Zeitlin | Made wxWindow::HasScrollbar() do what it says. |
tree | commitdiff |
2009-08-09 |
Julian Smart | Mark a couple of labels for translation. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't overwrite status message when restoring it if... |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Use 0 instead of NULL to initialize wxUIntPtr. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Fix DrawStatusField() to work correctly with wxSB_FLAT... |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | No changes, just removed the whitespace. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Set brush origin for hatch brushes too. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | wxSplitterWindow mouse capture improvements and cleanup. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Generate scroll events for key presses in wxScrolledWindow. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Reset static flag on cleanup. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Cleaned up low level OS X sources. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Added wxUSE_ACCEL guard. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Added missing wxUSE_FONTENUM check. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Use wxFileInputStream if wxFFileInputStream is not... |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Use wxFile for IO if wxFFile is not available. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Removed commented out code. |
tree | commitdiff |
2009-08-05 |
Vadim Zeitlin | Added #if wxUSE_TOOLBAR around use of wxToolBar. |
tree | commitdiff |
2009-08-05 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-08-04 |
Stefan Csomor | correcting #ifdef to #if, fixes #11062 |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Implement wxDataViewTreeStore::DeleteAllItems(). |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Correct week day returned from wxCalendarCtrl::HitTest... |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Added symbolic names for native control week days. |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Always use MCHITTESTINFO of minimal size. |
tree | commitdiff |
2009-08-03 |
Vadim Zeitlin | Use numeric values in VarFileInfo block. |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Check indices validity better in wxGridStringTable. |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Make wxGridSizer ctors more consistent. |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Skip VarFileInfo block when using windres. |
tree | commitdiff |
2009-07-31 |
Václav Slavík | compilation fix: only one wxInitialize form may have... |
tree | commitdiff |
2009-07-31 |
Jaakko Salli | In wxPropertyGridPageState::DoDelete(), clear grid... |
tree | commitdiff |
2009-07-30 |
Václav Slavík | added wxInitialize() overload taking char**, to make... |
tree | commitdiff |
2009-07-30 |
Václav Slavík | Use wxInitializer in wxEntryReal() instead of directly... |
tree | commitdiff |
2009-07-28 |
Michael Wetherell | Fix SetToolTip(NULL) to unset the tooltip. |
tree | commitdiff |
2009-07-26 |
Vadim Zeitlin | Set access mode in wxRegKey::SetHkey(). |
tree | commitdiff |
2009-07-26 |
Vadim Zeitlin | Correct the check for wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Implement wxWindow::GetToolTipText(). |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Clear targets in wxClipboard::Clear(). |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Fix harmless MSVC warning. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Don't use mnemonic for Cancel button under MSW. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Use stock id instead of duplicating its string label... |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Added wxSTOCK_FOR_BUTTON flag for wxGetStockLabel(). |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Use Ok/Cancel dialog instead of Yes/No one in CheckFit(). |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Add a period to the sentence end. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Set all parent frame icons for print preview frame. |
tree | commitdiff |
2009-07-24 |
Stefan Csomor | implementing checkbox using UISwitch |
tree | commitdiff |
2009-07-24 |
Vadim Zeitlin | Fix harmless unused parameter warning. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | This is apparently needed by Windows installer (WiX... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | They seem to have been inversed, see #10970. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Always correctly invalid best size when bitmap changes. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Implement wxGetHostName() for Windows CE. |
tree | commitdiff |
2009-07-22 |
Stefan Csomor | added missing files |
tree | commitdiff |
2009-07-22 |
Vadim Zeitlin | Handle %e in ParseFormat(). |
tree | commitdiff |
2009-07-22 |
Stefan Csomor | added missing files |
tree | commitdiff |
2009-07-22 |
Vadim Zeitlin | Don't call IAutoComplete::Init() twice for the same... |
tree | commitdiff |
2009-07-22 |
Stefan Csomor | adapting to SDK 3.0 |
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 |
Vadim Zeitlin | Dispatch pending events without waiting for idle time... |
tree | commitdiff |
2009-07-19 |
Vadim Zeitlin | expand the collapsible panes contents to fill the entir... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Flush output stream in wxMessageOutputStderr::Output... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Add option FILE* parameter to wxMessageOutputStderr... |
tree | commitdiff |
2009-07-18 |
Vadim Zeitlin | Do our best to show messages logged during program... |
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 refactor wxEventLoop/wxApp::Proce... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | added wxLB_NO_SB style and implementation for wxMSW... |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | use the currently active event loop instead of the... |
tree | commitdiff |
2009-07-15 |
Vadim Zeitlin | fix log target auto creation broken by recent changes |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Ensure that component levels map is initialized before... |
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 | Make critical sections initialization really thread... |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Removed another occurrence of previous log critical... |
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 | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-12 |
Jaakko Salli | Yet another fix for the colour property 'Custom' entry... |
tree | commitdiff |
2009-07-12 |
Stefan Csomor | better surviving 0 width / height bitmap sizes |
tree | commitdiff |
2009-07-11 |
Vadim Zeitlin | compilation fix after last commit |
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-11 |
Jaakko Salli | Fixed 'Custom' entry in the colour property combo boxes |
tree | commitdiff |
2009-07-11 |
Jaakko Salli | Made sorting case-insensitive (to match wxComboBox... |
tree | commitdiff |
2009-07-10 |
Vadim Zeitlin | fix harmless warnings about uninitialized (not really... |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | updating conditions for OSX |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adding #ifs for reflecting existing controls, fixing... |
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 | guarding for scrollbar use |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | iPhone bitmap support |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | correcting to ifdef to if |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | guarding scrollbar |
tree | commitdiff |
2009-07-10 |
Jaakko Salli | Fixed wxCB_SORT for wxMSW and generic wxBitmapComboBox |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | supporting SetFont(wxNullFont), fixes #10980 |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | remove scope-resolution operator from wxLogError()... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
next |