wxUSE_XRC implies wxUSE_XML now
[wxWidgets.git] / src /
2004-09-23  Václav SlavíkwxUSE_XRC implies wxUSE_XML now
2004-09-23  Włodzimierz SkibaSmartphone native look and feel.
2004-09-23  Robin DunnMade wxGTK's wxEventLoop::IsRunning a little more consi...
2004-09-22  Ryan NortonwxUSE_XML and wxUSE_XRC build fixes if expat is not...
2004-09-22  Robert Roebling Small fix for tabbing into wxListBox.
2004-09-22  Ryan NortonOnly include/build pnghand if the user builds the png...
2004-09-22  Ryan NortonFix aggregate has a partly bracketed Unmatched initiali...
2004-09-22  Ron LeeMove the WX_FLAVOUR variables to be defined generally...
2004-09-22  Robert Roebling Make radiobutton tab behaviour the same on MSW
2004-09-22  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-22  Jouk Jansen Committing in .
2004-09-22  Włodzimierz SkibaCorrect #if markup to spin-based controls handling.
2004-09-22  Włodzimierz SkibaWXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE.
2004-09-22  Włodzimierz SkibaWarning fix to unused variable.
2004-09-22  Włodzimierz SkibaAdjustement to the small display of Smartphones.
2004-09-21  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-09-21  Ron Leewx-config2.6
2004-09-21  Chris Elliottfix for gtk/mdi when changing menubars
2004-09-21  Włodzimierz SkibaSmartphone fix.
2004-09-21  Włodzimierz SkibaWinCE warning fix.
2004-09-20  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
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)
next