]> git.saurik.com Git - wxWidgets.git/history - src/mac
Allow style spec strings to contain colour names as well as hex values
[wxWidgets.git] / src / mac /
2004-09-27  Ryan Nortonremove stuff
2004-09-27  Ryan Norton[ 1035247 ] fix the number of ticks in slider (with...
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-27  Ryan Nortonfix warnings
2004-09-27  Ryan Nortonfix non-void function not returning value warning
2004-09-27  Ryan NortonAdd HID keyboard functionality
2004-09-26  Vadim Zeitlinmade GetTempBuffer() static to avoid duplicate function...
2004-09-26  Ryan Nortonhid integration
2004-09-26  Ryan Nortoncleanups
2004-09-26  Ryan Nortonrecall initial font
2004-09-26  Ryan Nortoncleanup
2004-09-26  Julian SmartApplied Kevin Hock's combobox patch for text update...
2004-09-26  Ryan Nortonfix remaining bugs
2004-09-26  Ryan Nortonfix font styles
2004-09-26  Ryan Nortonfix facename
2004-09-26  Ryan Nortonnative font dialog implementation for mac os x 10.2+
2004-09-26  Stefan Csomordependency fix for clipping
2004-09-26  Stefan Csomorunicode fix
2004-09-26  Ryan NortonLots of fixes/cleanups for OSX taskbar
2004-09-26  Ryan NortonFix some of vadim's compilation problems
2004-09-26  Stefan Csomormaking newline fixes depending on the encoding of \n
2004-09-26  Ryan Nortoncleanups, proper event handling/cleanup
2004-09-26  Ryan Nortoninfo
2004-09-26  Ryan NortonFix 10.2 focus issues
2004-09-26  Ryan Nortonthey should be ints, not size_ts
2004-09-26  Ryan Nortonwarning fixes unsigned->signed
2004-09-26  Ryan Nortontodos, cleanups, detabified
2004-09-26  Ryan Nortoncleanup image after application
2004-09-25  Robin Dunnforgot to reset m_iconAdded
2004-09-25  Robin DunnAdd some missing methods to match other implementations
2004-09-25  Stefan Csomormaking returns in a line to always be \n (13 in CFM...
2004-09-25  Ryan Nortonfix for [ 805216 ] dirMac does not properly skip direct...
2004-09-25  Ryan Nortonbug didn't happen
2004-09-25  Ryan NortonwxDrawerWindow - [ 909351 ] Drawer window for OS X...
2004-09-25  Stefan Csomorinsert was not correctly implemented
2004-09-25  Stefan Csomorinsert was not correctly implemented
2004-09-25  Ryan Nortonmark changes. Mac OSX taskbar implementation
2004-09-25  Ryan Nortonnote that I modified it
2004-09-25  Ryan NortonFixed GetLineLength and GetLineText for MLTE text contr...
2004-09-25  Ryan Nortonwarning fix - only use the function in debug mode
2004-09-25  Ryan NortonLots of release bugs fixed
2004-09-24  Ryan Nortondebug handling. More broken Apple 'goodness'
2004-09-24  Ryan Nortonremove unused varaible
2004-09-24  Ryan Nortonunused variable warnings fixed
2004-09-24  Ryan Nortonpartial aggregate warning fix
2004-09-24  Ryan Nortonunused variable warning fix
2004-09-23  Robin DunnFix from Jed Burgess that correctly untoggles radio...
2004-09-23  Ryan Nortonunused variable warning fix - move unused stuff to...
2004-09-23  Ryan Nortonremove unused variable
2004-09-22  Ryan NortonOnly include/build pnghand if the user builds the png...
2004-09-22  Ryan NortonFix aggregate has a partly bracketed Unmatched initiali...
2004-09-18  Vadim Zeitlinfixed crash when closing window that contains STC ...
2004-09-13  Stefan Csomorsearching for wxToolBar parent only for kEventMouseMove...
2004-09-12  Stefan Csomoradded GetMenu Support for MENU_OPEN
2004-09-12  Stefan Csomortoolbartool has to send events to parent for tooltips...
2004-09-11  Stefan CsomorNO_DEFAULT support added
2004-09-03  Robin DunnCheck for m_peer != NULL in Freeze and Thaw
2004-08-31  Stefan Csomorfix for not sending a native click to a control if...
2004-08-31  Włodzimierz Skibasome wxUSE_* macros not used consistently (patch #99245...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-30  Stefan Csomorcorrecting a source for double event delivery
2004-08-30  Stefan Csomorsupporting hidden status bar
2004-08-29  Stefan Csomorfixing retval for SetFont
2004-08-29  Stefan Csomormetal appearance supported under 10.3
2004-08-29  Stefan Csomorfixing repositioning problem for statusbar
2004-08-29  Stefan Csomorfocus and border refreshes etc corrected
2004-08-25  Robin DunnFixed compile error
2004-08-25  Robin Dunnremoved final traces of wxStAppResource
2004-08-25  Stefan Csomoradded trailing slash
2004-08-24  Stefan CsomorFSRef transition
2004-08-23  Stefan Csomorresource fork not used anymore
2004-08-23  Stefan Csomormaking tool enable consistent (was using mix of enable...
2004-08-23  Stefan Csomoravoiding a OS-Level set focus for a control that alread...
2004-08-18  Stefan CsomorSetValue is not adding a line if values does not exist
2004-08-18  Stefan CsomorwxOVERWRITE_PROMPT support
2004-08-18  Dimitri Schoolwerthfixes for CW8 Mac Classic compilation
2004-08-17  Stefan Csomorsetting the wx title as well
2004-08-16  David ElliottProvide implementation for GSocket_new
2004-08-13  Kevin OllivierAdded a flag to enable selecting .app bundles (programs...
2004-08-10  Robin DunnGive wxListBox a GetClassDefaultAttributes so wxCalenda...
2004-08-09  Robin DunnStill can't do "if (flags & wxSOUND_SYNC)..." because...
2004-08-09  Stefan Csomorunicode fixes
2004-08-09  Stefan Csomorfixed size patch applied
2004-08-09  Stefan Csomorgcc warning
2004-08-09  Stefan Csomorcatching errors
2004-08-09  Stefan Csomoraa const
2004-08-08  David ElliottAdded const qualifier to char* in struct service_entry
2004-08-08  Stefan Csomorwrong method call, we need to add the second update...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-07  Stefan Csomorblind fix for trails of border after resize operations
2004-08-07  Stefan Csomorsupport for Mac Help Button added (wxID_HELP) is automa...
2004-08-07  Julian SmartNeed to include scrolwin.h
2004-08-07  Stefan Csomormoving focus rect overlap problems to the vis region...
2004-08-07  Stefan Csomordrawing the border based on the native control's border...
2004-08-07  Stefan Csomormoving popup-button closer to text
2004-08-07  Stefan Csomormaking the width of the popup button dependent from...
2004-08-06  David Elliottgsocket.c has been replaced by gsocket.cpp
2004-08-06  David ElliottwxMac GSocket C -> C++
2004-08-06  David ElliottCopied src/mac/carbon/gsocket.c revision 1.20
next