]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
No changes whatsoever, just remove trailing whitespace.
[wxWidgets.git] / src / osx / 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
2010-04-22  Stefan Csomorsimpler code
2010-04-22  Stefan Csomoroverriding the cfrunloop accessor, during booting cocoa...
2010-04-20  Stefan Csomorsupport for capturing, use categories instead of member...
2010-04-18  Stefan Csomorfixing coordinate conversions for captured windows
2010-04-18  Stefan Csomorstreamlining code for extra controls
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-13  Stefan Csomorfixing non-precomp build, fixes #10985
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorfixing copy/paste error from carbon version, fixes...
2010-04-12  Stefan Csomorfixing some warnings, adding proper OnChar support...
2010-04-12  Stefan Csomorchanging sequence of makeFirstResponder and makeKeyAndO...
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-07  Stefan Csomorfixing focus, fixes #11911
2010-04-06  Stefan Csomorsupporting text foreground color, fixes #11903
2010-04-05  Stefan Csomormoving OnInit back
2010-04-03  Stefan Csomorfixing wrong version commit
2010-04-03  Stefan Csomorsupport for toggle bitmap button
2010-04-03  Stefan Csomorfixing multilib build
2010-04-02  Stefan Csomorsimplifying modal event loop handling
2010-04-02  Stefan Csomormoving OnInit to a later stage to avoid Carbon Emulatio...
2010-03-17  Stefan Csomorfixing non-precomp builds
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-15  Stefan Csomorstreamlining OSX event support first step, see #11805...
2010-03-08  Stefan Csomorpending events detected didn't work properly, go the...
2010-03-05  Vadim ZeitlinCorrect IsMaximized() in wxOSX for non-resizable windows.
2010-03-03  Stefan Csomorfixing leak, fixes #11781
2010-03-03  Stefan Csomorfixing warning
2010-02-28  Stefan Csomormoving header for precomp builds
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-19  Kevin OllivierSince wxDialog::Show(false) only calls wxWindow::Show...
2010-02-19  Kevin OllivierTypo fix.
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-15  Kevin OllivierImplement case-insensitive find and read only support...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-07  Kevin OllivierImplement EVT_MAXIMIZE support for OS X Cocoa.
2010-02-06  Kevin OllivierFix handling of the *.* extension case, before this...
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-02-06  Kevin OllivierForgot about the drag source delegate, which is the...
2010-02-06  Kevin OllivierAdd an accessor to get the current drop source from...
2010-02-03  Stefan Csomorsafe degradation
2010-02-03  Kevin OllivierRefactor DND code into Carbon and Cocoa parts, and...
2010-02-03  Kevin OllivierAdd sanity check on the item number.
2010-02-01  Kevin Olliviernschars is never used for the wxEVT_CHAR case, so don...
2010-02-01  Kevin OllivierUse the correct type to fix Tiger compilation.
2010-01-28  Stefan Csomorsetting correct alertType
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-26  Vadim ZeitlinImplement RequestUserAttention() for wxOSX/Cocoa.
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-25  Stefan Csomorbetter wheel support
2010-01-25  Stefan Csomoradding wxWindow::Show in order to make the sheet showin...
2010-01-23  Kevin OllivierRemove assert that was used during testing while changi...
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
2010-01-20  Kevin OllivierHandle the case of NSNotFound result properly.
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2010-01-08  Kevin OllivierSupport mouse click through as otherwise clicking insid...
2010-01-04  Kevin OllivierGet the OS X Cocoa native combobox building by having...
2009-12-31  Stefan Csomoradding placeholders and work in progress files
2009-12-30  Stefan Csomorfixing SetSubMenu for OSX_Cocoa, fixes #11581
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Kevin OllivierUse NSTrackingArea when available (building for 10...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-11-30  Kevin OllivierorderBack puts it behind all windows in its level,...
next