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 |
2013-06-25 |
Julian Smart | Removed 3D style for splitter on Mac since it looks bad |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Add wxBookCtrlBase::DoSetSelectionAfterRemoval() and... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | No real changes, just simplify wxBookCtrlBase unit... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Add a minimal unit test for wxSimplebook. |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Also propagate wxEVT_UPDATE_UI to the child MDI frame. |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Use child MDI frame menu items in preference to the... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Undo "Forward events to active child at MSW, not wx... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Add --without-libjbig and --without-liblzma configure... |
commit | commitdiff | tree | snapshot |
2013-06-23 |
Vadim Zeitlin | Add WX_ATTRIBUTE_UNUSED and use it for typedefs to... |
commit | commitdiff | tree | snapshot |
2013-06-21 |
Vadim Zeitlin | Fix Unix build with libSDL 2 in debug mode. |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Steve Lamerton | Not not pass debug messages on from wxLogWindow. |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Stefan Csomor | partial revert, as we still need Xcode 3.1 for 10.5... |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Stefan Csomor | update Xcode format |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Stefan Csomor | common schemes, Xcode 4/5 updates |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Stefan Csomor | common schemes |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Stefan Csomor | updated project files |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Robin Dunn | GetMagnificationFactor --> GetContentScaleFactor |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Robin Dunn | Add flags for SendSizeEvent |
commit | commitdiff | tree | snapshot |
2013-06-20 |
Robin Dunn | Document wxWindow::GetMagnificationFactor |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Stefan Csomor | fixing iPhone build |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Stefan Csomor | using common GetContentScaleFactor throughout part 2/2 |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Stefan Csomor | using common GetContentScaleFactor throughout part 1 |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Stefan Csomor | update project files |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Václav Slavík | Fix GetMsgCatalogSubdirs() to do as documentation says. |
commit | commitdiff | tree | snapshot |
2013-06-19 |
Václav Slavík | Be case insensitive when looking for language catalogs... |
commit | commitdiff | tree | snapshot |
2013-06-18 |
Steve Lamerton | Ensure that the default wxWebView backends are registered. |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Julian Smart | Fixed loading of whole file:... specification of a... |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stefan Csomor | fixing sdk compilo |
commit | commitdiff | tree | snapshot |
2013-06-17 |
Stefan Csomor | adding magnification API into the wxWindow classes... |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Václav Slavík | Remove superfluous call in wxTranslations::LoadCatalog(). |
commit | commitdiff | tree | snapshot |
2013-06-16 |
Vadim Zeitlin | Improve wxGrid cell wrapping in wxGridCellAutoWrapStrin... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Vadim Zeitlin | Document that wxDC::FloodFill() is not implemented... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Vadim Zeitlin | Restore case-insensitivity for file name matching under... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Vadim Zeitlin | Fix formatting of the local time zone when DST is in... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Stefan Csomor | adding new constructor for best dc-compatibility of... |
commit | commitdiff | tree | snapshot |
2013-06-15 |
Stefan Csomor | use common bottleneck |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Vadim Zeitlin | Don't crash in wxWebView under OS X if custom URI is... |
commit | commitdiff | tree | snapshot |
2013-06-14 |
Vadim Zeitlin | Handle NULL flags argument in wxOSX wxNotebook::HitTest(). |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | fixing correct delete key |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | fixes to pass tests |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | reusing existing API |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | reusing existing API |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Vadim Zeitlin | Remove the unused code instead of commenting it out. |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Vadim Zeitlin | Check wxListCtrl::GetItemRect() origin in the unit... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Vadim Zeitlin | Use two step creation of wxListHeaderWindow to avoid... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Robin Dunn | Add some missing wxGraphicsContext methods |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Robin Dunn | Add doc for wxGraphicsContext.Create(), which is a... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | make methods available to all ports |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | fixing reentrancy which happened in tests, bringing... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | slight adaption, shorter max wait |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | wait for the frame window to be really done on OSX... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | using Destroy, as otherwise the remnants get into the... |
commit | commitdiff | tree | snapshot |
2013-06-13 |
Stefan Csomor | adding exceptions for OSX |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | adding missing include |
commit | commitdiff | tree | snapshot |
next |