]> git.saurik.com Git - wxWidgets.git/history - src
Updates to reflect changes in db.cpp member variables
[wxWidgets.git] / src /
2004-11-05  Stefan CsomorListbox fixes
2004-11-05  Ryan Nortonfix for [ 1060093 ] wxURI && wxStringBufferLength part...
2004-11-04  Václav Slavíkcompilation fix for GTK+ 2.0
2004-11-04  George TaskerUnicode support
2004-11-04  Włodzimierz SkibaMake internal type for ToAscii conversion written once...
2004-11-04  Włodzimierz SkibaIsEmpty to empty change, warning fix to OW, whitespaces...
2004-11-04  Włodzimierz SkibaCompare and assign wxChars to wxChar instead char local...
2004-11-04  Václav Slavík(hopefully) fixed race condition in installing idle...
2004-11-04  David ElliottTabs to spaces
2004-11-04  David ElliottMoved duplicated wxMac/wxCocoa code into src/mac/corefo...
2004-11-04  Włodzimierz SkibaMake temporary MSWUniv buildable and mark problem for...
2004-11-04  Ryan Nortonslightly nicer workaround for pickier compiler warning
2004-11-04  Ryan Nortonremove hack since it doubly-draws focus rects
2004-11-04  Włodzimierz SkibaWarning fix.
2004-11-04  Włodzimierz Skiba'Unused ...' warning fix.
2004-11-04  Václav Slavíkdon't add empty image to tabs
2004-11-04  Ryan Nortonwxstringbufferlen stl fixup
2004-11-04  Ryan Nortonwxdocmpnocase fixup
2004-11-03  Václav Slavíkmade it possible to customize wxGenericDirCtrl, such...
2004-11-03  Robert Roebling Added printing images.
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-11-02  Robert Roebling Corrected typo in font scaling code.
2004-11-02  Robert Roebling Applied patch to show title bar changes
2004-11-02  Robert Roebling Some more printing code to clear most of
2004-11-02  Stefan CsomorwxMax instead of max, former is always around
2004-11-02  Stefan Csomorcorrecting allocated buffer size
2004-11-02  Stefan Csomoradded corefoundation and base classes
2004-11-02  Jouk Jansen Committing in .
2004-11-02  Jouk Jansen Committing in .
2004-11-01  Robert Roebling Further compile fixes.
2004-11-01  Robert Roebling Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
2004-11-01  Ryan Nortonrewrite core foundation conversion to be efficient...
2004-11-01  Ryan Nortonwarning fix for 10.2
2004-11-01  Julian SmartFixed bug in setting/getting value for wxComboBox....
2004-11-01  Robert Roebling Added possibility to select a printer reported
2004-11-01  Robert Roebling wxListCtrl::InsertItem() ignored the column.
2004-11-01  David ElliottDeclare namespace std {} before using namespace std...
2004-11-01  David ElliottWork around the fact that Metrowerks (CW 8.3) and Apple...
2004-10-31  David Elliott#include "wx/settings.h" wxSystemSettings is needed...
2004-10-31  Robert Roebling Moved the wxPageSetupDialogData <-> native conversion
2004-10-31  David ElliottDo not use framework includes in CFM builds.
2004-10-31  Stefan NeisRemoved debug output.
2004-10-31  Stefan NeisNewest version of script(s) for creating DLLs - now...
2004-10-31  Ryan Nortonbecause gcc is dumb and can't tell the difference betwe...
2004-10-31  Robert Roebling Moved print dialog data conversion code
2004-10-31  Robert Roebling Small change to ease Mac transition to common
2004-10-31  Robert Roebling Copyright notice.
2004-10-31  Václav Slavíkadded 'icon' property to wxFrame and wxDialog in XRC
2004-10-31  Ryan Nortonnote broken code, cast hack to fix warning on pickier...
2004-10-31  Ryan Nortonfix const error on sane (not msvc) compilers
2004-10-30  Ryan Nortonrestore ConvertToValidURI to prev. version for bw compa...
2004-10-30  Ryan Nortonsolution to wxMBConv stuff - make a seperate XX2XX...
2004-10-30  Václav Slavíkusability improvement: set focus to text control so...
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) thinks that it cannot compare...
2004-10-30  David ElliottCodeWarrior (8.3 mwcc) can't figure out that it needs...
2004-10-30  David ElliottDeclare namespace std {} before using namespace std...
2004-10-30  David ElliottFixed compilation with precompiled headers.
2004-10-30  David ElliottCodeWarrior dislikes #include <> syntax for in-tree...
2004-10-30  David ElliottMake wxString::WorstEncodingCase take a const wxMBConv&
2004-10-29  Ryan Norton[ 1054664 ] Implementation of wxMBConvUTF7 (Heavily...
2004-10-29  David ElliottAdded wxStandardPaths for wxMac and wxCocoa.
2004-10-29  Ryan NortonAdd wxString::WorstEncodingCase, other various cleanups
2004-10-29  David ElliottBuild src/mac/corefoundation/cfstring.cpp and src/commo...
2004-10-29  Ryan Nortonsomewhat modded [ 1056879 ] use wxURI::Unescape vs...
2004-10-29  David ElliottMoved wxCFStringHolder and some other string functions...
2004-10-29  Ryan Nortonhave wxbuiltin wxmbconvutf7 return -1 (error) not 0...
2004-10-29  Ryan NortonHandle bad conversions correctly. Add Bad UTF8 test.
2004-10-29  Ryan NortonHandle invalid conversion slightly better, ecapsulate...
2004-10-29  Ryan NortonRemove erronues file
2004-10-28  Ryan Nortonincrease worst case for UTF8 to *4
2004-10-28  Ryan Nortonincrease worst case to *4 for UTF8, switch a memcpy...
2004-10-28  Vadim Zeitlinundid last change to wxBitmapButton::GetBestSize()...
2004-10-28  Ryan NortonwxURL - doc cleanups, depreciated more methods, more...
2004-10-28  Vadim Zeitlinfixed wxBU_EXACTFIT handling in wxBitmapButton (closes...
2004-10-28  Włodzimierz SkibaBorland warning fix.
2004-10-28  Włodzimierz SkibaWarning fixes.
2004-10-28  Włodzimierz SkibaWarning fix due to unsigned nature of wParam.
2004-10-28  Václav Slavíkfixed wxTextCtrl::EmulateKeyPress to work in Unicode...
2004-10-28  Vadim Zeitlintemp compilation fix for wxMac
2004-10-28  Ryan NortonUse proper wxURI unescape instead of old way
2004-10-28  Ryan Nortonfinal wxURI API changes. Changed Get to BuildURI to...
2004-10-28  Ryan NortonInherit wxURL from wxURI, providing assignment, copy...
2004-10-28  Vadim Zeitlinminor cleanup: don't use bool parameters, don't typedef...
2004-10-27  Vadim Zeitlinwe don't have to call png_set_error_fn() any more after...
2004-10-27  Vadim Zeitlinuse wx_png_error/warning when calling png_create_read...
2004-10-27  Robert Roebling Removed Pango homemade implementation and
2004-10-27  Ryan NortonwxURI. Move Convert/to/fromURI into uri.cpp so that...
2004-10-27  Vadim Zeitlindon't preselect the first item if the array with the...
2004-10-27  Julian SmartNow possible to compile with wxURL disabled
2004-10-27  Julian SmartGTK+1 doesn't have gtk_window_set_type_hint
2004-10-27  Vadim Zeitlindon't abort if a shared library can't be loaded under...
2004-10-27  Stefan Csomorsetting the invoking window added to two other wxMenuBa...
2004-10-27  Robert Roebling Added initial support for GNOME printing.
2004-10-27  Robert Roebling Moved "enablePrint" setting around.
2004-10-27  Ryan NortonUse wxStringBufferLength instead of wxXCharBuffer in...
2004-10-27  Stefan Csomorfixes angle calculation (on mac ALWAYS clockwise)
2004-10-27  Robin DunnThe old workaround for the 1-Jan-1970 bug still failed...
2004-10-27  Robin DunnReturn from DoDrawSpline without doing anything (like...
2004-10-27  Robin Dunnavoid crash if active_child_frame is not set yet
2004-10-27  Robin DunnEnsire that m_value is updated when SetSelection is...
next