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 |
2013-06-12 |
Stefan Csomor | supporting max len event |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | osx needs a refocus |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | quite ugly workaround, but even the engineers at WWDC... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | exposing useful typedefs |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | adding check for invalid date |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | as the native control doesn't check the min max values... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Vadim Zeitlin | French translations update from Xaviou. |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Vadim Zeitlin | Don't translate closing single quote in the font face... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Julian Smart | The style listbox now takes into account the style... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | adding hook, but unfortunately no solution yet for... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | now working on cocoa as well |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | cocoa needs a special implementation for read-only... |
commit | commitdiff | tree | snapshot |
2013-06-12 |
Stefan Csomor | Clear is also expected to clear the text |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | missing commit |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | disable tests depending on a focusable slider control |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | draghino explicitly |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | adding default impl |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | add more high-level event concepts, fixing native butto... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | moving click point sightly more inside, #ifndef tests... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | fixing typo |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | fixing include styles |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | notify the event loop that synthesized events are on... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Stefan Csomor | better support for ui action simulation |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Václav Slavík | Use correct extensions in wxDynamicLibrary::Canonicaliz... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Julian Smart | Untranslated strings now won't be overwritten by regene... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Vadim Zeitlin | Fix wrong use of EVT_COMMAND in the example in wxThread... |
commit | commitdiff | tree | snapshot |
2013-06-11 |
Julian Smart | Fixed a refresh bug due to the optimized refresh rect... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Vadim Zeitlin | Avoid problems when reparenting a TLW under a child... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Vadim Zeitlin | Fix crash when undoing the deletion of a nested table... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Vadim Zeitlin | Link with libjbig when using built-in libtiff under... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Vadim Zeitlin | Updated all the message catalogs with the latest transl... |
commit | commitdiff | tree | snapshot |
2013-06-10 |
Vadim Zeitlin | Don't mark the strings "1", "2", ... "10" as translatable. |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Robin Dunn | More docs cleanup and fixes for richtextbuffer |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Robin Dunn | Remove some wxT()'s in the docs |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Robin Dunn | More richtext fixes for Phoenix |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Vadim Zeitlin | Exclude src/msw/version.rc from svn pre-commit hook... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Vadim Zeitlin | Undo MIME type change of r74120. |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Vadim Zeitlin | Use library-specific description in their version resou... |
commit | commitdiff | tree | snapshot |
2013-06-08 |
Vadim Zeitlin | Remove duplicate WXMAKINGDLL_RIBBON-related code. |
commit | commitdiff | tree | snapshot |
next |