2013-07-06 |
Vadim Zeitlin | Forbid creation of wxStandardPaths object directly. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Reuse wxMessageOutputStderr for wxLogStderr implementation. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Correctly restore the originally used C locale in wxLoc... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Only link with libwxscintilla if using Scintilla is... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Disable test for setting the creation time under Unix. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Fix FILETIME <-> wxDateTime conversions while DST is... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Explicitly mention that wxDateTime ticks origin is... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | avoid GTK+ prefixes for our tree entry code, it is... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | remove symbol exports, this code is private to the... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | remove empty GtkTreeEntryClass |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | remove instance init function, memory is already zeroed |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | move treeentry_gtk.h to include/wx/gtk/private/ |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Paul Cornett | create collate_key on demand |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Exclude expat files from pre commit hook checks too. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Update announcement and readme files for 2.9.5 release. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Always add libwxscintilla in monolithic mode. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Rebake the rest of the files after TOOLKIT change in... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Make TOOLKIT variable constant in MSW makefiles. |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Fix potential buffer overflow in wxSTC DefaultFont... |
commit | commitdiff | tree | snapshot |
2013-07-06 |
Vadim Zeitlin | Fix test for Windows in the new wxExecute() unit test. |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Julian Smart | Caret blink time and blink on/off are now also reflecte... |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Julian Smart | Use wxRTC text colour if possible for caret |
commit | commitdiff | tree | snapshot |
2013-07-05 |
Julian Smart | Don't flash wxRTC caret if blink time is zero, and... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Prevent duplicate menu event processing in MDI windows. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Test handling of events from the toolbar in an MDI... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Ensure that the MDI child is active in event propagatio... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Make AsyncExecLoopExitEnum enum in the wxExecute()... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Paul Cornett | fix wxCHECK_MSG() return value |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Don't ignore child process output if it exits with... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Run wxExecute() unit test in the GUI test suite too. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Rewrite wxExecute() implementation under Unix. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Add a helper wxApp::GetValidTraits() method. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Treat G_IO_HUP as read, not error, event because EOF... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Make Unix wxAppConsole signal handling more flexible. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Change wxWakeUpPipe to be a wxEventLoopSourceHandler. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Include wx/evtloop.h from wx/evtloopsrc.h. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Include <fcntl.h> from a header using fcntl(). |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Add wxStreamTempInputBuffer::ReadAll() helper. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Use CFSocket instead of CFFileDescriptor in wxCFEventLo... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Extract wxFDIOEventLoopSourceHandler in its own header. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Split wxWakeUpPipe class in MT-unsafe and MT-safe parts. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Extract PipeIOHandler class into a header and rename... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | No changes, move wxStreamTempInputBuffer to a header... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Extract wxPipeInputStream and wxPipeOutputStream in... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoop::ScheduleExit(). |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Use normal event loop in GUI test program. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoopBase::DoRun(). |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Move wxEventLoopManual::m_shouldExit to wxEventLoopBase. |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Add "OSX" prefix to wxCFEventLoop::DoRun() and DoStop... |
commit | commitdiff | tree | snapshot |
2013-07-03 |
Vadim Zeitlin | Add wxTimer::StartOnce(). |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Vadim Zeitlin | Better fix for duplicate wxContextMenuEvent generation... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Vadim Zeitlin | Avoid forcing wxYield() after wxUIActionSimulator:... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Paul Cornett | chain up to parent in dispose handler |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Paul Cornett | use correct signature for class init function |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Paul Cornett | use existing helper to remove inconvenient additional... |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Paul Cornett | remove unused function GTKSetItem() |
commit | commitdiff | tree | snapshot |
2013-07-02 |
Paul Cornett | preserve checkbox status in SetString() |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Vadim Zeitlin | Don't append extension if it contains wildcards in... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Vadim Zeitlin | Optimize wxImage::Scale() by pre-calculating the values... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Vadim Zeitlin | Add wxImage::Scale() benchmarks. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Vadim Zeitlin | Add benchmarks for wxImage methods. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Vadim Zeitlin | Add a unit test for wxImage::Scale() method. |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Paul Cornett | Use gtk_list_store_insert_with_values() to set entry... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
Vadim Zeitlin | Fix missing documentation for several GDI functions. |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Paul Cornett | fix assertion failure when string transform is requeste... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Forward events to active child in wxMDIParentFrameBase... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Fix VC6 compilation of wxRichTextTable code. |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Add support for horizontal mouse wheel scrolling in... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Use more readable wxListCtrl::AppendColumn() in the... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Use wxListColumnFormat for wxListCtrl::AppendColumn... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Fix wxIMAGE_QUALITY_HIGH definition. |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Fix dnd events in generic wxDataViewCtrl when moving... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Don't append just a dot in wxGTK wxFileDialog if no... |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Allow resetting background colour of wxHtmlContainerCell. |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Vadim Zeitlin | Italian translations update from Roberto Boriotti. |
commit | commitdiff | tree | snapshot |
2013-06-29 |
Julian Smart | Applied patch #15286: documentation and col/rowspan... |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Stefan Csomor | support getting device resolution on all osx ports |
commit | commitdiff | tree | snapshot |
2013-06-28 |
Stefan Csomor | new method for contentScaleFactor on main screen |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Stefan Csomor | new method for contentScaleFactor on main screen |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Stefan Csomor | native bitmap scaling codes |
commit | commitdiff | tree | snapshot |
2013-06-27 |
Stefan Csomor | use correct scale when drawing |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | adding impls to wxBitmap on msw as this doesn't inherit... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | adding default for Create with dc |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | incomplete paste error |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | adding default impl for CreateScaled |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | virtual method hiding in GTK, so add direct implementation |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Julian Smart | Applied rowspan patch #15276 (dghart) |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Julian Smart | Applied colspan corrections, #15274 and #15275 (dghart) |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | support retina display |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | using dc Create for bitmap, for retina support |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Julian Smart | Allow for older GTK+ versions |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | support for scaled bitmaps in wxMemoryDC |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | native scaling support for bitmap |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | fixing naming to GetScaleFactor, adding default Create... |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | default implementation for scaled bitmaps properties |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | supporting native content scaling on OSX |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | formatting |
commit | commitdiff | tree | snapshot |
2013-06-25 |
Stefan Csomor | adding ContentScaleFactor support to dc - defaulting... |
commit | commitdiff | tree | snapshot |
next |