]> git.saurik.com Git - wxWidgets.git/history - src
compile db sample conditionally only if odbc support was built
[wxWidgets.git] / src /
2003-09-28  Vadim Zeitlinreverted strange and IMO unnecessary OFN_OVERWRITEPROMP...
2003-09-28  Mattia Barbon MinGW compilation fixes.
2003-09-28  Vadim Zeitlinadded 3-state checkboxes (patch 813790)
2003-09-27  Vadim ZeitlinUnicode fix
2003-09-27  Vadim Zeitlinfixed bug in wxDisplay::GetFromPoint() when Xinerama...
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-27  Vadim Zeitlinsuppress compiler warning about uninit var
2003-09-27  Vadim Zeitlinmade UTF-16/32 equivalent to the corresponding LE/BE...
2003-09-27  Vadim Zeitlinmerged wxDisplayModeInfo and wxVideoMode in a single...
2003-09-27  Vadim Zeitlinfix for handling (Shift-)Ctrl-Tab when the notebook...
2003-09-27  Vadim Zeitlinminor fix for wxSlider sizing (patch 809202)
2003-09-27  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlinupdate height of the header window whenever it changes
2003-09-26  Vadim Zeitlinmake it possible to give focus to the notebook itself...
2003-09-26  Vadim Zeitlinfixed code for swapping rect corners if out of order...
2003-09-26  Vadim Zeitlinadded wxGzipIOStreams (patch 792932)
2003-09-26  Vadim ZeitlinwxZlibStreams fixes; allow them to be used as deflate...
2003-09-26  Vadim Zeitlinfixes to radio button handling (patch 803360)
2003-09-26  Vadim Zeitlinalways return length of the string, *not* size of the...
2003-09-26  Vadim Zeitlinfix SetFocus() in wxDialog-derived class ctor (which...
2003-09-26  Vadim Zeitlindon't do anything non trivial (like creating wxFontMapp...
2003-09-26  Vadim Zeitlinfixed (recently reintroduced) activation bug when the...
2003-09-26  Julian SmartClean up event hash tables in a timely fashion
2003-09-25  Vadim Zeitlincompilation fixes after making wxFontRefData private...
2003-09-25  Vadim Zeitlininitialize hidden window class name with NULL
2003-09-24  Robin Dunn#ifdef update for the old SWIG
2003-09-24  Vadim Zeitlinadded stabs for missing wxNativeFontInfo methods when...
2003-09-24  Vadim Zeitlingcc warning fix
2003-09-24  Vadim ZeitlinGetFilenames() always returned a single file only
2003-09-24  Vadim Zeitlinfixed spurious debug message when right clicking outsid...
2003-09-24  Vadim Zeitlinfinally reverted patch 782947 completely, it is broken...
2003-09-24  Vadim Zeitlinattempt to fix timers when creating them with a valid...
2003-09-24  Vadim Zeitlincompilation fix for BCC
2003-09-24  Chris Elliottfix digitalmars bug (ambiguous symbol)
2003-09-24  Vadim Zeitlincompilation fix after GetNativeFontInfo() change
2003-09-24  Vadim Zeitlinundid accidental change to assert in Start() during...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-23  Robin DunnAllow derived classes to prevent default focus handling...
2003-09-23  Robin DunnFixes in focus handling related to the AutoComplete...
2003-09-23  Vadim Zeitlinfix for Unix compilation
2003-09-23  Julian Smartchar -> wxChar
2003-09-23  Mattia Barbon Use glcanvas.cpp from wxX11 for wxMotif.
2003-09-23  Vadim Zeitlinfixed MarkDirty()
2003-09-23  Vadim Zeitlinfixed compilation problems with platforms where wchar_t...
2003-09-23  Julian SmartFixed bug [ 756485 ] wxDateTime::ParseTime fails with...
2003-09-23  Julian SmartFixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLay...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Vadim Zeitlinfixed bug in DeleteEntry()
2003-09-22  Vadim Zeitlinmore wxMBConv classes cleanup, define wxConvLibc to...
2003-09-22  Vadim Zeitlinmade Convert() methods const
2003-09-22  Vadim Zeitlinadded UTF-16/32-[LB]E conversions; got rid of wxCharact...
2003-09-22  Vadim Zeitlincleanup: derive wxGauge from wxGaugeBase; removed redun...
2003-09-22  Vadim Zeitlincompilation fix (part of patch 810484)
2003-09-22  Vadim Zeitlinfix for crash when using user-dashed lines (patch 801663)
2003-09-22  Jouk Jansen Committing in .
2003-09-22  Vadim Zeitlinsupport full 32bit range in wxGauge
2003-09-22  Chris Elliottfix for gtk swapped colors
2003-09-22  Vadim Zeitlinadded wxOwnerDrawn::SetOwnerDrawn() and SetDisabledBitm...
2003-09-22  Vadim Zeitlinadded conversions to/from UTF 16/32 LE/BE (patch 809685)
2003-09-22  Stefan NeisAdded AppTraits for starting/ending a thread.
2003-09-21  Vadim Zeitlinset event object for wxContextMenuEvent (patch 797697)
2003-09-21  Vadim Zeitlintrying to fix race conditions. double deletions and...
2003-09-21  Stefan NeisSwitched over to using wxEventLoop.
2003-09-21  Vadim ZeitlinIsVisible() shouldn't return true if item is out of...
2003-09-21  Stefan NeisAdded #include "wx/encinfo.h" as needed.
2003-09-21  Vadim Zeitlincompilation fix
2003-09-21  Vadim Zeitlincompilation fix
2003-09-21  Vadim Zeitlindon't return & in strings returned by GetLabelTop(...
2003-09-21  Vadim Zeitlincheck the radio buttons when they get focus (closes...
2003-09-21  Vadim ZeitlinUnicode compilation fix (patch 81006)
2003-09-21  Julian SmartDon't assert when Clear() is called, better to ignore it
2003-09-21  Vadim Zeitlingenerate standard mini dumps instead of writing our...
2003-09-20  Vadim Zeitlinmemory leak fixes in file dialogs (patch 783812)
2003-09-20  Vadim ZeitlinwxHTTP::GetResponse() added (patch 794394)
2003-09-20  Vadim Zeitlincorrected TAB order of wizard buttons (patch 800935)
2003-09-20  Julian SmartShould be able to use the DC in OnPrepare without gener...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-09-20  Vadim Zeitlinremoved mark #pragmas
2003-09-20  Vadim Zeitlinfixed cleanup order to behave correctly in presence...
2003-09-20  Vadim Zeitlincall OnExit() even if an exception has been thrown...
2003-09-20  Vadim Zeitlincompilation fix for xlc
2003-09-20  Vadim Zeitlinmade globals static to avoid linking problems
2003-09-20  Vadim Zeitlindon't use wx/scopeguard.h for OpenWatcom compatibility...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-20  Vadim ZeitlinUnicode compilation fix (bug 809707)
2003-09-19  Vadim Zeitlin(blind) compilation fix after recent KeywordSearch...
2003-09-19  Vadim Zeitlinfixed bug in wxCSConv(encoding) ctor (which I just...
2003-09-19  Vadim Zeitlinuse wxCSConv instead of Win32 API
2003-09-19  Robin DunnCheck wxSIZE_ALLOW_MINUS_ONE for x and y too.
2003-09-19  Vadim ZeitlinwxTextCtrl::GetValue() lost (replaced with question...
2003-09-19  Vadim Zeitlinadded wxCSConv ctor taking wxFontEncoding
2003-09-19  Mattia Barbon Compilation fix for wxUSE_DRAG_AND_DROP==0.
2003-09-19  Robin DunnPrevent possible divide by zero problem
2003-09-19  Robin DunnPatch #809286 and a couple other minor changes to the...
2003-09-19  Robin DunnRegenerated some contrib makefiles
2003-09-19  Vadim Zeitlinfix for generating set/kill focus events for wxRadioBox...
2003-09-19  Julian SmartAdded SQLTCHAR for non-Windows platforms, and added...
next