2013-07-11 |
Stefan Csomor | adapting to new x wheel behavior, see #15269 |
tree | commitdiff |
2013-07-11 |
Stefan Csomor | adapt to wx conventions for scroll wheel differences... |
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 |
Vadim Zeitlin | Implement monitoring of file descriptors in wxMotif... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Fix typo in wxGUIEventLoop::ScheduleExit() in wxMotif. |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Add wxX11EventLoopSourcesManager stub implementation... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Add default ctors and Create() to wxDirDialog and wxFil... |
tree | commitdiff |
2013-07-10 |
Václav Slavík | Fix lots of warnings reported by Clang. |
tree | commitdiff |
2013-07-10 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Fix restoring the status bar help message after closing... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Ignore WM_MENUSELECT messages indicating that the menu... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Allow retrieving the descent and external leading of... |
tree | commitdiff |
2013-07-09 |
Vadim Zeitlin | Check axis number in the received joystick messages. |
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 |
Vadim Zeitlin | Define XML_STATIC in Expat header instead of Expat... |
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 | Add files necessary to run Expat configure. |
tree | commitdiff |
2013-07-07 |
Vadim Zeitlin | Update the version of Expat used to 2.1.0. |
tree | commitdiff |
2013-07-07 |
Václav Slavík | Use wxConvAuto() in wxStyledTextCtrl::DoLoadFile(). |
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-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove empty GtkTreeEntryClass |
tree | commitdiff |
2013-07-06 |
Paul Cornett | remove instance init function, memory is already zeroed |
tree | commitdiff |
2013-07-06 |
Paul Cornett | move treeentry_gtk.h to include/wx/gtk/private/ |
tree | commitdiff |
2013-07-06 |
Paul Cornett | create collate_key on demand |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Fix potential buffer overflow in wxSTC DefaultFont... |
tree | commitdiff |
2013-07-05 |
Julian Smart | Caret blink time and blink on/off are now also reflecte... |
tree | commitdiff |
2013-07-05 |
Julian Smart | Use wxRTC text colour if possible for caret |
tree | commitdiff |
2013-07-05 |
Julian Smart | Don't flash wxRTC caret if blink time is zero, and... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Prevent duplicate menu event processing in MDI windows. |
tree | commitdiff |
2013-07-03 |
Paul Cornett | fix wxCHECK_MSG() return value |
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 | Treat G_IO_HUP as read, not error, event because EOF... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make Unix wxAppConsole signal handling more flexible. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Change wxWakeUpPipe to be a wxEventLoopSourceHandler. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Include <fcntl.h> from a header using fcntl(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Use CFSocket instead of CFFileDescriptor in wxCFEventLo... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract wxFDIOEventLoopSourceHandler in its own header. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Split wxWakeUpPipe class in MT-unsafe and MT-safe parts. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract PipeIOHandler class into a header and rename... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | No changes, move wxStreamTempInputBuffer to a header... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Extract wxPipeInputStream and wxPipeOutputStream in... |
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-03 |
Vadim Zeitlin | Add "OSX" prefix to wxCFEventLoop::DoRun() and DoStop... |
tree | commitdiff |
2013-07-02 |
Vadim Zeitlin | Better fix for duplicate wxContextMenuEvent generation... |
tree | commitdiff |
2013-07-02 |
Vadim Zeitlin | Avoid forcing wxYield() after wxUIActionSimulator:... |
tree | commitdiff |
2013-07-02 |
Paul Cornett | chain up to parent in dispose handler |
tree | commitdiff |
2013-07-02 |
Paul Cornett | use correct signature for class init function |
tree | commitdiff |
2013-07-02 |
Paul Cornett | use existing helper to remove inconvenient additional... |
tree | commitdiff |
2013-07-02 |
Paul Cornett | remove unused function GTKSetItem() |
tree | commitdiff |
2013-07-02 |
Paul Cornett | preserve checkbox status in SetString() |
tree | commitdiff |
2013-07-01 |
Vadim Zeitlin | Don't append extension if it contains wildcards in... |
tree | commitdiff |
2013-07-01 |
Vadim Zeitlin | Optimize wxImage::Scale() by pre-calculating the values... |
tree | commitdiff |
2013-07-01 |
Paul Cornett | Use gtk_list_store_insert_with_values() to set entry... |
tree | commitdiff |
2013-06-29 |
Paul Cornett | fix assertion failure when string transform is requeste... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Forward events to active child in wxMDIParentFrameBase... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Fix VC6 compilation of wxRichTextTable code. |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Add support for horizontal mouse wheel scrolling in... |
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-29 |
Vadim Zeitlin | Fix dnd events in generic wxDataViewCtrl when moving... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Don't append just a dot in wxGTK wxFileDialog if no... |
tree | commitdiff |
2013-06-29 |
Vadim Zeitlin | Allow resetting background colour of wxHtmlContainerCell. |
tree | commitdiff |
2013-06-28 |
Stefan Csomor | support getting device resolution on all osx ports |
tree | commitdiff |
2013-06-28 |
Stefan Csomor | new method for contentScaleFactor on main screen |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | new method for contentScaleFactor on main screen |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | native bitmap scaling codes |
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 |
Julian Smart | Applied rowspan patch #15276 (dghart) |
tree | commitdiff |
2013-06-25 |
Julian Smart | Applied colspan corrections, #15274 and #15275 (dghart) |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | support retina display |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | using dc Create for bitmap, for retina support |
tree | commitdiff |
2013-06-25 |
Julian Smart | Allow for older GTK+ versions |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | support for scaled bitmaps in wxMemoryDC |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | native scaling support for bitmap |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | fixing naming to GetScaleFactor, adding default Create... |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | supporting native content scaling on OSX |
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-25 |
Julian Smart | Removed 3D style for splitter on Mac since it looks bad |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Add wxBookCtrlBase::DoSetSelectionAfterRemoval() and... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Also propagate wxEVT_UPDATE_UI to the child MDI frame. |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Use child MDI frame menu items in preference to the... |
tree | commitdiff |
2013-06-23 |
Vadim Zeitlin | Undo "Forward events to active child at MSW, not wx... |
tree | commitdiff |
2013-06-21 |
Vadim Zeitlin | Fix Unix build with libSDL 2 in debug mode. |
tree | commitdiff |
next |