]> git.saurik.com Git - wxWidgets.git/history - include
correct some compatibility problems with the existing Unicode-mode code (#9513),...
[wxWidgets.git] / include /
2008-06-09  Vadim Zeitlincorrect some compatibility problems with the existing...
2008-06-09  Stefan CsomorRGBColor on QD only
2008-06-09  Stefan Csomorsetup font defines for iphone correctly
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-06-07  Vadim Zeitlinuse memcpy() instead of wxTmemcpy() as the latter is...
2008-06-07  Vadim Zeitlinmore compilation fixes for VC6 (#9492)
2008-06-07  Stefan NeisCompilation fix for GTK1.
2008-06-07  Vadim Zeitlinensure that dialog gripper is always positioned below...
2008-06-07  Vadim Zeitlinsupport multiline labels in wxCheckBox (#9495)
2008-06-07  Vadim Zeitlincall wxSizerFlags::Top/Bottom() or Left/Right() shouldn...
2008-06-07  Vadim Zeitlinchange another long type to wxBitmapType
2008-06-06  Vadim Zeitlinchange longs used for bitmap types to wxBitmapType...
2008-06-06  Vadim Zeitlininitialize wxStringBuffer with the original contents...
2008-06-06  Vadim Zeitlincompilation fix for VC6 (and maybe not only): enums...
2008-06-05  Vadim Zeitlincorrected bug in wxTimeSpan::IsShorterThan() for equal...
2008-06-05  Vadim Zeitlincompilation fix for --disable-filesystem --enable-xrc...
2008-06-05  Václav Slavíkadded wxHtmlWindow::SetRelatedStatusBar(wxStatusBar...
2008-06-04  Václav SlavíkwxDFB: implemented Raise() and Lower() for TLWs
2008-06-02  Robert RoeblingSeparate label with wx mnemonics (&) and with gtk mnemo...
2008-06-02  Vadim Zeitlindefine wxHAS_ATOMIC_OPS only if native implementation...
2008-06-02  Robin DunnAdd a SetDoubleBuffered method for wxMSW (XP+)
2008-06-02  Robert RoeblingDisable disabling wxWeakRef<T>
2008-06-01  Vadim Zeitlincorrect error in wxHAVE_RAW_BITMAP definition: it shoul...
2008-06-01  Vadim Zeitlindefine wxHAS_RAW_BITMAP (instead of inconsistenly named...
2008-06-01  Vadim Zeitlinadd a special macro for comparing time_t values to...
2008-06-01  Vadim Zeitlinadded wxTextOutputStream::Flush(): this is necessary...
2008-06-01  Vadim Zeitlinrewrote UTF-7 to work on streams of data to be comaptib...
2008-05-31  Stefan NeisCompilation fixes for mingw-w64.
2008-05-30  Vadim Zeitlinat least mingw32 3.4.5 needs wxBitmap declaration to...
2008-05-30  Vadim Zeitlinfixed wxImagePixelData compilation (ticket #3003);...
2008-05-30  Vadim Zeitlinblind fix for Borland ANSI build: define wxStructStat...
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-05-30  Vadim Zeitlinno changes, just refactor the code to avoid having...
2008-05-29  Robert RoeblingMore work on getting wxLisBox events right
2008-05-29  Stefan Csomoradding lowlevel hook to listbox
2008-05-29  Vadim Zeitlintake wxString in wxCrashReport::SetFileName() to allow...
2008-05-29  Paul Cornettremove unused/unneeded menuitem cruft
2008-05-29  Paul Cornettremove obsolete file
2008-05-29  Paul Cornettmark long-deprecated ctor as such
2008-05-28  Robin DunnAdd wxWebKitNewWindowEvent
2008-05-27  Vadim Zeitlinthere is no std::wostream under Palm (part of ticket...
2008-05-27  Robert RoeblingNative wxBitmapComboBox patch for GTK+
2008-05-27  Robert RoeblingClear columns on destruction
2008-05-27  Robert RoeblingReapply wxWeakRef patch again
2008-05-27  Robert RoeblingUse wxWindowRef to hold pointer to default button
2008-05-25  Robert RoeblingDefer SetHorizontalExtent to idle, also fixes (wxListBo...
2008-05-24  Robert RoeblingDont send spin text update event from SetValue()
2008-05-23  Vadim Zeitlinimprove wxMessageOutputBest console output under Window...
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-23  Robert RoeblingRemove deprecated methods
2008-05-22  Stefan NeisLinker fix for non-PM builds.
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-05-22  Vadim Zeitlinadd back wxChoice::DoGetBestSize() removed by the previ...
2008-05-22  Vadim Zeitlinadded wxDateTime::SetFrom/GetAsMSWSysTime() (#9161)
2008-05-21  Václav Slavíkfixed compilation with DirectFB 0.9
2008-05-21  Robert RoeblingAdded InsertColumn( pos, col ), some reformating
2008-05-20  Stefan Csomormake independent from carbon
2008-05-20  Julian SmartCOnversion of some common font names to current platform
2008-05-20  Stefan Csomorallows resetting color of text to black, closes #4826
2008-05-19  Robert RoeblingMissing header
2008-05-18  Vadim Zeitlinuse GtkComboBox instead of deprecated GtkOptionMenu...
2008-05-17  Vadim Zeitlin(blind) fixes for PCH-less build after r53626
2008-05-17  Vadim Zeitlinfix gcc warnings about not calling the base class ctors...
2008-05-17  Vadim Zeitlinallow loading wxAnimationCtrl contents from stream...
2008-05-17  Vadim Zeitlinadded language info for Northern Sami (patch 1964036)
2008-05-17  Vadim Zeitlinnative wxBitmapComboBox implementation for MSW (patch...
2008-05-17  Julian SmartFixed common style collection and superscript/subscript...
2008-05-17  Václav SlavíkwxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
2008-05-17  Stefan NeisFixed wxWindowOS2::Reparent.
2008-05-16  Stefan NeisEnsure that wxApp::Yield is always processing pending...
2008-05-16  Robert RoeblingOption for variable line heights (MSW and GTK+ sofar)
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-05-15  Robert Roebling[ 1960295 ] wxWeakRef - Reorganization and comments
2008-05-12  Vadim Zeitlinadd wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAG...
2008-05-11  Vadim Zeitlinmake GetUsageString() public, this is useful at least...
2008-05-11  Paul Cornettprevent crash if panel/kicker is killed, bug 1872724
2008-05-11  Vadim Zeitlintake const wxConfig object in wxDocManager::FileHistory...
2008-05-11  Vadim Zeitlininclude wx/timer.h for wxUSE_GUI==0 now that timers...
2008-05-11  Vadim Zeitlinshow resize grip on resizeable dialogs (slightly modifi...
2008-05-11  Bryan PettyReplaced @returns with @return for more standard comman...
2008-05-10  Paul Cornettremove extra semicolons, correct virtual access
2008-05-10  Paul Cornettnon-pch build fixes, after r53535
2008-05-10  Francesco Montorsigive a name to the unnamed enum to make it easier to...
2008-05-10  Francesco Montorsireplace use of 'long/int bitmapType' with 'wxBitmapType...
2008-05-09  Václav Slavíkfixed wxMac compilation after ShowWithEffect() changes...
2008-05-08  Vadim Zeitlinextracted wxWrapSizer in separate files and somewhat...
2008-05-08  Václav Slavíkchanged ShowWithEffects() to use directional wxSHOW_EFF...
2008-05-08  Vadim Zeitlinadd wxSizer::SetDimension() overload taking wxPoint...
2008-05-08  Vadim Zeitlincorrect the signature of the overriden Reparent()
2008-05-08  Vadim Zeitlindon't override DoDrawSpline() under CE at all instead...
2008-05-08  Vadim Zeitlinfix confusion with (Do)DrawSplines() overloads; don...
2008-05-08  Vadim Zeitlindon't redeclare vsscanf() for Windows compilers, the...
2008-05-07  Vadim Zeitlinuse std::[w]string for wxString implementation unless...
2008-05-06  Robert Roebling[ 1957970 ] wxWeakRef - assign from other wxWeakRef
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-05-02  Vadim Zeitlinadd an assert indicating that old code overriding OnExe...
2008-04-30  Robert RoeblingAdded constructor to wxGCDC from wxPrinterDC
2008-04-29  Chris Elliottadd watcom define HAVE_VSSCANF_DECL (http://article...
2008-04-29  Julian SmartAdded a wxRichTextCtrl-specific caret implementation...
next