wxWidgets.git
2004-11-02  Jouk Jansen Committing in .
2004-11-02  David ElliottMetrowerks CodeWarrior IDE prefix and precompiled heade...
2004-11-01  Robert Roebling Adapted printing samples makefiles.
2004-11-01  Robert Roebling Added gprint.cpp to bakefiles.
2004-11-01  Robert Roebling Further compile fixes.
2004-11-01  Václav SlavíkOnGetItemText is const
2004-11-01  Robin DunnIncrement RC number
2004-11-01  Robin DunnUse a MessagePanel instead of a MessageDialog for sampl...
2004-11-01  Robert Roebling define EXTRALIBS_GNOMEPRINT
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  Robin DunnAvoid the IsVisible assert in GetNextVisible
2004-11-01  Julian SmartFixed bug in setting/getting value for wxComboBox....
2004-11-01  Julian SmartAdded missing functions and variable
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 ElliottRebake after MacOS CarbonLib additions
2004-11-01  Stefan Csomorswitching to defines not having a value for __WXMAC__
2004-11-01  David ElliottwxMac: Rearrange a few things and add support for Carbo...
2004-11-01  David ElliottUse PLATFORM_MACOS. PLATFORM_MAC is defined for OS...
2004-11-01  David ElliottHACK: Add PLATFORM_MACOS as an option
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  David ElliottAdded src/tiff/tif_apple.c when PLATFORM_MAC==1
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  Stefan NeisFixed "pragma interface" handling.
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íkthe position attribute is called 'pos', not 'position'
2004-10-31  Václav Slavíkadded 'icon' property to wxFrame and wxDialog in XRC
2004-10-31  Václav Slavíkcompilation fixes for gcc-3.4 + Unicode
2004-10-31  Václav Slavíkfixed spelling of -checkcurleybraces (patch #1054304)
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-31  Ron LeePatch from Paul Cornett, clean up side effects in obtai...
2004-10-31  Ryan NortonRename some tests to avoid conflicts with project build...
2004-10-30  Robin DunnPNG Alpha is working on wxGTK2 now too.
2004-10-30  Robin Dunntweak the path so ccache is found first on both build...
2004-10-30  Robin Dunnfixed typo causing a syntax error
2004-10-30  Robin DunnEnsure the first EVT_SIZE has happened before the first...
2004-10-30  Robin DunnRemove non-ascii characters
2004-10-30  Robin DunnUse wx.FULL_PAINT_ON_RESIZE
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 ElliottwxMac uses wxStandardPathsCF to mean wxStandardPaths...
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-30  Ryan Nortonmark incompat and depreciated changes for wxURL, add...
2004-10-30  Kevin HockBetter alphabetized the event handler macros
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 ElliottBuild the new cfstring stuff for both wxMac (as part...
2004-10-29  David ElliottMoved wxCFStringHolder and some other string functions...
2004-10-29  Robin Dunnversion number
2004-10-29  Robin DunnSet "rc1" in version
2004-10-29  Robin DunnUse $ on variables!!!
2004-10-29  Robin DunnDon't just assume that the metadata files will be found
2004-10-29  Robin DunnSave a reference to the async sound object
2004-10-29  Julian SmartUse Courier New instead of Courier, to avoid bad characters
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  Václav Slavíkcheck if conversion to UTF7 works
2004-10-29  Ryan NortonHandle invalid conversion slightly better, ecapsulate...
2004-10-29  Ryan NortonRemove erronues file
2004-10-29  Ryan Nortonadd some asserts for wxStringBufferLength
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  Robin DunnI think that going to the home page woudl be more user...
2004-10-28  Robin Dunnadd skipupload flag
2004-10-28  Robin DunnUse the wx.App.SetMac* static methods instead of the...
2004-10-28  Vadim Zeitlinfixed wxBU_EXACTFIT handling in wxBitmapButton (closes...
2004-10-28  Włodzimierz... Missed CanRead and correct type for Eof (bug #983978).
2004-10-28  Włodzimierz... Single section for variants of the same function so...
2004-10-28  Włodzimierz... Lack of label causes 'topicN' anchors in url and report...
2004-10-28  Włodzimierz... Borland warning fix.
2004-10-28  Włodzimierz... Warning fixes.
2004-10-28  Włodzimierz... Warning fix due to unsigned nature of wParam.
2004-10-28  Václav SlavíkFL's floating windows render borders themselves, don...
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  Václav SlavíkwxKeyEvent::m_uniChar must be copied by operator= too
next