]> git.saurik.com Git - wxWidgets.git/history - src
fixing normal font for mac, unicode corrections
[wxWidgets.git] / src /
2003-09-12  Stefan Csomorfixing normal font for mac, unicode corrections
2003-09-11  Mattia Barbon Added, documented and used wxGridCellChoiceEditor
2003-09-11  Mattia Barbon No real changes, just refactoring.
2003-09-11  Mattia Barbon wxX11 STL-ification.
2003-09-11  Mattia Barbon Cygwin compilation fix.
2003-09-11  Mattia Barbon Compilation fix.
2003-09-11  Stefan Csomordisabling anti-aliasing in carbon builds running under...
2003-09-11  Stefan Csomormoved setting of internal vars in order to avoid proble...
2003-09-11  Vadim Zeitlinfix for C99-compatible vsnprintf()
2003-09-11  Stefan Csomorfocus setting must be possible even when not shown yet
2003-09-11  Robert Roebling Filter out triple click events entirely.
2003-09-11  Stefan Csomormouse events added, menu id 0 safety check
2003-09-11  Stefan Csomorreminder added
2003-09-11  Stefan Csomornew carbon implementation (unicode support)
2003-09-11  Stefan Csomormouse event handling extended
2003-09-11  Mattia Barbon Compilation fix for wxUSE_STL==1.
2003-09-11  Julian SmartApplied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl...
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-09-11  Stefan Csomorcorrected hit-testing for mac
2003-09-11  Julian SmartApplied patch [ 800784 ] Fixes ::wxDirSelector style...
2003-09-11  Julian SmartApplied patch [ 771772 ] Crashes when setting icon...
2003-09-11  Julian SmartApplied patch [ 778625 ] wxSVGFileDC and UNICODE build
2003-09-11  Julian SmartApplied patch [ 791847 ] Missing translation in filedlg.cpp
2003-09-11  Julian SmartApplied [ 798206 ] WinCE time.cpp
2003-09-10  Mattia Barbon More warning fixes from ABX.
2003-09-10  Gilles Depeyrotmodified shell script to copy setup0.h into DerivedSour...
2003-09-10  Václav Slavíkcheck for m_parentAsWindow!=NULL
2003-09-10  Vadim Zeitlinreverted previous fix for virtual list control with...
2003-09-10  Robert Roebling Test if G_threads already are initialized.
2003-09-10  Vadim Zeitlinattempts to fix virtual list control with Unicode and...
2003-09-10  Vadim Zeitlindocumented that wxHSCROLL disables wrapping; added...
2003-09-10  David ElliottChanged wxWindow::Create to wxControl because wxNoteboo...
2003-09-10  Vadim Zeitlinfixed a 'variable could be used uninitialized' warning
2003-09-10  Vadim Zeitlinadded a TODO: clean up WinCE mess/horror
2003-09-10  Stefan Csomorswitching off tight borders to have it look properly...
2003-09-10  Stefan Csomorghost button fix (was calling another baseclass create)
2003-09-09  Robert Roebling 64-bit patch
2003-09-09  Vadim Zeitlinuse GetTraits(), not m_traits, in OnAssert()
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-09  Stefan Csomorconst ptr fix
2003-09-09  Stefan Csomorcrashes fixed, trying to remove erradic redraws when...
2003-09-09  Stefan CsomorwxID_PREFERENCES added
2003-09-09  Stefan Csomorimplementation changes to closer follow MSW, crashes...
2003-09-09  Stefan Csomorinitial creation invisible
2003-09-09  Stefan Csomortrying to avoid redraw problems at wrong places
2003-09-09  Stefan Csomorfixing Update, attempt to speed redrawing by making...
2003-09-09  Stefan Csomorwhen memory dumps out debug info, lookups can go wrong...
2003-09-09  Robert Roebling Applied patch for better sizing of bitmap buttons.
2003-09-09  Robert Roebling Applied patch for better pattern support.
2003-09-08  David ElliottImplement NSMenuValidation protocol for the wxNSMenuIte...
2003-09-08  David ElliottRemove wxASSERT(!m_windowKey) and wxASSERT(!m_windowMai...
2003-09-08  David ElliottUse wxStripMenuCodes
2003-09-08  David ElliottImplement wxSpinButton (except up/down events)
2003-09-08  David ElliottProvide target/action mechanism for subclasses to use
2003-09-08  David ElliottWhen using a non-subclassed NSControl, use a new wxNonC...
2003-09-08  David ElliottImplement (sort-of) non-client wxWindowDC
2003-09-08  David ElliottAdded virtual GetNonClientNSView()
2003-09-08  David Elliott* Added NSWindowStyleForWxStyle static method
2003-09-07  Stefan NeisInitialize PM subsystem in every thread, to enable...
2003-09-06  Stefan NeisUnified with Unix version.
2003-09-06  David ElliottUse an NSImageView instead of an NSView (nothing works...
2003-09-06  David ElliottUse an NSSlider instead of an NSView (nothing works...
2003-09-06  Stefan NeisUse function table instead of direct references to...
2003-09-06  David ElliottImplement wxChoice including sorting and client data
2003-09-05  David ElliottImplement wxGauge
2003-09-05  David ElliottImplement wxApp::Yield
2003-09-05  David ElliottImplement the hashmap for NSMenu
2003-09-05  David ElliottAdded ability to observe NSMenu notifications
2003-09-05  Stefan Csomorselection for DeleteAllPages corrected, images scaleing...
2003-09-05  Stefan Csomorcommented section removed
2003-09-05  Stefan Csomortodo added
2003-09-05  Stefan Csomorremoving scroll flags before instantiation the base...
2003-09-05  David Elliott* Move m_cocoaNSMenu out of wxCocoaNSMenu and into...
2003-09-05  David ElliottSet the window's title
2003-09-05  David ElliottwxMenuBar:
2003-09-05  David Elliott* Set the window's title
2003-09-05  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-05  David ElliottWhen a modal dialog is shown and the app isn't running...
2003-09-05  Stefan Csomoradded live resizing
2003-09-05  David Elliott* Added GetAppMenuBar
2003-09-05  David ElliottAdd support for wxMenuBarManager
2003-09-04  Mattia Barbon Fix and testcase for wxString::rfind bug I introduced.
2003-09-04  David Elliott* Added virtual GetAppMenuBar() which returns the app...
2003-09-04  David Elliott* Added delegate notifications for Become/Resign Main
2003-09-04  David ElliottAdded wxMenuBarManager
2003-09-04  Stefan Csomorlog changes
2003-09-04  David Elliott#if wxUSE_UNICODE instead of #if defined(wxUSE_UNICODE)
2003-09-04  Stefan Csomormacro naming changes
2003-09-04  Stefan Csomormacro naming changes
2003-09-04  Stefan Csomormacro naming changes
2003-09-04  Stefan Csomormacro naming changes, delegate api calls getting proper...
2003-09-03  Chris Elliottfix makefile for digitalmars to build joytest sample
2003-09-03  Chris Elliottfix makefile for digitalmars
2003-09-02  David ElliottCodeWarrior Obj-C++ requires explicit casts from id...
2003-09-02  David ElliottSupport precompiled headers
2003-09-02  David Elliott* Use wxTopLevelWindow::Show() for modeless dialogs
2003-09-02  David ElliottSet the m_isShown flag appopriately
2003-09-01  Mattia Barbon Corrected statements about wxString correctly handling
2003-09-01  Robin DunnAdded handler for WM_PRINT to assist with offscreen...
next