]> git.saurik.com Git - wxWidgets.git/history - include
Committing in .
[wxWidgets.git] / include /
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.
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...
next