]> git.saurik.com Git - wxWidgets.git/history - include
Moved wxHtmlHelpFrame functionality to wxHtmlHelpWindow to allow
[wxWidgets.git] / include /
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2006-01-09  Vadim Zeitlinfix SetUserData() to delete the correct pointer
2006-01-09  Vadim Zeitlinfix for Unicode builds under OS X <= 10.2
2006-01-09  Vadim Zeitlinmoved OnExceptionInMainLoop() from wxAppConsole to...
2006-01-09  Włodzimierz SkibawxMGL bakefiled for OpenWatcom (needs bakefiles from...
2006-01-08  Robert Roebling Added empty wxDataViewCtrl header and control name...
2006-01-08  Vadim Zeitlinfixes for Unicode build with CodeWarrior under OS X...
2006-01-08  Vadim Zeitlinfixed check for Metrowerks mbstowcs(): check for __MSL__
2006-01-06  Stefan NeisIntegrated fixes for sizing/positioning; cleanup; remov...
2006-01-06  Vadim Zeitlinfixed bug in GetString() introduced during the latest...
2006-01-06  Vadim Zeitlinuse our own mbstowcs() and wcstombs() implementations...
2006-01-06  Vadim Zeitlinadded wx/object.h include (bug 1398517)
2006-01-06  Robin DunnAdded wxSizerItem::SetUserData
2006-01-05  Mart Raudseppinclude wx/event.h, as it is used by-value (parent...
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-04  Stefan NeisFixed label handling (translating for accelerator handl...
2006-01-04  Stefan NeisImproved size handling.
2006-01-04  Michael WetherellUndefine true and false defined in scitech header
2006-01-03  Stefan NeisApplied patch #1396039 (Notebook tab bitmaps)
2006-01-03  Julian SmartAdded wxAddGrab, wxRemoveGrab for use by popup window...
2006-01-02  Julian SmartAdded caption parameter to wxGetFontFromUser and wxGetC...
2006-01-02  Jamie GaddMake radiobuttons siblings instead of children in radio...
2006-01-01  Vadim Zeitlindon't test for __WIN95__ which doesn't exist any more...
2005-12-31  Stefan NeisNo obnoxious warnings if threading is disabled.
2005-12-29  Kevin HockRemove wxConfig object caching (m_config), which solves...
2005-12-27  Václav Slavíkadded support for <sub> and <sup> to wxHTML (based...
2005-12-25  Stefan NeisFixed GetIcon to keep up with return type change on...
2005-12-25  Vadim Zeitlinimplemented wxDC::DoGetSize() correctly for metafile...
2005-12-25  Vadim ZeitlinStart/EndDrawingOnTop are still used under Motif, don...
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-12-24  Vadim Zeitlin1. changed wxStringTokenizer to not modify the string...
2005-12-23  Vadim Zeitlincorrected handling of timeouts in wxConditionInternal...
2005-12-23  Vadim Zeitlincorrect dll export declaration for wxVolume
2005-12-23  Vadim Zeitlinadded wxRTTI macros to wxControlWithItems: it's not...
2005-12-22  Vadim Zeitlinadded wxListAttr::AssignFrom()
2005-12-20  Vadim Zeitlinadded newline at end of file (avoids gcc warning when...
2005-12-19  Vadim Zeitlindocumented Set/GetIcon(), added (not quite pure) virtua...
2005-12-19  Vadim Zeitlinreturn a valid bitmap from GetBitmap() even if we creat...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-18  Stefan NeisAdded implementation for wxLocaltime_r/wxGmtime_r.
2005-12-18  Vadim Zeitlin1. changed wxControl::GetLabel() to return the original...
2005-12-18  Vadim Zeitlinremoved GetLabel() which didn't do anything but forward...
2005-12-18  Vadim Zeitlinblatant compilation fix
2005-12-18  Julian SmartSeparated XML and HTML rich text I/O handlers
2005-12-17  Stefan NeisUse thread-safe functions where possible.
2005-12-14  Vadim Zeitlinfriend declarations are not injected in the enclosing...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-12-11  Włodzimierz SkibawxUSE_DISPLAY impossible with eVC3 (SDKs 2002).
2005-12-10  Stefan Csomorsupport for standard command IDs
2005-12-10  Włodzimierz SkibawxDisplay support for wxWinCE port.
2005-12-09  Václav Slavíkmade wxHtmlWindow::SetPage virtual so that the behaviou...
2005-12-08  David Surovellapplied patch 1376506 - remove unneeded member variable...
2005-12-06  David Surovellfix binary math in alignment flag assignment
2005-12-06  Vadim Zeitlinfixed typo in previous commit which, instead of fixing...
2005-12-03  David Surovellapplied patch 1372197, with some minor mods and cleanup
2005-12-01  Michael WetherellSilence warning from bcc
2005-12-01  Václav Slavíkfixed wxComboBox::Clear to clear stored value
2005-11-30  Vadim Zeitlinimplemented IsItemEnabled/Shown()
2005-11-30  Vadim Zeitlin1. derive wxGTK wxRadioBox from wxRadioBoxBase now...
2005-11-30  Vadim Zeitlinadded wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-30  Michael WetherellMake Eof() consistent with other streams
2005-11-30  David Surovellminor refactoring of menu UpdateUI handling
2005-11-30  Włodzimierz SkibaMissing wxUSE_PALETTE markup (#1369489).
2005-11-29  Vadim Zeitlinfixed bug in wxSizerFlags::Align/Expand() methods
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-11-29  Michael WetherellRemove pragma interface
2005-11-29  Mart RaudseppMake wxJoystick::GetNumberJoystick a static method...
2005-11-29  Vadim Zeitlinguard grid XRC handler by #if wxUSE_GRID
2005-11-28  Vadim Zeitlinfix unused parameter warning
2005-11-26  Michael WetherellOnly define wxIntegerHash::longlongHash when long long...
2005-11-25  Vadim Zeitlinimplemented wxGetFreeMemory() under IRIX (patch 1360356...
2005-11-24  Julian SmartApplied patch [ 1308152 ] wxGrid XRC handler patch...
2005-11-23  Włodzimierz Skiba[ 1364397 ] wxUSE_MS_HTML_HELP could be redefined
2005-11-21  Vadim Zeitlinremoved non-const wxFontData::GetColour()
2005-11-20  Vadim Zeitlinwe have dlerror() under Darwin
2005-11-20  Michael WetherellUse re_search directly instead of regexec when using...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-18  Włodzimierz SkibaFollow other ports with Title/Label split.
2005-11-18  Włodzimierz SkibaUpdate after adding palmos setup.h to family of automat...
2005-11-17  Václav Slavíkfixed layout of tables that are first element on a...
2005-11-17  Václav Slavíkreduced code duplication in wxHtmlWinParser::AddText...
2005-11-15  Vadim Zeitlinunhide wxConnectionBase::Execute(wxString)
2005-11-15  Michael WetherellAdd a length parameter for wxRegEx::Matches
2005-11-15  Włodzimierz SkibaMinor cleanings.
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-11-10  Włodzimierz SkibaMacros for simplified testing Open Watcom version and...
2005-11-10  Włodzimierz SkibaMissing commit.
2005-11-10  Włodzimierz SkibaMissing commit.
2005-11-10  Włodzimierz SkibaLineup features of all book driven events.
2005-11-10  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxX11 part...
2005-11-10  Vadim Zeitlinadd Clone() to wxXXXbookEvent and copy ctor to wxBookCt...
2005-11-10  Vadim Zeitlinadded wxKeyEvent::GetModifiers()
2005-11-10  Vadim Zeitlinadd Clone() to wxXXXbookEvent and copy ctor to wxBookCt...
2005-11-10  Stefan Csomoradding hit testing
2005-11-09  Włodzimierz SkibaOW 1.4 preparation.
2005-11-09  Stefan Csomorwx..._EX_METAL styles support
2005-11-08  Michael WetherellAdd rcdefs.h and support for automatic manifests on...
2005-11-08  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxCocoa part).
2005-11-08  Vadim Zeitlinremvoed wxFileDialogBase::m_parent as there is already...
next