]> git.saurik.com Git - wxWidgets.git/history - src
added unit tests for wxStringStreams
[wxWidgets.git] / src /
2004-09-19  Vadim Zeitlinadded wxStringOutputStream::TellO(); fixed bugs in...
2004-09-19  Vadim Zeitlinfixed bug with seeking beyond the end in wxStringInputS...
2004-09-19  Vadim Zeitlinadded wxStringStream classes
2004-09-19  Julian SmartCorrection for GTK+1
2004-09-19  Julian SmartGDK_WINDOW_TYPE_HINT_SPLASHSCREEN not available in...
2004-09-19  Vadim Zeitlincompilation fix for Borland
2004-09-19  Vadim Zeitlinrebaked to include latest modifications (mainly choiceb...
2004-09-19  Stefan NeisApplied patch #1023777 (Notebook initialisation).
2004-09-19  Vadim Zeitlindon't crash under GTK1 if we failed to get GdkFont...
2004-09-18  Robin DunnUnicode compilation fix
2004-09-18  Vadim Zeitlinkeep m_value in sync with real combobox value (set...
2004-09-18  Vadim Zeitlinadded wxSizerItem::Init()
2004-09-18  Vadim Zeitlinactive mode support for wxFTP (extremely heavily modifi...
2004-09-18  Vadim Zeitlinoops, compilation fix after moving code around
2004-09-18  Vadim Zeitlinuse 4K buffer instead of reading characters one by...
2004-09-18  Chris Elliottfix compile break for unknown FLASHWINFO
2004-09-18  Vadim Zeitlinconstruct brush used for painting disabled bitmap butto...
2004-09-18  Vadim Zeitlinfixed crash when closing window that contains STC ...
2004-09-18  Vadim Zeitlinfixed signature of wxTimerProc to be conformant to...
2004-09-18  Vadim Zeitlinfixed SetWindowStyleFlag() to not remove WS_VISIBLE...
2004-09-18  Vadim Zeitlincompilation fix
2004-09-18  Vadim Zeitlinreplaced wxLogLastError with an assert when checking...
2004-09-18  Vadim Zeitlincompilation fix
2004-09-18  Václav Slavíkmoving XRC to the core
2004-09-18  Václav Slavíkmoving XRC to the core
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-09-17  Vadim Zeitlinadded possibility to specify printer bin (patch 910272)
2004-09-17  Vadim Zeitlindo not call CopyIcon() in CloneRefData(), HICON is...
2004-09-17  Vadim Zeitlincompilation fix for wxUSE_THREADS == 0 && __WXDEBUG__...
2004-09-17  Vadim Zeitlinfixed rounding errors in variable status bar panes...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
2004-09-17  Włodzimierz SkibawxChoicebook follows wxListBook internal changes. Style...
2004-09-17  Vadim Zeitlinmade all Add/Insert/Prepend methods inline
2004-09-17  Vadim Zeitlinforward all wxSizer::Add/Prepend/Insert() to a virtual...
2004-09-16  Vadim Zeitlinfix for crash on 64 bit platforms (patch 1028942)
2004-09-16  Vadim Zeitlinuse wxFputs(), not fputs(), in Unicode mode under Unix...
2004-09-16  Vadim Zeitlinmake the label window visible (patch 1013447)
2004-09-16  Vadim Zeitlinmade wxListbook events more consistent with wxNotebook...
2004-09-16  Vadim Zeitlinfix for wxJoystick when not calling SetCapture() (patch...
2004-09-16  Vadim Zeitlindon't assert if Update(m_maximum) is called twice ...
2004-09-16  Vadim Zeitlinsmoother time estimation updates in wxProgressDialog...
2004-09-16  Robin DunnA change similar to that in Bug #837902 to correct...
2004-09-16  Vadim Zeitlinfixes for harmless mingw32 warnings
2004-09-16  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-09-16  Włodzimierz SkibaWarning fix (unused value assignment).
2004-09-16  Włodzimierz SkibawxChoicebook generic implementation.
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-09-14  Vadim Zeitlinallow to use any window, not just wxFrame, as wxLogFram...
2004-09-14  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-09-14  George TaskerClearMemberVar() did not correctly handle columns defin...
2004-09-13  Włodzimierz SkibaSource cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE...
2004-09-13  Włodzimierz SkibaRecursive wxSizer::Show for subsizer and return value...
2004-09-13  Stefan Csomorsearching for wxToolBar parent only for kEventMouseMove...
2004-09-12  Vadim Zeitlinonly define operator<<(wchar_t) in Unicode build
2004-09-12  Stefan Csomoradded GetMenu Support for MENU_OPEN
2004-09-12  Vadim Zeitlincompilation fix after last commit
2004-09-12  Vadim Zeitlinfixed VC6 compilation
2004-09-12  Václav Slavíkmerged libpng-1.2.7 to HEAD (1.2.6 contained serious...
2004-09-12  Václav SlavíkThis commit was generated by cvs2svn to compensate...
2004-09-12  Václav SlavíkInitial revision
2004-09-12  Stefan Csomortoolbartool has to send events to parent for tooltips...
2004-09-11  Vadim Zeitlintypo in last commit
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-11  Vadim Zeitlindeprecated SetToTheWeek() and GetWeek(); added and...
2004-09-11  Vadim Zeitlinfixed GetWeekOfYear() for first/last week in some cases...
2004-09-11  Vadim Zeitlinfixed CopyFromBitmap() for shared wxIcon objects by...
2004-09-11  Vadim Zeitlinadded a missing delete which resulted in a small memory...
2004-09-11  Vadim Zeitlindefault MB -> WC conversion under Win32 now fails if...
2004-09-11  Vadim Zeitlinoverload operator<<() for wchar_t too (if applicable...
2004-09-11  Stefan CsomorNO_DEFAULT support added
2004-09-11  Stefan Csomorsupport for sys-opted window variant
2004-09-10  Vadim Zeitlinmake background colour apply to choice/combobox dropdow...
2004-09-10  Włodzimierz SkibaSome unnecessary wxUSE_MFC occurences removed following...
2004-09-10  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-09  Robin DunnFor editors and renderers the type registry takes prece...
2004-09-09  Włodzimierz SkibaSource cleaning: TRUE/true, FALSE/false, whitespaces...
2004-09-09  Vadim Zeitlincompilation fix for VC6 (closes 1025093)
2004-09-09  Włodzimierz SkibaCorrect positioning of the entry text dialog.
2004-09-09  Włodzimierz SkibaWinCE fixes.
2004-09-08  Włodzimierz SkibaSource cleaning: whitespaces, tabs, TRUE/true, FALSE...
2004-09-08  Vadim Zeitlinunregister GL windows classes on program termination...
2004-09-08  Włodzimierz SkibaWarning fix.
2004-09-08  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-08  Włodzimierz SkibaFixes and source cleaning for WinCE.
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-09-07  Jouk Jansen Committing in .
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-09-05  Václav Slavíkadded all IDs
2004-09-05  Ron LeeGTK Combobox and Listbox aren't realized until actually
2004-09-04  Václav SlavíkwxArtProvider fix
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-09-04  Włodzimierz SkibaSpelling fixes [#1017001], source cleaning.
2004-09-03  Václav SlavíkMBCS and IM fixes (patch 1016292)
2004-09-03  Robin DunnSince it is documented, changed GetOrCreateCellAttr...
2004-09-03  Robin DunnCheck for m_peer != NULL in Freeze and Thaw
2004-09-03  Robin DunnFixed incorrect clipping region on wxGTK
next