]> git.saurik.com Git - wxWidgets.git/history - src
update from Yuri Chornoivan
[wxWidgets.git] / src /
2007-06-12  Václav Slavíkmore STL fixes
2007-06-12  Václav SlavíkANSI/Unix build compilation fixes
2007-06-12  Václav SlavíkPCH-less compilation fix
2007-06-11  Julian SmartAdded a new overload of wxDecToHex and used it in wxRic...
2007-06-11  Václav Slavíkuse wxString argument and not wxChar* in wxHtmlParser...
2007-06-11  Václav SlavíkVC6 doesn't like 'return callToVoidFunc();' statements
2007-06-11  Václav SlavíkOS X compilation fix
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkfixed signed/unsigned comparison warning
2007-06-10  Václav SlavíkPCH-less compilation fix
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-06-09  Julian SmartFaster hex encoding
2007-06-09  Vadim Zeitlininitialize the variable as XtVaGetValues() may not...
2007-06-09  Vadim Zeitlingenerate disconnection event if recv() returns 0 in...
2007-06-09  Vadim Zeitlinfix custom draw bug for controls with only one column...
2007-06-09  Vadim Zeitlinfix SetProcessAffinityMask() prototype (was missing...
2007-06-09  Vadim Zeitlincancel dragging if Esc is pressed (patch 1733657)
2007-06-08  Václav Slavíkadded wxUniChar::AsUTF8() for easy conversion in UTF8...
2007-06-07  Robin DunnYielding from a non-gui thread needs to bail out, other...
2007-06-07  Julian SmartDon't insert a newline when we get text
2007-06-07  Václav Slavíkremoved unused glob.inc file
2007-06-06  Robert Roebling Added initial OS X implementation of the wxDataViewCtrl
2007-06-06  Václav Slavíkfixed wxScanf() etc. to compile with Visual C++ again
2007-06-05  Václav Slavíkdon't crash when using wxHtmlWidgetCell in wxHtmlListBox
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-06-04  Václav SlavíkwxSscanf() and friends are now Unicode+ANSI friendly...
2007-06-04  Václav Slavíkcompilation fix
2007-06-04  Vadim Zeitlinprovide overloads for all kinds of strings for wxDataFo...
2007-06-04  Václav Slavíkremoved unneeded wxVaCopy calls
2007-06-04  Václav Slavíkchanged wxLog::OnLog(String) to take wxString instead...
2007-06-04  Václav Slavíkchanged wxFileSelector() etc. functions to use wxString...
2007-06-03  Vadim Zeitlinmingw32 doesn't define _tsystem so provide one ourselve...
2007-06-03  Vadim Zeitlinadded raw RGB support and colour normalization to PNM...
2007-06-02  Václav Slavíkuse iterators in wxStaticText wrapping and escaping...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-06-02  Vadim Zeitlinenable non-top tabs workaround for Vista too (replaces...
2007-06-02  Vadim Zeitlinadded msw.font.no-proof-quality system option as it...
2007-06-02  Václav Slavíkimplemented wxMBConv::IsUTF8() helper for more classes...
2007-06-01  Vadim Zeitlinextract setting max length in wxGridCellTextEditor...
2007-06-01  Vadim Zeitlincompilation fix: wxColour::GetColor() returns const...
2007-06-01  Vadim Zeitlinsuppress warnings about void* to uint conversion losing...
2007-06-01  Vadim Zeitlinalso correct run-time check for gtk_message_dialog_form...
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
2007-05-30  Václav Slavíkuse wxString, not wxChar*, in wxDataFormat ctor and...
2007-05-30  Robert Roebling Experimenting with cell attributes.
2007-05-30  Robert Roebling Implement for selection code.
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íkwxGTK_CONV -> wxGTK_CONV_SYS
2007-05-30  Václav Slavíkput GtkArray into anonymous namespace, the name is...
2007-05-30  Václav Slavík1. removed useless GtkStr class, wxGTK_CONV is the...
2007-05-30  Robert Roebling Correct new_order index in RowsReordered().
2007-05-30  Václav Slavíkuse wxString instead of wxChar* in wxColour::Set/FromString
2007-05-29  Julian SmartGive the correct colour for notebook pages under Vista...
2007-05-29  Jouk Jansen OpenVMS build update
2007-05-29  Robert Roebling Invalidate best size after string change in wxChoice.
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-26  Robert Roebling Upport latest changes from 2_8 branch (print dialog
2007-05-26  Robert Roebling Correct GTK version check
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-26  Vadim Zeitlinfix typo: s/radion/radio/
2007-05-26  Robert Roebling Compilo.
2007-05-26  Stefan Csomormac complaining about const to non-const cast
2007-05-25  Robert Roebling Really don't do anything (including not setting the
2007-05-25  Julian SmartFix for previous patch
2007-05-25  Julian SmartMade toolbar background rebar-like on Vista. Solid...
2007-05-25  Vadim Zeitlincompilation fix for non-PCH build, include wx/wxchar.h
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 Zeitlindeal correctly with having too few items in wxFlexGridS...
2007-05-25  Vadim Zeitlinput #if wxUSE_FFILE && wxUSE_STREAMS around functions...
2007-05-25  Vadim Zeitlinadded wxMSW-specific wxEntryStart() overload taking...
2007-05-25  Vadim Zeitlinfix unreachable code warning in GetUntranslatedString()
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 Zeitlindon't create wxEventLoop in Initialize(), it's too...
2007-05-24  Vadim Zeitlininclude wx/wxcrtvararg.h needed for wxSscanf() when...
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-05-24  Vadim Zeitlindeclare wxFileSelectorDefaultWildcardStr to fix compila...
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  Vadim Zeitlinfix wxODCB_PAINTING_SELECTED not being always set ...
2007-05-23  Vadim Zeitlindon't crash in dtor if the dialog had never been shown...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
2007-05-22  Robert Roebling [ 1712381 ] CRASH: closing floating panel on GTK
2007-05-22  Robert Roebling [ 1721029 ] [GTK] memory leak in wxMenu
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-22  Vadim Zeitlinremove unused static function (avoids a warning about it)
2007-05-22  Vadim Zeitlinuse wxCoord with GetTextExtent(), not long (the long...
2007-05-22  Vadim Zeitlindon't compare wxList::compatibility_iterator with NULL...
2007-05-22  Vadim Zeitlinpass wxStrings directly to wxFAIL_MSG, there is no...
2007-05-22  Vadim Zeitlinadded wOnAssert(..., wxCStrData) overload to fix compil...
2007-05-22  Vadim Zeitlinremove GetStandardCmdLineOptions() which is not needed...
next