]> git.saurik.com Git - wxWidgets.git/history - src
correct wxDirExists() parameter type (closes 1220417)
[wxWidgets.git] / src /
2006-10-24  Włodzimierz SkibaPCH support.
2006-10-24  Julian SmartFix incorrect comparison
2006-10-24  Paul Cornettcorrect deletes
2006-10-24  Julian SmartAdded missing header
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartTypo correction
2006-10-24  Julian SmartCompile fixes
2006-10-24  Julian SmartAdded creation of printer DC to printer factory.
2006-10-24  Julian SmartAdded GetTempDir
2006-10-24  Włodzimierz SkibaBlind Tinderbox build fix according to simiar usage...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-24  Vadim Zeitlinreset the internal flags at the end of DoSetValue(...
2006-10-24  Włodzimierz SkibaWarning fix.
2006-10-24  Włodzimierz SkibaVerify wx/filefn.h can be placed as first header in...
2006-10-24  Paul Cornettstatic class variable needs a definition
2006-10-24  Paul Cornettnon-pch build fixes
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-10-24  Kevin OllivierUse the same selection highlight and text colors as...
2006-10-23  Vadim Zeitlindon't use static objects containing bitmaps, this almos...
2006-10-23  Vadim Zeitlinuse wxBitmap object as m_buffer and not a pointer to...
2006-10-23  Vadim Zeitlinmoved wxCollapsiblePane files to adv library
2006-10-23  Michael WetherellRename WX[F]FILE_LARGEFILE to wxHAS_LARGE_[F]FILES.
2006-10-23  Vadim Zeitlindon't update the size of a maximized TLW, whatever...
2006-10-23  Vadim Zeitlindon't show licence pane if there is no licence text
2006-10-23  Robin DunnUsed wxConstCast where needed, fixed other compile...
2006-10-23  Robin Dunnadded missing default ctor
2006-10-23  Robin DunnUse wxGTK_CONV to fix compile error when building in...
2006-10-23  Robin DunnAdd collpane headers to files.bkl, and also collpaneg...
2006-10-23  Robert Roebling[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK
2006-10-23  Julian SmartAdded GetTempDir
2006-10-23  Václav Slavíkdon't disable caret blinking on non-MSW platforms
2006-10-23  Włodzimierz SkibaPCH build fix.
2006-10-23  Michael WetherellAdded wxBackingFile and wxBackedInputStream.
2006-10-23  Michael WetherellwxFileName::CreateTempFileName changes. Open the tempfi...
2006-10-23  Michael WetherellWarning fix for vc8, and move wxGetFileKind out of...
2006-10-23  Włodzimierz SkibaCorrect 'markup' for GetResourceHandle after recent...
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-23  Włodzimierz SkibaWarning fix.
2006-10-23  Włodzimierz SkibaRebaked makefiles after htmllistbox and collapsable...
2006-10-23  Stefan Csomoradding new constructors
2006-10-23  Paul Cornettnon-pch build fix
2006-10-22  Vadim Zeitlinavoid code duplication between the generic and GTK...
2006-10-22  Vadim Zeitlin1. We don't need GetTopLevelParent() here, we already...
2006-10-22  Vadim Zeitlinuse gtk_expander_new_with_mnemonic() instead of just...
2006-10-22  Vadim Zeitlincleanup (mainly wrapping lines to be < 80 chars); added...
2006-10-22  Vadim Zeitlininitial draft of wxCollapsiblePane (patch 1577412 by...
2006-10-22  Vadim Zeitlinthere is no need to convert wxArrayString to wxString...
2006-10-22  Vadim Zeitlinadded wxSimpleHtmlListBox (patch 1576109 by Francesco)
2006-10-22  Stefan NeisExtended #1560785 (wxFileName::IsReadable/Writable...
2006-10-22  Vadim Zeitlinsmall refactoring to avoid code duplication; renamed...
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-22  Stefan Csomoron demand creation of native CGContexts , so that pure...
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Stefan NeisReverted font breakage caused by changes in version...
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-22  Vadim Zeitlinmake install location autodetection work for executable...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-10-22  Stefan NeisApplied patch #1582212 (completed/fixed toolbar's wxTB_...
2006-10-22  Vadim Zeitlinrearranged wxUSE_XXX tests in alphabetical order for...
2006-10-22  Robin DunnAdd dcgraph.h to files.bkl and rebake
2006-10-21  Paul Cornettmove some definitions out of datacmn.cpp
2006-10-21  Robert Roebling Remove C++ dynamic cast for now.
2006-10-21  Paul Cornettnon-pch build fix
2006-10-21  Stefan NeisFixed port name used in #ifdef.
2006-10-21  Robert Roebling Fix warning.
2006-10-21  Vadim Zeitlinfix for tabs drawing in RTL (patch 1552881)
2006-10-21  Vadim Zeitlinadd some #if wxUSE_XXX (patch 1581470)
2006-10-21  Vadim Zeitlinfilter out duplicate date changed events sent by the...
2006-10-21  Vadim Zeitlinrestore the old status bar text when DoGiveHelp(false...
2006-10-21  Vadim Zeitlinload _TrackMouseEvent dynamically to make it possible...
2006-10-21  Vadim Zeitlindon't use GetFileAttributesEx() which doesn't exist...
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-21  Vadim Zeitlindon't allow switches (i.e. options without value) to...
2006-10-21  Robert Roebling[ 1581391 ] wxAnimationCtrl XRC handler
2006-10-21  Robert Roebling [ 1580776 ] wxAnimationCtrl::SetInactiveBitmap
2006-10-21  Vadim Zeitlin(blind) fix for Tru64 compilation (bug 769360)
2006-10-21  Stefan Csomoruntangling dc and gc
2006-10-21  Julian SmartAdded wxUSE_RICHTEXT guard
2006-10-21  Robin DunnAvoid nested DC assert
2006-10-21  Robin Dunnmore informative FAIL message
2006-10-21  Robin Dunnuse consistent names (Graphic vs. Graphics)
2006-10-21  Robin DunnForward SetFont, SetBackgroundColour and SetForegroundC...
2006-10-20  Vadim Zeitlinfix warnings (double to int conversions and unused...
2006-10-20  Stefan Csomorscreendc implementation
2006-10-20  Stefan Csomorsetting a non valid font is permitted, implemented now
2006-10-20  Stefan Csomorfixing the screen dc, non 64 bit solution however
2006-10-20  Stefan Csomorcreating graphics context with the correct origin
2006-10-20  Stefan Csomoroffsetting dcs correctly
2006-10-20  Stefan Csomormoving the offsets into dcclient.cpp so that native...
2006-10-20  Stefan Csomoroffseting the graphics context correctly
2006-10-20  Václav Slavíkfixed computation of status bar fields width if the...
2006-10-20  Vadim Zeitlinput #if wxUSE_STATBOX around wxStaticBox usage (bug...
2006-10-20  Stefan Csomormac methodname fixed, so all use the same now
2006-10-20  Julian SmartAdded the ability to use built-in bullet styles, curren...
2006-10-20  Stefan Csomorfixing classname
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-20  Stefan Csomordummy implementations for new methods
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomornew graphics context implementation
next