2013-08-18 |
Vadim Zeitlin | No changes, just change data structures used by mouse... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | No changes, just use wxRecursionGuard instead of manual... |
tree | commitdiff |
2013-08-18 |
Vadim Zeitlin | No changes, just move mouse capturing bookkeeping data... |
tree | commitdiff |
2013-08-16 |
Vadim Zeitlin | Replace wxFONTFAMILY_DEFAULT with wxFONTFAMILY_SWISS... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | forgotten commit :-( remove #if 0 if things work again |
tree | commitdiff |
2013-08-14 |
Václav Slavík | Fix wxComboCtrlBase::DoGetSizeFromTextSize() performanc... |
tree | commitdiff |
2013-08-07 |
Vadim Zeitlin | Add wxFileName::SetPermissions(). |
tree | commitdiff |
2013-08-06 |
Paul Cornett | Rewrite ConvertToGreyscale() and ConvertToDisabled() |
tree | commitdiff |
2013-07-31 |
Paul Cornett | defer calling SetCanFocus() on wxGTK until after creation |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | adapting to new event version |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | skip apple options |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Allow using custom method names in wxHTTP. |
tree | commitdiff |
2013-07-25 |
Vadim Zeitlin | Fix build with wxUSE_FFILE=0. |
tree | commitdiff |
2013-07-24 |
Stefan Csomor | wiring OnInit on osx to a later point in event processing |
tree | commitdiff |
2013-07-23 |
Stefan Csomor | adding OnLaunched |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Compilation fix for PCH-less build after r74586. |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | Fix tab navigation bug with static boxes without enable... |
tree | commitdiff |
2013-07-23 |
Vadim Zeitlin | No real changes, just refactor wxControlContainer code... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Add wxUSE_PREFERENCES_EDITOR and the corresponding... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Fix new wxExecute() code compilation with wxUSE_CONSOLE... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Suppress harmless clang 3.3 warning about unused wxMess... |
tree | commitdiff |
2013-07-14 |
Vadim Zeitlin | Fix crash in docview code if view initialization failed. |
tree | commitdiff |
2013-07-11 |
Václav Slavík | Use int instead of wxWindowID in wxNewId() and friends. |
tree | commitdiff |
2013-07-11 |
Václav Slavík | Use wxWindowID in wxNewId() and related functions. |
tree | commitdiff |
2013-07-10 |
Václav Slavík | Fix lots of warnings reported by Clang. |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Allow retrieving the descent and external leading of... |
tree | commitdiff |
2013-07-09 |
Stefan Csomor | fixing forced link of quicktime backend on osx_cocoa |
tree | commitdiff |
2013-07-08 |
Vadim Zeitlin | Check for buffer being big enough in wxPathOnly(). |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Merge libpng 1.6.2 into the trunk. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Compilation fix for r74440 and STL builds. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Don't look for catalogs in AddCatalogLookupPathPrefix... |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Improve translations lookup logging. |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Avoid using buffer of already deallocated string in... |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Forbid creation of wxStandardPaths object directly. |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Reuse wxMessageOutputStderr for wxLogStderr implementation. |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Correctly restore the originally used C locale in wxLoc... |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Fix FILETIME <-> wxDateTime conversions while DST is... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Prevent duplicate menu event processing in MDI windows. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Don't ignore child process output if it exits with... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Rewrite wxExecute() implementation under Unix. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add a helper wxApp::GetValidTraits() method. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | No changes, move wxStreamTempInputBuffer to a header... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoop::ScheduleExit(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoopBase::DoRun(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Move wxEventLoopManual::m_shouldExit to wxEventLoopBase. |
tree | commitdiff |
2013-07-01 |
Vadim Zeitlin | Optimize wxImage::Scale() by pre-calculating the values... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Use wxListColumnFormat for wxListCtrl::AppendColumn... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Fix wxIMAGE_QUALITY_HIGH definition. |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | use correct scale when drawing |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | virtual method hiding in GTK, so add direct implementation |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | fixing naming to GetScaleFactor, adding default Create... |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | formatting |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | adding ContentScaleFactor support to dc - defaulting... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Add wxBookCtrlBase::DoSetSelectionAfterRemoval() and... |
tree | commitdiff |
2013-06-19 |
Václav Slavík | Fix GetMsgCatalogSubdirs() to do as documentation says. |
tree | commitdiff |
2013-06-19 |
Václav Slavík | Be case insensitive when looking for language catalogs... |
tree | commitdiff |
2013-06-18 |
Steve Lamerton | Ensure that the default wxWebView backends are registered. |
tree | commitdiff |
2013-06-16 |
Václav Slavík | Remove superfluous call in wxTranslations::LoadCatalog(). |
tree | commitdiff |
2013-06-15 |
Vadim Zeitlin | Fix formatting of the local time zone when DST is in... |
tree | commitdiff |
2013-06-15 |
Stefan Csomor | use common bottleneck |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | reusing existing API |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | make methods available to all ports |
tree | commitdiff |
2013-06-12 |
Vadim Zeitlin | Don't translate closing single quote in the font face... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | adding default impl |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | notify the event loop that synthesized events are on... |
tree | commitdiff |
2013-06-11 |
Václav Slavík | Use correct extensions in wxDynamicLibrary::Canonicaliz... |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | deal with Cocoa as we do with Carbon, see #15008 |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Use deferred window positioning in wxWindow::Layout... |
tree | commitdiff |
2013-05-26 |
Vadim Zeitlin | Use C locale representation for floating point numbers... |
tree | commitdiff |
2013-05-24 |
Robin Dunn | Add wxRTTI for the wxFileSystemWatcherEvent class |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Fix last count value after ReadAll() and WriteAll(). |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add a public wxModalDialogHook class for intercepting... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Fix return value of wxCountingOutputStream::LastWrite(). |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Make code reading BMP files more robust. |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add wxInputStream::ReadAll() and wxOutputStream::WriteA... |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Trigger wxLog auto-creation when getting old logger... |
tree | commitdiff |
2013-05-17 |
Vadim Zeitlin | Test using wxString::ToCDouble() in wxAny. |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Allow to specify the title used by wxPreferencesEditor... |
tree | commitdiff |
2013-05-15 |
Vadim Zeitlin | Restore ability to parse hours only with wxDateTime... |
tree | commitdiff |
2013-05-14 |
Václav Slavík | Move wxTransform2D methods' bodies to geometry.cpp. |
tree | commitdiff |
2013-05-07 |
Vadim Zeitlin | Test for NULL associated frame in doc/view event handli... |
tree | commitdiff |
2013-05-07 |
Vadim Zeitlin | Fix for event propagation in "single document" doc... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Add IEEE 754 single/double precision support to wxDataS... |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | No real changes, just rename double variables to "d". |
tree | commitdiff |
2013-05-06 |
Vadim Zeitlin | Extract common parts of wxData{In,Out}putStream in... |
tree | commitdiff |
2013-05-05 |
Vadim Zeitlin | Correct misleading error message in locale mismatch... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Fix event handling order in doc/view framework. |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Add public wxDocManager::GetAnyUsableView(). |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Consistently set wxMenuBar parent in all ports. |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Pass menu events to the handler in the associated menu... |
tree | commitdiff |
2013-05-04 |
Vadim Zeitlin | Fix menu event handlers calling order. |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add a trivial virtual dtor to suppress g++ warnings. |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Fix wxEVT_DATAVIEW_COLUMN_HEADER_RIGHT_CLICK event... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-04-22 |
Vadim Zeitlin | Add wxSocketBase::GetSocket(). |
tree | commitdiff |
2013-04-11 |
Vadim Zeitlin | Check that focused window is non-NULL before using... |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
tree | commitdiff |
next |