]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
Move GDK_META_MASK definition in the header in which it is also used.
[wxWidgets.git] / src / osx / cocoa /
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinFix SetShape() in wxOSX/Cocoa.
2011-09-27  Stefan Csomorgiving in on native undo integration, as we don't have...
2011-09-25  Stefan Csomoradding missing autorelease pool, since this can be...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-03  Stefan Csomorsetting the image position after the label is set,...
2011-09-01  Stefan Csomorfixes #13443, thanks :-)
2011-08-30  Stefan Csomorfixes #13438 (building OSX min >= 10.6), thanks :-)
2011-08-28  Stefan Csomorrouting keys like ESC etc, fixes #13429
2011-08-23  Stefan Csomorfixing type for key event, using WXK_RAW_CONTROL consta...
2011-08-23  Stefan Csomorexposing control key combinations as before, fixing...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-16  Stefan Csomorsupporting full style mask
2011-08-16  Stefan Csomoradapt defines for ctrl/command key
2011-08-14  Stefan Csomorfixing comment
2011-08-14  Stefan Csomorfixing open application event handling, fixes #13397
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-07-30  Vadim ZeitlinGenerate events with WXK_NONE Unicode keys for non...
2011-07-30  Vadim ZeitlinAvoid bogus focus loss event when wxTextCtrl is modifie...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-19  Stefan Csomormake sure we can issue a WakeUp call that really trigge...
2011-07-10  Stefan Csomorsupport multi-line labels, add different native styles...
2011-07-09  Stefan Csomoravoid scrolling to cleared-non existing- data, reload...
2011-07-06  Stefan Csomorallow NULL parent menu
2011-06-25  Robin DunnPaper size fix for wxOSX-cocoa
2011-06-14  Vadim ZeitlinRefactor wxButton and wxToggleButton to derive from...
2011-06-09  Stefan Csomorfixing two warnings
2011-06-09  Stefan Csomorfixing memory leak
2011-06-09  Stefan Csomorinner layout support
2011-06-09  Stefan Csomoradapting ownership semantics to cocoa convention
2011-06-09  Stefan Csomoradd member for sheetdialog
2011-06-09  Stefan Csomorbetter retain/release semantics
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-08  Stefan Csomorfixing uninit vars warning and memory errors
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-06  Stefan Csomor10.4 compatibility
2011-06-06  Stefan Csomorturning off unconditional usage of filter-delegate...
2011-06-06  Stefan Csomorsupporting nested window disablers on the same window
2011-06-06  Stefan Csomorsupporting native background color on wxWindow descenda...
2011-06-05  Stefan Csomorsupporting native background on nonownedwindow, see...
2011-06-05  Stefan Csomoradding another assert for tracking modalSession problems
2011-06-03  Stefan Csomorallowing more system keys in fullscreen mode, properly...
2011-06-02  Stefan Csomorfirst implementation for state on custom renderer,...
2011-06-02  Stefan Csomorfixes #12867
2011-06-02  Stefan Csomorreactivate commented out method
2011-06-02  Stefan Csomorcleanup
2011-06-01  Stefan Csomorfirst stab at supporting custom renderers
2011-05-31  Robin DunnVirtualize StartEditor and add implementations for...
2011-05-31  Stefan Csomormaking sure
2011-05-25  Stefan Csomorusing systemui for full screen to allow modal dialogs
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-25  Dimitri SchoolwerthFixed filename in wxOSX-Cocoa's file dialog using exten...
2011-04-20  Dimitri SchoolwerthMake use of SetFilterIndex in wxOSX-Cocoa's file dialog.
2011-04-20  Dimitri SchoolwerthFixed saving dialog's filter index always being -1...
2011-04-17  Vadim ZeitlinImplement auto-completion support for wxTextEntry in...
2011-04-13  Stefan Csomorpreparing for completions support
2011-04-03  Dimitri SchoolwerthNo code changes, fixed various typos.
2011-03-22  Stefan Csomorwiring notifications
2011-03-22  Stefan Csomorfirst version of osx_cocoa implementation
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-19  Stefan Csomorgoing private with userpane info
2011-03-18  Stefan Csomormoving userpane attribute into implementation
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-16  Stefan Csomorfixing unused params
2011-03-16  Stefan Csomormaking conversion explicit silences deprecation warning
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-16  Stefan Csomorsigned/unsigned warning fix
2011-03-16  Stefan Csomorsilence incorrect warning about missing return value
2011-03-10  Stefan Csomorsafeguard against not-yet-shown view which leads to...
2011-03-07  Stefan Csomorsupport app activated and deactivated events, also...
2011-03-07  Stefan Csomorwindow level support
2011-03-07  Stefan Csomorbracket unused function
2011-03-06  Stefan Csomorfix positioning bug with window disabler and hidden...
2011-03-05  Stefan Csomorsupport wxWindowDisabler on osx_cocoa
2011-03-02  Stefan Csomorproper focus lost for multiline textfields and having...
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-03-02  Stefan Csomorsupporting more key equivalents for display, fixing...
2011-03-02  Vadim ZeitlinAdd missing wxUSE_MARKUP checks in wxOSX code.
2011-02-28  Stefan Csomorfixing non-precomp headers
2011-02-28  Stefan Csomordisable cursorRects for global busy state
2011-02-28  Stefan Csomoravoid setting live cursor during busy state
2011-02-28  Stefan Csomordon't swallow command events that are not handled by...
2011-02-28  Stefan Csomoradding taskbar implementation for statusitem (menubar...
2011-02-28  Stefan Csomormoving appdelegate declaration to header
2011-02-27  Stefan Csomormake sure 10.4 command-key events are routed via the...
2011-02-27  Vadim ZeitlinAdd markup support to wxOSX/Cocoa wxStaticText and...
2011-02-27  Vadim ZeitlinNo real changes, just make wxColour::OSXGetNSColor...
2011-02-26  Stefan Csomormaking GetPosition 1:1 symmetrical to Move (respecting...
2011-02-19  Stefan Csomorappeasing clang
2011-02-19  Stefan Csomoronly draw separator line on the area adjacent to conten...
2011-02-19  Vadim ZeitlinRemove unused variables in wxOSX code.
2011-02-19  Vadim ZeitlinRemove extra semicolons in Objective-C code.
2011-02-18  Stefan Csomorprecomp header fixes
2011-02-18  Stefan Csomorsupport for file-type popup, compatible for 10.4+,...
next