2012-06-15 |
Stefan Csomor | offer suppression of idle processing (delayed destructi... |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | cleanup for 10.5 minimum |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | guarding agains NULL |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText font enumeration support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | fixing analyzer warning |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | removing superfluous 10.5 checks |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | as we always have CoreText available under 10.5+, we... |
tree | commitdiff |
2012-06-13 |
Robin Dunn | Fix for compilo on non-PCH builds |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | using native cocoa method for determining main window... |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | exposing mainWindow for C++ |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper init |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | having ONE set of raster-ops starting from 10.5 |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | fixing mem leak |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper braces avoiding potential dangling else resultin... |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | avoiding dangerous redraw events for windows that are... |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | support for native tlw parents, see #14252 |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | using callback for menu enabling, allows to benefit... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Compilation fix to wxWebView under wxOSX/Carbon after... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Fix wxMac preprocessor check in wxWebView code. |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | adapting char event handling to msw / gtk, see #13415... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | No real changes, just slightly simplify HasAppKit_10_6... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix 62 harmless but annoying Clang warnings in wxOSX... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Add support for task bar icon tooltips to wxOSX version. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Improve check for OS X version in Cocoa wxFileDialog... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Reset wxDialog::m_modality sooner in wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix crash on destruction of wxDataViewCtrl in wxOSX. |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-11 |
Stefan Csomor | fixes SetFirstItem, Thanks to David Wright |
tree | commitdiff |
2012-05-05 |
Stefan Csomor | fixes crashes with embedded controls in toolbars after... |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | use explicit WakeUp variant, too many errors using... |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | make WakeUp variant explicit, too many errors using... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Handle kCGImageAlphaNoneSkipFirst correctly in wxOSX... |
tree | commitdiff |
2012-04-28 |
Vadim Zeitlin | Fix wxBitmapButton best size calculation in wxOSX/Carbon. |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-17 |
Stefan Csomor | building on 10.5 |
tree | commitdiff |
2012-04-14 |
Stefan Csomor | make sure status item rect in bar is highlighted when... |
tree | commitdiff |
2012-04-06 |
Stefan Csomor | fixes #14193 |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | No real changes, just remove wxIsDebuggerRunning()... |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Use enum for wxMouseEvent::m_wheelAxis instead of int. |
tree | commitdiff |
2012-03-19 |
Vadim Zeitlin | Fix appearance of items without icons in wxDataViewCtrl... |
tree | commitdiff |
2012-03-18 |
Stefan Csomor | fixes #14110 |
tree | commitdiff |
2012-03-17 |
Robin Dunn | fix compile error |
tree | commitdiff |
2012-03-17 |
Stefan Csomor | avoid shortcut ampersands in button text |
tree | commitdiff |
2012-03-12 |
Stefan Csomor | remove 10.4 compatibility code |
tree | commitdiff |
2012-03-10 |
Stefan Csomor | using 10.5 API for cursor updates as well |
tree | commitdiff |
2012-03-10 |
Stefan Csomor | removing NSWindow based mouse tracking in favour of... |
tree | commitdiff |
2012-03-09 |
Stefan Csomor | reflect correct position for native toolbar, fixes... |
tree | commitdiff |
2012-03-08 |
Paul Cornett | fix incorrect tests of wxUSE_ macros |
tree | commitdiff |
2012-03-08 |
Stefan Csomor | removing unnecessary hook |
tree | commitdiff |
2012-03-08 |
Stefan Csomor | removing 10.4 code, adding webkit trick for showing... |
tree | commitdiff |
2012-03-05 |
Stefan Csomor | coordinate conversion was the wrong way round |
tree | commitdiff |
2012-03-04 |
Vadim Zeitlin | Fix showing MDI child from wxDocManager::ActivateDocume... |
tree | commitdiff |
2012-03-03 |
Stefan Csomor | just in case we have an erroneous character on the... |
tree | commitdiff |
2012-03-03 |
Stefan Csomor | testing another implementation for avoiding WakeUp... |
tree | commitdiff |
2012-03-02 |
Stefan Csomor | adding translation of NSDragOperationGeneric to wxDragC... |
tree | commitdiff |
2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
tree | commitdiff |
2012-03-01 |
Stefan Csomor | applying Andrew's patch, closes #13440, fine now that... |
tree | commitdiff |
2012-02-28 |
Stefan Csomor | removing Quickdraw call |
tree | commitdiff |
2012-02-28 |
Stefan Csomor | making sure TextMatrix is always identity, there were... |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-26 |
Vadim Zeitlin | Retrieve paper size from page setup dialog in wxOSX... |
tree | commitdiff |
2012-02-26 |
Julian Smart | Fixed enabling/disabling for wxSpinCtrl |
tree | commitdiff |
2012-02-26 |
Stefan Csomor | also a dialog needs the current events set up correctly |
tree | commitdiff |
2012-02-26 |
Stefan Csomor | setting up current event also when mouse is captured ... |
tree | commitdiff |
2012-02-25 |
Julian Smart | Add borders if none specified |
tree | commitdiff |
2012-02-25 |
Stefan Csomor | adding a app-defined event seems to quit inner eventloo... |
tree | commitdiff |
2012-02-22 |
Stefan Csomor | catching default button handling also in password fields |
tree | commitdiff |
2012-02-21 |
Stefan Csomor | making sure eventual borders get updated when windows... |
tree | commitdiff |
2012-02-21 |
Stefan Csomor | making sure eventual borders get updated when windows... |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | No changes, just remove a redundant wxGROW. |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Use wxPageSetupDialogData instead of old wxPageSetupDat... |
tree | commitdiff |
2012-02-13 |
Stefan Csomor | adapting comparison to raw_control, see #13963 |
tree | commitdiff |
2012-02-08 |
Robin Dunn | Following the theory that something lame is better... |
tree | commitdiff |
2012-02-07 |
Stefan Csomor | forwarding mouse moved events to the view under the... |
tree | commitdiff |
2012-02-03 |
Vadim Zeitlin | Enable callbacks for wxFileSystemWatcher FD under OS X. |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Add wxFontDialog ctor not taking wxFontData to wxOSX. |
tree | commitdiff |
2012-02-01 |
Stefan Csomor | should not bring to front upon focussing |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | guarding Update() on OSX not to be issued faster than... |
tree | commitdiff |
2012-01-30 |
Stefan Csomor | always setting the event object to the menu, see #1595 |
tree | commitdiff |
2012-01-28 |
Stefan Csomor | use translatable strings as format template for menu... |
tree | commitdiff |
2012-01-25 |
Stefan Csomor | structure code to Cocoa's possibilities, allows tool... |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | adding missing stubs |
tree | commitdiff |
2012-01-23 |
Stefan Csomor | using existing member |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | fixing m_axe access indices |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | guard against invalid color ref |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | use better backward compatibility for menu_open, don... |
tree | commitdiff |
next |