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 |
2013-06-19 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2013-06-19 |
Stefan Csomor | using common GetContentScaleFactor throughout part 2/2 |
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-17 |
Julian Smart | Fixed loading of whole file:... specification of a... |
tree | commitdiff |
2013-06-17 |
Stefan Csomor | fixing sdk compilo |
tree | commitdiff |
2013-06-17 |
Stefan Csomor | adding magnification API into the wxWindow classes... |
tree | commitdiff |
2013-06-16 |
Václav Slavík | Remove superfluous call in wxTranslations::LoadCatalog(). |
tree | commitdiff |
2013-06-16 |
Vadim Zeitlin | Improve wxGrid cell wrapping in wxGridCellAutoWrapStrin... |
tree | commitdiff |
2013-06-15 |
Vadim Zeitlin | Restore case-insensitivity for file name matching under... |
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 | adding new constructor for best dc-compatibility of... |
tree | commitdiff |
2013-06-15 |
Stefan Csomor | use common bottleneck |
tree | commitdiff |
2013-06-14 |
Vadim Zeitlin | Don't crash in wxWebView under OS X if custom URI is... |
tree | commitdiff |
2013-06-14 |
Vadim Zeitlin | Handle NULL flags argument in wxOSX wxNotebook::HitTest(). |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | fixing correct delete key |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | fixes to pass tests |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | reusing existing API |
tree | commitdiff |
2013-06-13 |
Vadim Zeitlin | Remove the unused code instead of commenting it out. |
tree | commitdiff |
2013-06-13 |
Vadim Zeitlin | Use two step creation of wxListHeaderWindow to avoid... |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | make methods available to all ports |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | fixing reentrancy which happened in tests, bringing... |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | slight adaption, shorter max wait |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding missing include |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | supporting max len event |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | quite ugly workaround, but even the engineers at WWDC... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding check for invalid date |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | as the native control doesn't check the min max values... |
tree | commitdiff |
2013-06-12 |
Vadim Zeitlin | Don't translate closing single quote in the font face... |
tree | commitdiff |
2013-06-12 |
Julian Smart | The style listbox now takes into account the style... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding hook, but unfortunately no solution yet for... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | cocoa needs a special implementation for read-only... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | Clear is also expected to clear the text |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | adding default impl |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | add more high-level event concepts, fixing native butto... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | notify the event loop that synthesized events are on... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | better support for ui action simulation |
tree | commitdiff |
2013-06-11 |
Václav Slavík | Use correct extensions in wxDynamicLibrary::Canonicaliz... |
tree | commitdiff |
next |