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 |
2013-06-11 |
Julian Smart | Untranslated strings now won't be overwritten by regene... |
tree | commitdiff |
2013-06-11 |
Julian Smart | Fixed a refresh bug due to the optimized refresh rect... |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Avoid problems when reparenting a TLW under a child... |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Fix crash when undoing the deletion of a nested table... |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Don't mark the strings "1", "2", ... "10" as translatable. |
tree | commitdiff |
2013-06-08 |
Vadim Zeitlin | Use library-specific description in their version resou... |
tree | commitdiff |
2013-06-08 |
Vadim Zeitlin | Simplify the version information resource definition... |
tree | commitdiff |
2013-06-08 |
Vadim Zeitlin | Add back the copyright symbol to the version informatio... |
tree | commitdiff |
2013-06-08 |
Vadim Zeitlin | Update copyright year in the version information resource. |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | associate the outline view with the impl, fixes #13748 |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | refactoring focus handling |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | exposing wxOSXGetViewFromResponder |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | adding a more extensive version to arrive at the impl... |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | adding comment |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | avoiding reentrancy problems and congestion |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | avoiding focus lost events when a different subview... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure we don't execute pending deletes either when... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | using ordinary Show for popup windows as on MSW which... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | refactoring SizeEvent sending |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | refactoring SizeEvent sending |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | attempt to get the 'new focus' window parameter of... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | deal with Cocoa as we do with Carbon, see #15008 |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure mouse moved events are always delivered,... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure button clicks etc. on a popup window don... |
tree | commitdiff |
2013-06-02 |
Stefan Csomor | don't take resize indicators into account if we are... |
tree | commitdiff |
2013-06-02 |
Stefan Csomor | propagate scroll wheel events to parent, fixes #15187 |
tree | commitdiff |
2013-06-01 |
Stefan Csomor | fixes potential crash under gatekeeper |
tree | commitdiff |
2013-06-01 |
Stefan Csomor | only set native window level, when not using a wrapped... |
tree | commitdiff |
2013-06-01 |
Paul Cornett | update position for widgets in native containers, fixes... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Change wxMSW wxTreeCtrl::DoFreeze() to not hide the... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxFileDialog::GetCurrentlySelectedFilename(). |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Fix wxStyledTextCtrl::SetInsertionPointEnd(). |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Improve horizontal scrolling in wxRibbonControl. |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Use deferred window positioning in wxWindow::Layout... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Add wxWindow::BeginRepositioningChildren() and EndRepos... |
tree | commitdiff |
2013-05-31 |
Vadim Zeitlin | Fix assert when adding columns to wxGrid using native... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | using an empty default menu bar when no menubar is... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | make sure we have a default handling the quit command... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | avoiding reshow of hidden windows when app is brought... |
tree | commitdiff |
2013-05-26 |
Julian Smart | Applied patch for #15189 - avoid crash when deleting... |
tree | commitdiff |
2013-05-26 |
Vadim Zeitlin | Reset row and columns count in wxRichTextTable::ClearTa... |
tree | commitdiff |
2013-05-26 |
Vadim Zeitlin | Ensure that detached menus don't keep focus grab in... |
tree | commitdiff |
2013-05-26 |
Vadim Zeitlin | Fix printing multiple copies in wxMSW. |
tree | commitdiff |
2013-05-26 |
Vadim Zeitlin | Use C locale representation for floating point numbers... |
tree | commitdiff |
2013-05-24 |
Stefan Csomor | using scan-line polygon conversion for constructing... |
tree | commitdiff |
2013-05-24 |
Robin Dunn | Add wxRTTI for the wxFileSystemWatcherEvent class |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Fix regression in wxGTK wxFilePickerCtrl due to wxFileD... |
tree | commitdiff |
2013-05-22 |
Vadim Zeitlin | Fix GTK+ errors during wxFilePickerCtrl destruction... |
tree | commitdiff |
2013-05-21 |
Vadim Zeitlin | Use the best instead of current page size in OS X prefe... |
tree | commitdiff |
2013-05-21 |
Vadim Zeitlin | Fit modeless preferences dialog to its contents too. |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Fix last count value after ReadAll() and WriteAll(). |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add a public wxModalDialogHook class for intercepting... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Fix return value of wxCountingOutputStream::LastWrite(). |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Make code reading BMP files more robust. |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add wxInputStream::ReadAll() and wxOutputStream::WriteA... |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Propagate wxEVT_COMMAND_TEXT_UPDATED renaming to the... |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Trigger wxLog auto-creation when getting old logger... |
tree | commitdiff |
2013-05-19 |
Vadim Zeitlin | Delete the associated dialog in wxGTK wx{File,Dir}Button. |
tree | commitdiff |
next |