]> git.saurik.com Git - wxWidgets.git/history - include
Added wxHtmlHelp change log
[wxWidgets.git] / include /
2006-01-25  Michael WetherellFixes for the GTK1 split
2006-01-23  Michael WetherellFix for gtk1 separation
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2006-01-23  Michael Wetherellgtk1 fixes
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
2006-01-23  Mart Raudseppwx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2006-01-21  Michael WetherellMove oleacc.lib from the VC++ projects/makefiles to...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-19  David Surovellcleanup - reformat
2006-01-19  Julian SmartApplied patch [ 1381420 ] wxHTTP Basic authentication...
2006-01-19  Julian SmartApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
2006-01-19  Julian SmartApplied patch [ 1355809 ] Add ability to use templates...
2006-01-19  Julian SmartDon't use Windows handles directly in headers
2006-01-18  Julian SmartImproved mktime for WinCE
2006-01-18  David Surovellcleanup - reformat
2006-01-18  Julian SmartFixed comment bug [ 1390056 ] Wrong Documentation for...
2006-01-18  Julian SmartApplied patch [ 1380544 ] wxCondition::WaitTimeout...
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Vadim Zeitlindeclare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with corre...
2006-01-18  Julian SmartApplied patch [ 1373215 ] Codewarrior 9 (+?) warning...
2006-01-18  Julian SmartApplied patch [ 1255676 ] stc2wx/wx2stc not exported...
2006-01-18  Julian SmartApplied patch [ 1304191 ] support for MEMO fields
2006-01-18  Julian SmartApplied patch [ 1381895 ] remove circular include depen...
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-18  Julian SmartApplied patch [ 1306443 ] Removal of C++-style comments...
2006-01-18  Julian SmartApplied patch [ 1325207 ] Fixes unicode build using...
2006-01-18  Julian SmartTwo corrections to const fix
2006-01-18  David Surovellcleanup - remove duplicate decl., added #include, etc.
2006-01-17  Julian SmartEliminated a VC++ 8 warning
2006-01-17  Julian SmartApplied patch [ 1392288 ] FIX: Bug 1306671 Build Error...
2006-01-17  Julian SmartCommitted forgotten files
2006-01-17  Julian SmartApplied patch [ 1382552 ] Fixes GDI-ressource leak...
2006-01-17  Robin DunnEnable wxListCtrl in report mode to be able to use...
2006-01-16  Włodzimierz SkibaTowards other setups.
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2006-01-15  Włodzimierz SkibaBuild fix for wxWindowMSW used in header.
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2006-01-15  Mart RaudseppDon't extern declare wxDialogNameStr twice in include...
2006-01-15  Mart RaudseppDon't extern declare wxDialogNameStr twice
2006-01-13  Jamie GaddAdd missing WINDOWPOS flags for WinCE build to include...
2006-01-13  Vadim Zeitlinadded missing default value for wxEventLoopManual:...
2006-01-13  Vadim Zeitlinupdated to derive from wxEventLoopManual
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlinimplemented wxEventLoop for wxMac
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2006-01-11  Jouk Jansen Committing in .
2006-01-11  Julian SmartCorrected accessor names
2006-01-11  Julian SmartTypos
2006-01-11  Julian SmartRenamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
2006-01-10  Włodzimierz SkibawxCalendarCtrl: positioning fixes and colours following...
2006-01-10  Włodzimierz SkibaWatcom does not accept #warning but supports more than...
2006-01-10  David Surovellcleanup - reformat
2006-01-09  Julian SmartMade the HTML command ids visible
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.
next