]> git.saurik.com Git - wxWidgets.git/history - src
added DoCreate/Load/SaveDocument() (patches 983570 and 983571)
[wxWidgets.git] / src /
2004-07-25  Vadim Zeitlinadded DoCreate/Load/SaveDocument() (patches 983570...
2004-07-25  Vadim Zeitlinadded GetHeaderValue() (patch 974427)
2004-07-25  Vadim Zeitlindon't crash if we delete the item being edited (replace...
2004-07-25  Vadim Zeitlinunselect previously selected items in SetSelection...
2004-07-25  Vadim Zeitlincorrected Center() for cases when client display rect...
2004-07-25  Vadim Zeitlinadded and documented SplitVolume() and GetPathTerminato...
2004-07-25  Vadim Zeitlinsupport for alpha channel in toolbars (patch 949843)
2004-07-25  Vadim Zeitlincheck better before overwriting files (patch 951868)
2004-07-25  Vadim Zeitlindocumented how to use sockets in non-main thread (patch...
2004-07-25  Vadim Zeitlindon't set SO_REUSEADDR by default; added GSocket_SetReu...
2004-07-25  Vadim ZeitlinFindItem() implementation (patch 950021)
2004-07-25  Vadim Zeitlinfixed Freeze/Thaw() for wxCombobox (patch 925808)
2004-07-25  Vadim Zeitlinuse BS_RIGHT for right-aligned controls (patch 945460)
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-25  Vadim Zeitlintided up the code a little (replaces part of patch...
2004-07-24  David ElliottIncorporated gsocket.c 1.80 to 1.86 changes
2004-07-23  Vadim Zeitlingenerate EVT_CONTEXT_MENU when right mouse button is...
2004-07-23  Vadim Zeitlinshow the cursor on screen after moving it
2004-07-23  Vadim Zeitlindon't crash if WriteText() argument can't be converted...
2004-07-23  Vadim Zeitlinimplemented ScrollLines/Pages() for GTK+ 2
2004-07-23  Vadim Zeitlinfixed inserting styled text into an empty control under...
2004-07-23  Vadim Zeitlindon't modify all wxBitmaps sharing the same wxBitmapRef...
2004-07-23  Vadim Zeitlinimplement HitTest(pos) variant and not HitTest(x, y...
2004-07-23  Robin DunnAvoid an assert in wxFrame::SetTitle
2004-07-23  Vadim Zeitlinimplemented HitTest() for GTK2; test it in the sample
2004-07-23  Václav Slavíkchanged to behave in same way as native win32 control...
2004-07-23  Václav Slavíkdocumented while event.Skip() is necessary so that...
2004-07-23  Václav Slavíkreverted JS' rev. 1.27 - the real fix was 1.28, disabli...
2004-07-23  Włodzimierz SkibawxUSE_STL/wxArrayString fixes.
2004-07-23  Włodzimierz SkibaCorrect definition of sorting function.
2004-07-22  David ElliottFix compilation with older (before C99) C compilers.
2004-07-22  Robin DunnAlso don't send set focus events when the window is...
2004-07-22  Mattia Barbon Added compatibility functions for wxUSE_STL = 1:
2004-07-22  Włodzimierz SkibaRemoved unused variable.
2004-07-22  Robin DunnFix so sound looping will stop, courtesy of Ryan Norton.
2004-07-22  Włodzimierz SkibawxUSE_STATLINE fix.
2004-07-22  Vadim Zeitlinreimplemented wxBitmap::ConvertToImage() using wxDIB
2004-07-22  Włodzimierz SkibaAlternate form of condition readable for Borland compiler.
2004-07-22  Vadim Zeitlinadded wxDIB(HBITMAP) ctor and corresponding Create...
2004-07-22  Václav Slavíkuse sizers instead of constraints in wxProgressDialog...
2004-07-22  Václav Slavíkdon't select first hit in index if it is multi-topic...
2004-07-22  Václav Slavíkinstall headers in prefix/include/wx-version/wx/ instea...
2004-07-22  Robin DunnFix so async wxSound can continue playing after it...
2004-07-22  Robin Dunn39 items is awfully big
2004-07-22  Robin DunnwxSOUND_SYNC is zero so it can't be used in a
2004-07-21  Robin DunnIf no colour name then use "BLACK"
2004-07-21  Robin DunnCall CreateControl instead of CreateBase
2004-07-21  Vadim Zeitlinpretend that we support all encodings instead of not...
2004-07-21  Robin DunnFixed incorrect ratio initialization
2004-07-21  Robin DunnSet m_wheelDelta for wheel events
2004-07-21  Stefan Csomorryan's QT implementation
2004-07-21  Vadim Zeitlincompilation fix
2004-07-21  Vadim Zeitlinimplemented wxNativeFontInfo::operator=() when wxUSE_PA...
2004-07-21  Vadim Zeitlincreate the disabled button brush if we're not using...
2004-07-21  Stefan Csomorfirst attempt for full screen implementation
2004-07-21  Stefan Csomorfirst attempt for full screen implementation
2004-07-21  Vadim Zeitlinput the write end of the pipe in non blocking mode...
2004-07-21  Stefan Csomoronly on mouse-down
2004-07-20  Vadim Zeitlindon't suppose that all 32bpp DIBs have alpha, this...
2004-07-20  Vadim Zeitlindon't waste time initializing the memory of newly creat...
2004-07-20  Vadim Zeitlincompilation warning about printf type mismatch
2004-07-20  Vadim ZeitlinAddFile(wxImage&) -> AddFile(const wxImage&)
2004-07-20  Vadim Zeitlinfix for opening files with VC++ 8 (closes bug 994337)
2004-07-20  Włodzimierz SkibawxUSE_LOG fixes.
2004-07-20  Stefan Csomor10.2 fixes
2004-07-20  Stefan Csomorbackground handling
2004-07-20  Vadim Zeitlinadded DoPrepareDC()
2004-07-20  Stefan Csomorfixing best size to really include only 5 lines
2004-07-20  Stefan Csomorcorrecting window variant
2004-07-20  Stefan Csomorfor built-in dialogs, there is no m_peer instance,...
2004-07-20  Stefan Csomortrying to support non-wx controls on a window
2004-07-20  Stefan Csomorexplicit scrollbar style flags needed
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-20  Stefan Csomorcorrected cwd manipulation for unicode builds
2004-07-20  Stefan Csomorremoved mpthread and added thread.cpp and tglbutton.cpp
2004-07-20  Stefan Csomorcorrected copied headers
2004-07-19  Kevin OllivierFixed display issues for Panther now that wxTextCtrl...
2004-07-19  Robin DunnHandle terminating NULL correctly
2004-07-19  Stefan Csomorswitching to correct name as Tiger doesn't have the...
2004-07-19  Włodzimierz SkibaFixed typo.
2004-07-19  Włodzimierz SkibaGetItemCount is int.
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-07-19  Vadim Zeitlincompilation fix for wxUSE_THREADS == 0
2004-07-19  Stefan Csomorstring constants unicode savvy
2004-07-18  Kevin OllivierCorrect slider width when labels are used.
2004-07-18  Vadim Zeitlinuse wxLogTrace(htmldebug) instead of wxLogDebug() for...
2004-07-17  Robin DunnUse DeafultAttributes instead of hard coded defaults
2004-07-17  Julian SmartDon't show focus rectangle if wxNO_BORDER specified
2004-07-17  Václav Slavíkremoved accidentally committed debugging code
2004-07-17  Václav Slavíkuse corrent charset for page title in ANSI builds
2004-07-17  Václav Slavíkmore GTK2+ANSI fixes
2004-07-17  Václav SlavíkwxTLW::IsMaximized for wxGTK2 (patch 992743)
2004-07-17  Julian SmartEnsure we don't get an empty help menu on Mac
2004-07-17  Václav Slavíkfixed TABs handling
2004-07-16  Václav Slavíkadded wxXRC_NO_RELOADING
2004-07-16  Robin DunnFixed typo and increased the size of the cache used...
2004-07-16  Robin DunnAllow any too-large index to mean Append, just like...
2004-07-16  Václav Slavíkdon't use deprecated function wxUslepp
2004-07-16  Václav Slavíkadded wxHtmlWindow::ToText
next