2012-03-18 |
Stefan Csomor | fixes #14110
|
commit | commitdiff | tree |
2012-03-17 |
Stefan Csomor | avoid shortcut ampersands in button text
|
commit | commitdiff | tree |
2012-03-12 |
Stefan Csomor | remove 10.4 compatibility code
|
commit | commitdiff | tree |
2012-03-10 |
Stefan Csomor | using 10.5 API for cursor updates as well
|
commit | commitdiff | tree |
2012-03-10 |
Stefan Csomor | removing NSWindow based mouse tracking in favour of...
|
commit | commitdiff | tree |
2012-03-09 |
Stefan Csomor | reflect correct position for native toolbar, fixes...
|
commit | commitdiff | tree |
2012-03-08 |
Stefan Csomor | removing unnecessary hook
|
commit | commitdiff | tree |
2012-03-08 |
Stefan Csomor | removing 10.4 code, adding webkit trick for showing...
|
commit | commitdiff | tree |
2012-03-06 |
Stefan Csomor | catching veto AND handled events
|
commit | commitdiff | tree |
2012-03-06 |
Stefan Csomor | adapting grid-cell dragging according to discussion...
|
commit | commitdiff | tree |
2012-03-05 |
Stefan Csomor | coordinate conversion was the wrong way round
|
commit | commitdiff | tree |
2012-03-04 |
Stefan Csomor | we have to export every virtual method in this template...
|
commit | commitdiff | tree |
2012-03-03 |
Stefan Csomor | we have to export every virtual method in this template...
|
commit | commitdiff | tree |
2012-03-03 |
Stefan Csomor | just in case we have an erroneous character on the...
|
commit | commitdiff | tree |
2012-03-03 |
Stefan Csomor | testing another implementation for avoiding WakeUp...
|
commit | commitdiff | tree |
2012-03-02 |
Stefan Csomor | adding translation of NSDragOperationGeneric to wxDragCopy...
|
commit | commitdiff | tree |
2012-03-01 |
Stefan Csomor | applying Andrew's patch, closes #13440, fine now that...
|
commit | commitdiff | tree |
2012-02-28 |
Stefan Csomor | removing Quickdraw call
|
commit | commitdiff | tree |
2012-02-28 |
Stefan Csomor | making sure TextMatrix is always identity, there were...
|
commit | commitdiff | tree |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore
|
commit | commitdiff | tree |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore
|
commit | commitdiff | tree |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore
|
commit | commitdiff | tree |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore
|
commit | commitdiff | tree |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore
|
commit | commitdiff | tree |
2012-02-26 |
Stefan Csomor | also a dialog needs the current events set up correctly
|
commit | commitdiff | tree |
2012-02-26 |
Stefan Csomor | setting up current event also when mouse is captured ...
|
commit | commitdiff | tree |
2012-02-25 |
Stefan Csomor | adding a app-defined event seems to quit inner eventloops...
|
commit | commitdiff | tree |
2012-02-22 |
Stefan Csomor | catching default button handling also in password fields
|
commit | commitdiff | tree |
2012-02-21 |
Stefan Csomor | making sure eventual borders get updated when windows...
|
commit | commitdiff | tree |
2012-02-21 |
Stefan Csomor | making sure eventual borders get updated when windows...
|
commit | commitdiff | tree |
2012-02-13 |
Stefan Csomor | adding missing initializer to raw_control, fixes #13963
|
commit | commitdiff | tree |
2012-02-13 |
Stefan Csomor | adapting comparison to raw_control, see #13963
|
commit | commitdiff | tree |
2012-02-07 |
Stefan Csomor | forwarding mouse moved events to the view under the...
|
commit | commitdiff | tree |
2012-02-01 |
Stefan Csomor | should not bring to front upon focussing
|
commit | commitdiff | tree |
2012-01-31 |
Stefan Csomor | guarding Update() on OSX not to be issued faster than...
|
commit | commitdiff | tree |
2012-01-31 |
Stefan Csomor | revert to using Update()
|
commit | commitdiff | tree |
2012-01-31 |
Stefan Csomor | reenabling an Update where necessary
|
commit | commitdiff | tree |
2012-01-30 |
Stefan Csomor | attempt to isolate which Update() calls are necessary...
|
commit | commitdiff | tree |
2012-01-30 |
Stefan Csomor | always setting the event object to the menu, see #1595
|
commit | commitdiff | tree |
2012-01-30 |
Stefan Csomor | fixing the routing of UpdateUI to the window by just...
|
commit | commitdiff | tree |
2012-01-28 |
Stefan Csomor | use translatable strings as format template for menu...
|
commit | commitdiff | tree |
2012-01-28 |
Stefan Csomor | adding OSX to the platforms which do the ui update...
|
commit | commitdiff | tree |
2012-01-25 |
Stefan Csomor | structure code to Cocoa's possibilities, allows tool...
|
commit | commitdiff | tree |
2012-01-23 |
Stefan Csomor | adding missing stubs
|
commit | commitdiff | tree |
2012-01-23 |
Stefan Csomor | using existing member
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | adapting to new raw_control
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | fixing m_axe access indices
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | guard against invalid color ref
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | use better backward compatibility for menu_open, don...
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | guard against invalid color ref
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | attempt for workaround for stl forward declaration...
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | gcc 4.3 issues warning if type attributes are given...
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | gcc 4.3 issues warning if type attributes are given...
|
commit | commitdiff | tree |
2012-01-19 |
Stefan Csomor | adding unix defaults
|
commit | commitdiff | tree |
2012-01-18 |
Stefan Csomor | fixing RTTI
|
commit | commitdiff | tree |
2012-01-18 |
Stefan Csomor | adding conversion for stl
|
commit | commitdiff | tree |
2012-01-17 |
Stefan Csomor | missing commit, see #10269
|
commit | commitdiff | tree |
2012-01-15 |
Stefan Csomor | native maxlength support, fixes #10269 (for osx_cocoa)
|
commit | commitdiff | tree |
2012-01-15 |
Stefan Csomor | removing duplicated method, wiring native maxlength...
|
commit | commitdiff | tree |
2012-01-15 |
Stefan Csomor | allow native max length support, see #10269
|
commit | commitdiff | tree |
2012-01-15 |
Stefan Csomor | patch applied with thanks, fixes #13865
|
commit | commitdiff | tree |
2012-01-04 |
Stefan Csomor | fixes #13826
|
commit | commitdiff | tree |
2012-01-03 |
Stefan Csomor | fixes #13695
|
commit | commitdiff | tree |
2012-01-03 |
Stefan Csomor | adapting to new raw_control constants, see #13695
|
commit | commitdiff | tree |
2011-12-21 |
Stefan Csomor | rebaked Xcode proj for cocoa after date & timectrls...
|
commit | commitdiff | tree |
2011-12-12 |
Stefan Csomor | adding defaults for Xcode builds
|
commit | commitdiff | tree |
2011-12-12 |
Stefan Csomor | reverting r69387 and r69389, fixes #13737
|
commit | commitdiff | tree |
2011-12-09 |
Stefan Csomor | avoid accepting an invalid color, ignore it, as other...
|
commit | commitdiff | tree |
2011-12-09 |
Stefan Csomor | fixing copy size
|
commit | commitdiff | tree |
2011-12-08 |
Stefan Csomor | copied from old cocoa code from David, fixes #13732
|
commit | commitdiff | tree |
2011-12-06 |
Stefan Csomor | avoiding NSToolbarSeparatorItemIdentifier under Lion...
|
commit | commitdiff | tree |
2011-12-02 |
Stefan Csomor | fixing build
|
commit | commitdiff | tree |
2011-12-02 |
Stefan Csomor | adapting Xcode projects for r69898
|
commit | commitdiff | tree |
2011-12-01 |
Stefan Csomor | applying patch for raise and synthesizing mouse-up...
|
commit | commitdiff | tree |
2011-11-28 |
Stefan Csomor | supporting rawctrl strings, fixes #13496, rawctrl is...
|
commit | commitdiff | tree |
2011-11-25 |
Stefan Csomor | fixing iPhone build
|
commit | commitdiff | tree |
2011-11-22 |
Stefan Csomor | fixes #13684
|
commit | commitdiff | tree |
2011-11-14 |
Stefan Csomor | latest private API usage complaint, right now most...
|
commit | commitdiff | tree |
2011-10-26 |
Stefan Csomor | move declaration into cocoa part
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | deactivate wxUSE_TIMEPICKCTRL for iphone
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | files added
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | files added
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | files added
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | panelg removal
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | fixing reentrancy problem under iOS 5
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | fixing iPhone build
|
commit | commitdiff | tree |
2011-10-25 |
Stefan Csomor | fixing iPhone build
|
commit | commitdiff | tree |
2011-10-16 |
Stefan Csomor | supporting deployment < 10.6 when compiling against...
|
commit | commitdiff | tree |
2011-10-16 |
Stefan Csomor | removing QD dependency
|
commit | commitdiff | tree |
2011-10-12 |
Stefan Csomor | applying slightly modified patch, fixes #13434
|
commit | commitdiff | tree |
2011-10-12 |
Stefan Csomor | moving defines in front of the setup.h to make webkit...
|
commit | commitdiff | tree |
2011-09-27 |
Stefan Csomor | giving in on native undo integration, as we don't have...
|
commit | commitdiff | tree |
2011-09-25 |
Stefan Csomor | adding missing autorelease pool, since this can be...
|
commit | commitdiff | tree |
2011-09-15 |
Stefan Csomor | reverting change, for precompiled headers, unfortunately...
|
commit | commitdiff | tree |
2011-09-12 |
Stefan Csomor | supporting spaces
|
commit | commitdiff | tree |
2011-09-03 |
Stefan Csomor | setting the image position after the label is set,...
|
commit | commitdiff | tree |
2011-09-01 |
Stefan Csomor | fixes #13443, thanks :-)
|
commit | commitdiff | tree |
2011-08-30 |
Stefan Csomor | fixes #13438 (building OSX min >= 10.6), thanks :-)
|
commit | commitdiff | tree |
next |