removed extra semicolons (patch #1700459; fixes compilation with gcc's -pedantic...
[wxWidgets.git] / src /
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-04-14  Stefan Csomorcleaning up problems after string changes
2007-04-14  Vadim Zeitlineven controls with transparent background should draw...
2007-04-13  Vadim Zeitlinfix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
2007-04-13  Vadim Zeitlinimplement support for right-aligned/centered items...
2007-04-13  Robert Roebling Correctly handle ENTER for cell activation.
2007-04-12  Václav Slavíkinitial version of UTF-8 strings representation (still...
2007-04-12  Václav Slavíkmoved vararg handling code in wxMessageOutput to single...
2007-04-12  Vadim Zeitlinremoved the code to manually send wxNavigationEvents...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-12  Vadim Zeitlinmodify the listbox item in place instead of deleting...
2007-04-12  Robin DunnAdjust output dir for wxPython file
2007-04-11  Robin DunnDon't use hidden items for size calc (patch 1698314)
2007-04-11  Stefan Csomorcompile guard
2007-04-11  Vadim Zeitlinadd aglUpdateContext() call (doesn't seem to change...
2007-04-11  Vadim Zeitlinforward declare wxDC (fixes wxMotif compilation)
2007-04-11  Václav Slavíkfixed another place where wxString was used as bool
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-11  Vadim Zeitlinadded our own implementation of strto[u]ll() if the...
2007-04-10  Vadim Zeitlinsend selection events when Ctrl-clicking an item repeea...
2007-04-10  Václav Slavíkdon't crash if (char*)c_str() is used twice in a row...
2007-04-10  Vadim ZeitlinBig wxGL classes refactoring/cleanup:
2007-04-10  Stefan Csomordon't change the case of extensions
2007-04-10  Stefan Csomoraccomodating to new files
2007-04-10  Stefan Csomorneeds threads...
2007-04-10  Stefan Csomorcorrecting include style
2007-04-10  Stefan Csomorfixing refcounting for embedded native controls
2007-04-10  Vadim Zeitlincompilation fix after last commit
2007-04-09  Vadim Zeitlinreverted patch 1325857 (rev 1.561): it might have fixed...
2007-04-09  Vadim Zeitlintruncate the static box label to fit the control size...
2007-04-09  Vadim Zeitlinmake Enter/Return activate the default button (second...
2007-04-09  Vadim Zeitlindon't use Pango hack for drawing underlined text when...
2007-04-09  Vadim Zeitlindon't return the next line text from GetLineText()...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-04-09  Vadim Zeitlindon't overwrite the buffer if extending it failed
2007-04-09  Vadim Zeitlinundid signed/unsigned warning fix of rev 1.73 as the...
2007-04-09  Vadim Zeitlincompilation fix after last change
2007-04-09  Vadim Zeitlincompilation fixes after last commit
2007-04-09  Václav Slavíkremoved spurious semicolons
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2007-04-08  Vadim Zeitlindon't skip the scroll position validity check in CalcSc...
2007-04-08  Vadim Zeitlinpass 0, not NULL, to SendMsg() which takes long to...
2007-04-08  Vadim Zeitlinadded mouse wheel support (patch 1696082)
2007-04-08  Vadim Zeitlincompilation fix after last change
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-08  Vadim Zeitlinfix the problem with parsing HTML comments (closes...
2007-04-08  Václav Slavíkfix crash in ~wxString with global wxString objects...
2007-04-08  Vadim Zeitlinfix new wxHVScroll code to build with WXWIN_COMPATIBILI...
2007-04-08  Paul CornettChildren need to be updated in size_allocate even if...
2007-04-08  Vadim Zeitlincompilation fix for !USE_PCH (added missing wx/dc.h...
2007-04-08  Vadim ZeitlinThe great wxVScrolledWindow refactoring: allow using...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlinuse wxIconBundle::GetIconOfExactSize() instead of dupli...
2007-04-07  Vadim Zeitlinadded GetIconOfExactSize()
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't allocate m_refData unnecessarily
2007-04-07  Vadim Zeitlindon't crash when IsEmpty() is called on invalid bundle...
2007-04-07  Vadim Zeitlindon't use invalid wxIconBundles, it results in asserts...
2007-04-07  Vadim Zeitlindon't try to access empty wxIconBundle in gtk_frame_rea...
2007-04-07  Vadim Zeitlinfilter out bundles/packages when showing the open file...
2007-04-07  Vadim Zeitlinchoose the first extension by default, if several are...
2007-04-07  Vadim Zeitlindon't remove the tools we hadn't added to the toolbar...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-04-07  Vadim Zeitlinfix crash introduced in last commit (the correct item...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-04-07  Vadim Zeitlinadd support for resources forks in wxCopyFile() (modifi...
2007-04-07  Vadim Zeitlinsupport accelerators for buttons too (slightly modified...
2007-04-07  Vadim Zeitlinadded MacOpenURL() (patch 1235957)
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-07  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-07  Stefan NeisReplaced incorrect or inefficient usage of char_str...
2007-04-07  Vadim Zeitlindon't access the window after it had been deleted by...
2007-04-07  Václav SlavíkSTL build compilation fix
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Vadim Zeitlinsuppress warning about converting -1 to MenuItemIndex
2007-04-06  Stefan NeisBugfix (comparision vs. assignment).
2007-04-06  Stefan NeisAdded missing argument for DoGiveHelp.
2007-04-06  Vadim Zeitlincompilation fix: don't try to convert wxString to bool...
2007-04-06  Vadim Zeitlincompilation fix: don't try to convert wxString to bool...
2007-04-06  Vadim Zeitlincompilation fix: test correctly for filter string not...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-04-06  Stefan NeisRather use the "obvious" implementation of wxStaticText...
2007-04-06  Stefan NeisTentative implementation of wxStaticText::DoGetLabel().
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Vadim Zeitlinhandle child destruction notifications in wxTLW itself...
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisCompilation fix for wxCStrData handling.
2007-04-06  Stefan NeisOS/2 specific compilation fix for wxCStrData handling.
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-05  Vadim Zeitlinadded overloads taking pairs of const char/wchar_t...
2007-04-05  Václav Slavíkcompilation fix for previous commit
2007-04-05  Václav Slavíkprovide both const char* and const wchar_t* implicit...
2007-04-05  Robin DunnCompile fix for gcc on MSW
2007-04-05  Robin DunnPatch from FM with more bakefile tweaks and etc.
2007-04-05  Benjamin Williamsavoid assert in window list drop down
2007-04-05  Václav Slavíkcompilation fixes
2007-04-05  Vadim Zeitlinconstruct wxBasicString directly from wxString instead...
2007-04-05  Václav Slavíkmade wxString::Replace, Matches and Find work with...
next