]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-02-07  Vadim Zeitlindon't change the control width when adjusting the heigh...
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-02-07  Vadim Zeitlindon't give error messages if ws2_32.dll is not availabl...
2004-02-07  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS == 0
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlinmultiple fixes to wxChoice/wxCombobox height getting...
2004-02-07  Dimitri SchoolwerthLive resizing is OS X only.
2004-02-07  Stefan NeisHandle separators in menus correctly.
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim ZeitlinwxBufferedDC changes
2004-02-07  Vadim Zeitlindocumented wxBuffered[Paint]DC
2004-02-07  Vadim Zeitlinfiles for LaTeX 2e compilation
2004-02-07  Vadim Zeitlinmade it possible to preserve background when using...
2004-02-07  Vadim Zeitlinmade wxFFile a bit more safe: don't crash when Tell...
2004-02-07  Vadim Zeitlindocumeneted Error()
2004-02-07  Vadim Zeitlintrying to speed up wxExecute(SYNC) -- by adding sleep...
2004-02-07  Vadim Zeitlinminor cleanup (patch 876248)
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim ZeitlinDigital Mars compilation warnings and Unicode fixes...
2004-02-07  Vadim Zeitlinrespect xsrc, ysrc parameters in DoBlit() (patch 733961)
2004-02-07  Vadim Zeitlinbetter leak error reporting using VC CRT (patch 828250)
2004-02-07  Vadim Zeitlinremoved inclusion of malloc.h (part of patch 828250...
2004-02-07  Vadim Zeitlinshow first item added with InsertItem() correctly ...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-07  Vadim Zeitlinadded wsock32.lib (patch 880683)
2004-02-07  Vadim Zeitlinadded numdlg.h and generic/numdlgg.h
2004-02-07  Vadim Zeitlinmade wxNumberEntryDialog public; extracted it and wxGet...
2004-02-07  Vadim Zeitlinconsume less CPU while waiting for thread to terminate...
2004-02-07  Vadim Zeitlinfix for memory leaks (patch 885242)
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-07  Vadim Zeitlinreplaced ASSERT in wxEvtHandler::ProcessPendingEvents...
2004-02-07  Vadim Zeitlintrying to make comments readable again after their...
2004-02-07  Vadim Zeitlinfixed wxIsctrl/wxIscntrl confusion (modified patch...
2004-02-07  Vadim Zeitlinfixed the mess (nested C/C++ comments) intorduced by...
2004-02-07  Stefan Csomoradding textencoding for classic
2004-02-07  Robin DunnPut the wxMemoryBuffer typemaps back
2004-02-06  Robin DunnCorrected parameter names
2004-02-06  Robin DunnProblem fixed, removed comments about it
2004-02-06  Robin Dunnstc module updates for the new Scintilla
2004-02-06  Robin DunnFix wxArrayString and wxArrayInt typemaps so they can...
2004-02-06  Robin DunnUse Bind
2004-02-06  Robin Dunncorrect some compile warnings and errors
2004-02-06  Stefan Csomorfixing notebook icons for panther
2004-02-06  Robin DunnStart out with the line numbers not shown.
2004-02-06  Stefan Csomorconditional compilation for compositing
2004-02-06  Stefan Csomorcorrecting a missing redraw area on certain resize...
2004-02-06  Stefan Csomorreverting part of Kevin O's patch, due to incompatibili...
2004-02-06  Robin DunnCall Finalise.
2004-02-06  Robin Dunnrebaked the wxSTC makefiles
2004-02-06  Robin DunnCorrect export declarations
2004-02-06  Robin DunnUpdated Scintilla to version 1.58
2004-02-05  Václav SlavíkwxMGL fixes (patch #884758)
2004-02-05  Václav Slavíkmakefiles update
2004-02-05  Václav Slavíkapplied patch 744616: WXRC extension for automated...
2004-02-05  Vadim Zeitlindon't call Init() twice when dialog is created in 2...
2004-02-05  Václav Slavíkmoved wxClientData to wxcore
2004-02-05  Vadim Zeitlinremoved wxTE_HT_XXX constants which are now in wx/textc...
2004-02-05  Václav Slavíkrestored wxPluginLibrary::ms_classes handling code...
2004-02-05  Robin DunnreSWIGged
2004-02-05  Robin DunnSome ifdef's to correct compile problems on wxMac
2004-02-05  Robin DunnDon't send the wxWindowCreateEvent immediately
2004-02-05  Robin DunnreSWIGged
2004-02-04  Robin DunnreSWIGged
2004-02-04  Robin DunnOther little docs tweaks, and added HTML versions
2004-02-04  Robin DunnYou can now make menu items without IDs
2004-02-04  Robin DunnDon't use a default button.
2004-02-04  Robin DunnwxTextCtrl::HitTest
2004-02-04  Robin DunnAdded bool typemap so Py_True and Py_False are returned...
2004-02-04  Robin DunnUsing a -1 (wxID_ANY) for menu or toolbar item IDs...
2004-02-04  Robin Dunnfix for SEARCH_LIB so libs can still be found in the...
2004-02-04  Václav Slavíkautoconf_inc.m4 was corrupted as well, fixed
2004-02-04  Václav Slavíkfixed bug #890430, parameter documented twice
2004-02-04  Vadim Zeitlinupdated with the latest sources
2004-02-04  Julian Smart2.5.1, not 2.5.2
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-04  Julian SmartReverted last change (use of regex) that broke eVC4...
2004-02-04  Vadim Zeitlinlook for Motif 2.1 headers before Motif 1.2 ones
2004-02-04  Vadim Zeitlinlook for libs under /usr/lib64 and /usr/X11R6/lib64...
2004-02-04  Václav Slavíkblind attempt to fix wxMac compilation (__UNIX__ define...
2004-02-04  Robin DunnUpdated note about wxWANTS_CHARS
2004-02-04  Robin DunnAlso allow key events for Shift-Tab when wxWANTS_CHARS...
2004-02-03  Robin DunnDecorator classes are no longer needed
2004-02-03  Robin DunnAdded a typecheck typmap for wxString
2004-02-03  Robin DunnwxWave --> wxSound
2004-02-03  Robin DunnAdded export decl
2004-02-03  Robin DunnTake advantage of the new ctors accepting a wxArrayString
2004-02-03  Robin DunnUse a compatible bitmap if a depth of -1 is given
2004-02-02  David Elliott* GetValue() now returns true if the state is undetermined
2004-02-02  Dimitri SchoolwerthUpdated (c)-year to 2004.
2004-02-02  Václav Slavíkconfigure got corrupted somehow, regenerated
2004-02-02  Václav Slavíkdocumented new API
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav SlavíkwxWave->wxSound, Unix wxSound improvements
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav Slavíkrenamed wxWave to wxSound; compatibility fixes
2004-02-02  Václav Slavíkhopefully better description of GetSocketGUIFunctionsTa...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound; compatibility fixes
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
next