wxWidgets.git
2004-11-05  George TaskerUpdates to reflect changes in db.cpp member variables
2004-11-05  Stefan CsomorListbox fixes
2004-11-05  Ryan Nortonfix for [ 1060093 ] wxURI && wxStringBufferLength part...
2004-11-05  Jouk Jansen Committing in .
2004-11-05  Robin DunnSome support for parallelizing builds
2004-11-04  Václav Slavíkcompilation fix for GTK+ 2.0
2004-11-04  Włodzimierz... URL conditional and consistent intendation.
2004-11-04  Robin Dunnrpmbuild may not exist
2004-11-04  Robin DunnUse relative paths for inplace builds, it helps ccache
2004-11-04  Włodzimierz... URL test needs net lib.
2004-11-04  Robin DunnSet some minsizes
2004-11-04  George TaskerwxODBC changes logged
2004-11-04  George TaskerUnicode support added
2004-11-04  George TaskerUnicode support added
2004-11-04  George TaskerUnicode support
2004-11-04  Włodzimierz... Make internal type for ToAscii conversion written once...
2004-11-04  Włodzimierz... IsEmpty to empty change, warning fix to OW, whitespaces...
2004-11-04  Włodzimierz... Compare 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... Make temporary MSWUniv buildable and mark problem for...
2004-11-04  Václav Slavíkm_wakeUpTimerTag is not used anywhere, removed
2004-11-04  Ryan Nortonslightly nicer workaround for pickier compiler warning
2004-11-04  Włodzimierz... Line at the end to please warning generator aka GCC ;)
2004-11-04  Ryan Nortonremove hack since it doubly-draws focus rects
2004-11-04  Włodzimierz... Warning fix.
2004-11-04  Włodzimierz... 'Unused ...' warning fix.
2004-11-04  Włodzimierz... Do not mention MacOS usage in makefiles dedicated to...
2004-11-04  Włodzimierz... Fix to broken windows makefiles with ADV lib usage...
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-04  Jouk Jansen Committing in .
2004-11-04  Ryan Nortondll dec
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-03  Robert Roebling Forgot to commit header.
2004-11-03  Robin Dunnfix typos
2004-11-03  Robin Dunnbump RC number
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-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...
next