]> git.saurik.com Git - wxWidgets.git/history - include
fixed to the newly added crt.h header:
[wxWidgets.git] / include /
2007-05-30  Václav Slavíkfixed to the newly added crt.h header:
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-30  Václav Slavíkwxchar.h doesn't have to be C file anymore, it's C++
2007-05-30  Václav Slavíkchanged trivial accessors to return const wxString...
2007-05-30  Robert Roebling Add wx/crt.h redirecting to wx/wxcrtvarargs.h
2007-05-30  Václav Slavíkrestored wxColour ctor taking C string (now in both...
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Václav Slavíkcompilation fix for --disable-compat28
2007-05-28  Robert Roebling Implemented dataview_model notification event to...
2007-05-28  Robert Roebling Removed wxDataViewViewColumn since it is redundant.
2007-05-28  David ElliottImplement mouse entered, exited, and synthesize move...
2007-05-27  David ElliottAllow many Objective-C classes to be uniquified at...
2007-05-27  David ElliottAdd implementation of Objective-C class name uniquifying.
2007-05-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-26  Stefan NeisAnother compilation fix.
2007-05-26  Stefan NeisAdded declaration of new method (still to be implemented).
2007-05-26  Stefan NeisAdded missing include.
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-24  Vadim Zeitlindisable clearing event tables by default, only do it...
2007-05-24  Vadim Zeitlin1. Derive wxMessageDialogBase from wxDialog (why did...
2007-05-24  Vadim Zeitlinfix DLL export declaration (adv, not core)
2007-05-24  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlinadded wxAppTraits::CreateConfig() (patch 1721149)
2007-05-24  Vadim Zeitlinuse a different indicator when binding parameters and...
2007-05-24  Vadim Zeitlindeprecate unneeded wxDIRCTRL_SHOW_FILTERS style, just...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-21  Václav Slavíkadded another needed wxOnAssert overload
2007-05-21  Václav Slavík1. make debugging macros compatible with ANSI build...
2007-05-21  Václav Slavíkreturn reference to non-temporary wxString instance...
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-18  David ElliottInclude sys/types.h from selectdispatcher.h to ensure...
2007-05-18  David ElliottAdd a wxLog::DoCreateOnDemand and call it from DoCommon...
2007-05-18  David Elliott* Add public wxApp::sm_isEmbedded flag like on wxMac...
2007-05-18  Vadim Zeitlinadded virtual wxFrame::FindItemInMenuBar(): overriding...
2007-05-18  Vadim Zeitlinremoved unused statusbar parameter from wxFrameBase...
2007-05-18  Vadim Zeitlinfix warning about unused rc variable in release builds
2007-05-18  Vadim Zeitlinoverride DoGetTextExtent instead of redefining GetTextE...
2007-05-17  Václav Slavíkremoved unused iterators ctors
2007-05-16  Robin DunnApply parts of patch #1719888 to fix compilation on...
2007-05-16  Václav Slavíkreturn const wxString& instead of wxString from the...
2007-05-16  Václav Slavíkrestored accidentally commented-out code
2007-05-15  Václav Slavíkadded missing operators for int and unsigned char
2007-05-15  Václav Slavíkmake operators for comparing wxString and wx[W]CharBuff...
2007-05-15  Václav Slavíkadded operators for comparing wxString to wxCStrData
2007-05-15  Václav Slavíkfixed non-const wxString iterators to work when a chara...
2007-05-15  Václav Slavíkreverted accidental commit
2007-05-15  Václav Slavíkadded wxSTRING_TEXT() convenience macro for defining...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-14  Vadim Zeitlindjgpp doesn't have wint_t as separate type
2007-05-14  David ElliottRemove ObjcPose.h since nothing is using it anymore.
2007-05-14  David ElliottRework idle handling so that NSApplication does not...
2007-05-13  Václav Slavíkcompilation fix for STL implementations that use (const...
2007-05-12  David ElliottMake wxCFRef take a template raw pointer parameter...
2007-05-12  David ElliottImplement NULL-checking wxCFRetain/wxCFRelease as sugge...
2007-05-12  David ElliottAdded cfref.h containing wxCFRef templated CF ref holdi...
2007-05-11  Vadim Zeitlinadded support for drop down toolbar buttons (patch...
2007-05-11  Vadim Zeitlinavoid truncating the colour channels values, this resul...
2007-05-11  Václav Slavíkuse const wxMBConv& instead of wxMBConv& in public...
2007-05-10  Václav Slavíkfixed wxString::Last() to run in O(1), not O(n), in...
2007-05-10  Václav Slavíkfixed creation of wxString from another wxString's...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-05-09  Václav Slavíkchanged wxString::StartsWidth/EndsWidth to take wxStrin...
2007-05-09  Robert Roebling GTK+ cell renderers are not widget, so use a
2007-05-08  Robert Roebling Beginning to make wxDC code compile both before
2007-05-08  David ElliottMove wxLaunchDefaultBrowser from BASE to CORE per wx...
2007-05-07  Robert Roebling [ 1713933 ] docs for wxEditableListBox
2007-05-06  Robert Roebling More preview code for the DC reorganisation.
2007-05-06  Václav Slavíkfix compation with Watcom after latest vararg templates...
2007-05-05  Vadim Zeitlindeclare GetGDKWindow() in wxDC to fix compilation of...
2007-05-05  Vadim Zeitlincompilation fix: SetLogicalFunction() is defined in...
2007-05-05  Václav Slavíkfixed FromUTF8 in ANSI builds
2007-05-05  Paul Cornettadd wxUSE_DRAGIMAGE wrapper
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-05  Václav Slavíkadded wxString::FromUTF8/ToUTF8/utf8_str()
2007-05-05  Paul Cornettbuild fix for wxUSE_DRAGIMAGE==0
2007-05-05  Robert Roebling Make wxGTK1.2 compile again.
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Robert Roebling Added wxDEPRECATED() around old wxDC methods taking
2007-05-05  Robert Roebling Added (empty) SetLogicalFunction()
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-05-05  Robert Roebling Apply [ 1713345 ] combobox: cmd accelerators shouldn...
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-05-04  Václav Slavíkuse wxFormatString in wxV[f]printf()
2007-05-04  Václav Slavíkcompilation fix for --enable-utf8 --disable-utf8only...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Robert Roebling Putting draft of wxImplDC and the wxDC using it
2007-05-03  Robert Roebling Put old wxDC methods using long instead of wxCoord
2007-05-03  Václav Slavíkfixed typo in Watcom code
2007-05-03  Václav Slavíkfixed passing raw unconverted strings through wxArgNorm...
2007-05-03  Václav Slavíkfixed DLL linking of wxConvLibc etc.
next