]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-07-25  Vadim Zeitlininvalidate selection when deleting the page changes...
2004-07-25  Vadim Zeitlinuse wxWindowDisabler instead of ShowModal() for showing...
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlinbetter Finnish translations (patch 993051)
2004-07-25  Vadim Zeitlinimplemented moving the dialog (patch 996448)
2004-07-25  Dimitri Schoolwerthconverted char * references to wxChar *
2004-07-25  Vadim Zeitlindon't define _CRTDBG_MAP_ALLOC as it is apparently...
2004-07-25  Vadim Zeitlindon't include wx/wxprec.h from the headers (patch 993136)
2004-07-25  Vadim Zeitlindc.h shouldn't include itself (patch 992933)
2004-07-25  Dimitri Schoolwerthtypo fix
2004-07-25  Dimitri Schoolwerthadded shortcut functions AddSpacer and AddStretchSpacer...
2004-07-25  Vadim Zeitlinfixed header include guard position (patch 992443)
2004-07-25  Vadim Zeitlindon't assign the same normal value for all the other...
2004-07-25  Vadim Zeitlinupdate the caret bitmap size in EVT_SIZE (patch 990361)
2004-07-25  Vadim Zeitlincorrected assert in wxSocket::Initialize()
2004-07-25  Vadim Zeitlinunused param warnings fixes
2004-07-25  Vadim Zeitlinadded status bar fields styles support (patch 988292)
2004-07-25  Vadim Zeitlinfixed flushing of secondary log target in wxLogChain...
2004-07-25  Vadim Zeitlinfixed wxList copy ctor (patch 985473)
2004-07-25  Vadim Zeitlincompilation fix for a patch which didn't compile...
2004-07-25  Vadim Zeitlincompilation fix after last commit
2004-07-25  Vadim Zeitlinremoved #pragma interface without matching #pragma...
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 SetPath() test
2004-07-25  Vadim Zeitlinadded and documented SplitVolume() and GetPathTerminato...
2004-07-25  Vadim Zeitlinadded wxFileName test
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 Zeitlinadded IsFrozen() (part of patch 925808)
2004-07-25  Vadim Zeitlinuse BS_RIGHT for right-aligned controls (patch 945460)
2004-07-25  Vadim Zeitlinrewrote this page to look like all the others; added...
2004-07-25  Vadim Zeitlintypos in comments
2004-07-25  Vadim ZeitlinwxGTK/Cygwin fix (patch 914565)
2004-07-25  Vadim Zeitlinuse Unix path separators under Cygwin
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-25  Vadim ZeitlinGTK2 fixes (patch 966803)
2004-07-25  Vadim Zeitlindocs for Change/GetMode(s) (patch 966312)
2004-07-25  Vadim Zeitlintided up the code a little (replaces part of patch...
2004-07-25  Václav Slavíkdocumentation fixes
2004-07-24  Vadim Zeitlincompilation fix for !MSW
2004-07-24  Václav SlavíkwxSound wasn't in alphabetically correct place
2004-07-24  David ElliottIncorporated gsocket.c 1.80 to 1.86 changes
2004-07-23  Robin DunnreSWIGged
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  Robin DunnFixed typo
2004-07-23  Vadim Zeitlinunhide the other HitTest() overload
2004-07-23  Dimitri Schoolwerthadding missing closing bracket
2004-07-23  Robin DunnWrapper for new HitTest
2004-07-23  Robin DunnFix for unhiding the other version of the base class...
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  Vadim Zeitlincosmetic change
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  Włodzimierz... wxUSE_STATLINE fixes.
2004-07-23  Włodzimierz... wxUSE_STL fixes.
2004-07-23  Vadim Zeitlincompilation fix for gcc (closes bug 996701)
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  Robin DunnChanged to match wxPython's current subrelease number
2004-07-23  Włodzimierz... wxUSE_STL/wxArrayString fixes.
2004-07-23  Włodzimierz... Correct definition of sorting function.
2004-07-23  Vadim Zeitlinadded wxSUBRELEAS_NUMBER and macro to check for it
2004-07-23  Vadim Zeitlinfixed ShowModal() return value typo
2004-07-23  Włodzimierz... wxUSE_BUTTONBAR removed.
2004-07-23  Włodzimierz... wxUSE_STL fixes.
2004-07-23  Włodzimierz... wxUSE_STL fix.
2004-07-23  Włodzimierz... Simplified html reading because previous one caused...
2004-07-23  Włodzimierz... wxUSE_STATLINE fixes.
2004-07-23  Robin DunnDefault value for WX_CONFIG
2004-07-23  David ElliottRevert my id10t error.
2004-07-22  David ElliottFix compilation with older (before C99) C compilers.
2004-07-22  Robin DunnJust to be sure...
2004-07-22  Robin DunnAlso don't send set focus events when the window is...
2004-07-22  Włodzimierz... wxUSE_STATLINE fix.
2004-07-22  Włodzimierz... wxUSE_STATLINE fix.
2004-07-22  Václav Slavíkfixed symlinks creation on platforms where ln -s is cp
2004-07-22  Włodzimierz... wxUSE_STATLINE fix.
2004-07-22  Mattia Barbon Added compatibility functions for wxUSE_STL = 1:
2004-07-22  Włodzimierz... wxUSE_STL fixes.
2004-07-22  Włodzimierz... wxUSE_STL fixes.
2004-07-22  Włodzimierz... wxUSE_STATLINE fix.
2004-07-22  Robin DunnPatches from Will Sadkin:
2004-07-22  Włodzimierz... Removed unused variable.
2004-07-22  Robin DunnInstall headers to the new location, use the new wx...
2004-07-22  Robin DunnNo longer have to hold a reference to the sound object
2004-07-22  Robin DunnFix so sound looping will stop, courtesy of Ryan Norton.
next