]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
replace usage of objective-c keyword 'id'
[wxWidgets.git] / src / osx / cocoa /
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+,...
2011-02-18  Stefan Csomorsupport non precomp builds
2011-02-17  Stefan Csomorpatch applied with thanks, fixes #10524
2011-02-16  Stefan Csomorsupport native edit menu handling (cocoa enables menu...
2011-02-16  Stefan Csomortoolbar support in all orientations
2011-02-16  Stefan Csomorconforming to deprecation recommendation for 10.6
2011-02-16  Stefan Csomorsupport for file types in save panel
2011-02-16  Stefan Csomorsupport wxFD_MULTIPLE
2011-02-16  Stefan Csomorfixing naming to conform to effective ownership, cleani...
2011-02-14  Stefan Csomorsupport framelayout for choice
2011-02-08  Stefan Csomordisabling multiline text controls correctly
2011-02-08  Stefan Csomorforward enable functionality to inner view in scrollvie...
2011-02-02  Stefan Csomorfixing searchctrl on osx_cocoa, changing type for peer...
2011-01-30  Stefan Csomoradding support for wxCANCEL_DEFAULT
2011-01-27  Stefan Csomorclang warnings
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2011-01-26  Stefan Csomorsupport for hints, fixing textfield implementation...
2011-01-19  Stefan Csomormake sure Raise is also activating the window
2011-01-19  Robin DunnOn OSX don't propogate the alignment setting from colum...
2011-01-07  Václav SlavíkImplement wxCOL_WIDTH_AUTOSIZE on OS X.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2011-01-04  Stefan Csomorfixing selectors
2011-01-03  Stefan Csomorfixing warning and compile error against 10.4
2011-01-03  Vadim ZeitlinDon't use deprecated NSTableView selectRow:byExtendingS...
2011-01-01  Stefan Csomorpusing a dummy event, to make sure the stop: succeeds...
2010-12-27  Stefan Csomoradding backtab to exception list
2010-12-27  Stefan Csomormake sure we always have a return value
2010-12-19  Vadim ZeitlinAdd the possibility to disable invisible wxDataViewCtrl...
2010-12-07  Stefan Csomoradding support for layout coordinates via insets from...
2010-12-07  Stefan Csomorfixing redraw debugging
2010-11-30  Stefan Csomoradding standard menu items for cocoa, adding translatio...
2010-11-22  Stefan Csomorfixing 64 bit ranger error
2010-11-06  Stefan Csomorrouting the tab, return events for single line fields...
2010-11-06  Stefan Csomorimplementing turning off of default button as well
2010-11-05  Vadim ZeitlinMinor cosmetic fix to generic check tools appearance...
2010-11-05  Vadim ZeitlinFix check toolbar items behaviour in non-native toolbar...
2010-11-05  Vadim ZeitlinAvoid using wx GDI classes from non-main thread in...
2010-11-05  Vadim ZeitlinReally update tooltip when wxToolBar::SetShortHelp...
2010-11-05  Vadim ZeitlinUse CGFloat instead of float for mouse wheel event...
2010-11-05  Vadim ZeitlinFix showing the frames full screen under OS X.
2010-11-05  Vadim ZeitlinRemove duplicate wxEVT_COMMAND_TEXT_ENTER generation...
2010-11-05  Vadim ZeitlinFix crash in wxColour ctor from NSColor in wxOSX/Cocoa.
2010-11-05  Vadim ZeitlinRemove unnecessary wxOSX_USE_COCOA guards in Cocoa...
2010-09-23  Robin DunnAvoid an endless recursion situation
2010-09-11  Stefan Csomorfixing 'main screen'
2010-09-07  Stefan Csomormodeling subclassing along msw, unsubclassing filedialo...
2010-08-22  Vadim ZeitlinRemove unused src/osx/cocoa/bmpbuttn.mm file.
2010-08-22  Vadim ZeitlinFix selection corner cases in wxOSX wxComboBox.
2010-08-22  Vadim ZeitlinWork around a crash on starting editing in wxGrid under...
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-08-17  Stefan Csomorfixes horizontal scrolling in textfields, fixes #12322
2010-08-11  Vadim ZeitlinFix handling of help buttons with non-empty label under...
2010-08-10  Vadim ZeitlinAdd wxDataViewCtrl::{Set,Get}CurrentItem().
2010-08-09  Vadim ZeitlinDon't lose selection in wxDataViewCtrl::Select() under...
2010-07-28  Vadim ZeitlinFix wxOSX wxTextCtrl refactoring of r65129.
2010-07-28  Vadim ZeitlinAllow non-modal windows shown from modal dialogs to...
2010-07-28  Vadim ZeitlinAdd association between wxOSX wxTextWidgetImpl and...
2010-07-28  Vadim ZeitlinFix harmless float to int conversion warnings in wxOSX...
2010-07-18  Stefan Csomororganizing code, adding offset correction for update...
2010-07-17  Stefan Csomorremoving early init, fixes #12231
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-07  Stefan Csomoronly hide tool windows on deactivate, fixes #11924
2010-07-07  Stefan Csomorsupporting disabled tools, fixes #11457
2010-06-21  Stefan Csomoradding HitTest to osx_cocoa implementation of listbox...
2010-06-21  Stefan Csomoradding bestsize for osx_cocoa combobox
2010-06-21  Stefan Csomoradding fix for non-precomp header build
2010-06-21  Stefan Csomorstoring current event for dnd support, adding default...
2010-06-21  Stefan Csomortext updated events were not always sent out correctly...
2010-06-10  Robert RoeblingImplemented wxDataViewColumn for wxOSX/Cocoa
2010-05-19  Stefan Csomorcommon wxMacWakeUp code across all platforms
2010-05-19  Stefan Csomorremoving unused var
next