]> git.saurik.com Git - wxWidgets.git/history - src/osx
Add initial config for TBITCWXBUILDBOT buildbot.
[wxWidgets.git] / src / osx /
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-08  Stefan Csomorswitching modal loop implementation, fixes #11921
2010-04-07  Stefan Csomorfixing NSFontDescriptor matching for font weights and...
2010-04-07  Stefan Csomorfixing focus, fixes #11911
2010-04-07  Stefan Csomorborders might have to be drawn differently
2010-04-07  Stefan Csomorswitching loop mode for idle processing, fixes #11912...
2010-04-06  Stefan Csomormaking gradients working again
2010-04-06  Stefan Csomorsupporting text foreground color, fixes #11903
2010-04-06  Stefan Csomorfixing warnings
2010-04-06  Vadim ZeitlinAdd wxTextEntryBase::ForwardEnableTextChangedEvents().
2010-04-06  Vadim ZeitlinFix text text changed events sending in OS X combo...
2010-04-06  Vadim ZeitlinImplement support for gradient stops for OS X.
2010-04-06  Vadim ZeitlinRemove duplicated GetTextPeer() definitions from derive...
2010-04-06  Vadim ZeitlinSet the value passed to wxComboBox ctor in wxOSX/Cocoa.
2010-04-06  Vadim ZeitlinSuppress a harmless signed/unsigned comparison warning.
2010-04-06  Vadim ZeitlinSuppress unused parameter warnings.
2010-04-06  Stefan Csomoradding clipboard events, fixes #11906
2010-04-05  Stefan Csomormoving OnInit back
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-04-03  Stefan Csomorshuffling code back from eventloop to common app utils
2010-04-03  Stefan Csomorno special casing for iphone necessary
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  Vadim ZeitlinShow labels for controls in wxOSX/Carbon toolbars.
2010-04-02  Stefan Csomorkeeping m_labelOrig untouched, solves test failures...
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-28  Vadim ZeitlinSuppress gcc warnings about double to int conversion.
2010-03-28  Vadim ZeitlinFix bug in wxMBConv_cf::FromWChar() in OS X.
2010-03-22  Vadim ZeitlinFix wxOSX compilation without PCH.
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2010-03-17  Stefan Csomorfixing non-precomp builds
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-15  Stefan Csomorstreamlining OSX event support second step, moving...
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-06  Kevin OllivierAdding wxUIActionSimulator, a class for programmaticall...
2010-03-06  Kevin OllivierA call to wxPopupWindow::Show shouldn't automatically...
2010-03-05  Vadim ZeitlinCorrect IsMaximized() in wxOSX for non-resizable windows.
2010-03-04  Stefan Csomorno existing on iphone
2010-03-03  Stefan Csomorfixing leak, fixes #11781
2010-03-03  Stefan Csomorfixing leak, fixes #11782
2010-03-03  Stefan Csomorusing native fullscreen support and ShowEvent triggers
2010-03-03  Stefan Csomorfixing warning
2010-03-02  Vadim ZeitlinDon't use m_macToolbar in wxOSX wxToolBar if it is...
2010-03-02  Vadim ZeitlinEnclose code using m_macToolbar in #if wxOSX_USE_NATIVE...
2010-03-01  Robin DunnInvalidate best size when the bitmap or bitmap position...
2010-02-28  Stefan Csomortranslate 0.5 offset into user space before applying...
2010-02-28  Stefan Csomormoving header for precomp builds
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-23  Stefan Csomorproper app shutdown support for iphone
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-09  Stefan Csomorsupport fullscreen display (translucent status) in...
2010-02-09  Robin DunnTest m_nowpeer pointer before using it.
2010-02-09  Robin DunnRemove functions duplicated in dnd_osx.cpp.
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  Stefan Csomoradapting to new API variant
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-31  Stefan Csomoravoiding catching incorrect shortcuts, see #11676
2010-01-31  Stefan Csomorsupporting clipboard command shortcuts on osx_cocoa...
2010-01-28  Stefan Csomorstoring modal returncode correctly for carbon
2010-01-28  Stefan Csomormake sure modality is reflected correctly when rerouted...
2010-01-28  Stefan Csomorsetting correct alertType
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-26  Stefan Csomoroptimizing creation of glcontexts, less flicker
2010-01-26  Vadim ZeitlinImplement RequestUserAttention() for wxOSX/Cocoa.
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-25  Stefan Csomoradding note for correct wheel params
2010-01-25  Stefan Csomorbetter wheel support
2010-01-25  Stefan Csomoradding wxWindow::Show in order to make the sheet showin...
2010-01-25  Stefan Csomorfixing building on iphone
2010-01-24  Kevin OllivierFix mistake, though this assert is unfortunate since...
2010-01-24  Stefan Csomorsupporting auto-rotate for translucent statusbar
2010-01-24  Vadim ZeitlinReplace wxLogWarning()s in wxOSX wxComboBox code with...
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 Csomormoving GetPageInfo to later stage, closes #11494
2010-01-18  Stefan Csomorswitching to LaunchServices implementation, fixes ...
2010-01-18  Stefan Csomorfixing type for 64 bit, closes #11550
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2010-01-18  Stefan Csomorsetting correct refcon in menus (was incorrectly change...
2010-01-14  Stefan Csomorfixing comments, making sure sound always gets the...
next