]> git.saurik.com Git - wxWidgets.git/history - src
fix broken links to File/DirName()
[wxWidgets.git] / src /
2006-12-09  Stefan Csomorfixing memory leaks (toolbartool not released) and...
2006-12-09  Paul Cornettfix for SetPosition/SetInsertionPoint when called durin...
2006-12-08  Paul Cornettre-enable blocking of wx idle events when assert dialog...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-08  Vadim Zeitlin1. don't assert if we're passed an empty defaultDir...
2006-12-08  Vadim Zeitlinuse MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8...
2006-12-07  Robert Roebling No longer break idle (and indeed all) event handling
2006-12-07  Paul Cornettbitwise vs. logical operator
2006-12-07  Paul Cornettstatic functions don't need an instance
2006-12-07  Paul Cornettcorrect access for virtual, declare variable only if...
2006-12-07  Paul Cornettremove redundant test
2006-12-07  Paul Cornettuse correct test
2006-12-07  Paul Cornettindentation fix
2006-12-07  Paul Cornettuse computed justification
2006-12-07  Paul Cornettunused variable
2006-12-07  Paul Cornettfix wrong parenthesizing of boolean expressions
2006-12-07  Paul Cornettminor cleanup
2006-12-07  Robin Dunnclip the bitmap to the size of the source DC in DoBlit...
2006-12-06  Vadim Zeitlinexplicitly call OnExit() in the ports which don't use...
2006-12-06  Kevin OllivierImplement SortItems for native OS X wxListCtrl to match...
2006-12-06  Robert Roebling I blindly believe that WinCE doesn't delete a
2006-12-06  Vadim Zeitlinwe don't need to include wx/url.h from the header,...
2006-12-06  Václav Slavíkuse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR...
2006-12-06  Vadim Zeitlindon't leave dummy extension in of.lpstrDefExt (bug...
2006-12-06  Kevin OllivierFix eating of key events (cleaner impl will come after...
2006-12-05  Robin DunnAdd wxGraphicsMatrix::Get
2006-12-05  Vadim Zeitlinuse #define instead of static const to avoid warnings...
2006-12-04  Vadim Zeitlinremoved a couple of useless #if wxUSE_UNICODE tests
2006-12-04  Vadim Zeitlinuncommented code in wxgtk_list_store_get_value() and...
2006-12-04  Vadim Zeitlinunused parameter warning fix after last change
2006-12-04  Vadim Zeitlinquick fix for TRACE_DND being undefined for compilers...
2006-12-04  Vadim Zeitlinfix a problem with (sometimes) editing an invalid item...
2006-12-04  Vadim Zeitlinfix (harmless) assert in virtual list control under...
2006-12-04  Vadim Zeitlinuse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all...
2006-12-04  Vadim Zeitlingive the file name in the error message about failed...
2006-12-04  Julian SmartAvoid generating two events on selection (when MSWComma...
2006-12-04  Vadim Zeitlinremoved wxGTK-specific 2 pixel border around the window...
2006-12-04  Vadim Zeitlinallow dynamically changing most of text control styles...
2006-12-04  Vadim Zeitlinremoved empty and unused CalculateScrollbar() method
2006-12-04  Vadim Zeitlinadded a small helper ToggleWindowStyle() function
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-12-04  Vadim Zeitlinadded the missing parameter to SetScrollbars() call...
2006-12-04  Vadim Zeitlinreplaced wxLogDebug with wxLogTrace in wxExecute()...
2006-12-04  Julian SmartUse font encoding
2006-12-04  Julian SmartAn attempt at fixing the Unicode conversion errors...
2006-12-04  Julian SmartAdded SetEncoding
2006-12-04  Jouk Jansen Committing in .
2006-12-04  Vadim Zeitlincreate mask from alpha channel if the bitmap has no...
2006-12-04  Vadim Zeitlinuse Remove(-1) instead of looping over all images manua...
2006-12-03  Michael WetherellCheck the size of the boolean type used by an external...
2006-12-03  Michael WetherellCheck for wxFS_READ in OpenFile.
2006-12-03  Vadim Zeitlinfix for assert which happened if the checkbox was clear...
2006-12-03  Vadim Zeitlinremoved the workaround for our SetWindowStyleFlag(...
2006-12-03  Vadim Zeitlindon't use SetWindowStyleFlag() in wxWindowBase::CreateB...
2006-12-03  Vadim Zeitlinfixed long standing bug with Fit() still showing the...
2006-12-03  Vadim Zeitlinsuppress warnings about double to short conversions...
2006-12-03  Vadim Zeitlindon't call fputs() with NULL buffer, it crashes
2006-12-03  Vadim Zeitlinadded a dummy return to GetItemState() to suppress...
2006-12-03  Vadim Zeitlinfixed gcc warning about size_t/src/common/dbgrid.cppi...
2006-12-03  Vadim Zeitlindon't show wxOnAssert() frame neither in the assert...
2006-12-03  Vadim Zeitlindon't show line numbers as 0 when they're not available...
2006-12-03  Vadim Zeitlinreplaced the button suppressing the assert dialog with...
2006-12-03  Stefan Csomorwe must turn off AA for XOR etc.
2006-12-03  Stefan Csomoradding raster op hook to graphics context (10.4 only...
2006-12-03  Stefan Csomorpaper size, duplex support
2006-12-03  Stefan Csomormissing reversed orientation assignments
2006-12-03  Stefan Csomoradding raster op hook to graphics context
2006-12-03  Vadim Zeitlinstop the rename timer when the current item changes...
2006-12-03  Vadim Zeitlinno changes, just de TABified
2006-12-03  Vadim Zeitlinbackported changes from gtk/window.cpp 1.679 and dnd...
2006-12-03  Julian SmartText style fix
2006-12-03  Paul Cornettbetter fix for keeping m_pos in sync
2006-12-03  Paul Cornettfix memory leak and performance problem in Freeze
2006-12-02  Vadim Zeitlinmore woodoo in DoGetBestSize() to get rid of tree borde...
2006-12-02  Vadim Zeitlinreset the old disabled image list even if there is...
2006-12-02  Vadim Zeitlinescape '<' in strings with Pango markup
2006-12-02  Robin DunnImplemented wxLocale::IsAvailable for unix systems
2006-12-01  Robin DunnEnsure that the listctrl takes the focus on left-click
2006-12-01  Kevin OllivierAllow wxGenericListCtrl to correctly handle Get/SetScro...
2006-12-01  Jouk Jansen Committing in .
2006-12-01  Julian SmartFix for newline breakage
2006-12-01  Julian SmartFixed insertion point bug
2006-12-01  Václav Slavíkimplemented wxFontEnumerator for wxDFB
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-30  Julian SmartCorrection to style code
2006-11-30  Robert Roebling [ 1604925 ] Fix loading MIME types for KDE
2006-11-29  Michael WetherellAdd a hack to allow an external jpeg library to still...
2006-11-29  Robert Roebling Blind fixes for FindItem() for the native OS X
2006-11-29  Robert Roebling Simpler version of [ 1604590 ] wxListCtrl::FindItem...
2006-11-29  Vadim Zeitlinfixed unused variable warning
2006-11-28  Robin DunnMake room for the focus ring to be visible on Mac.
2006-11-28  Michael WetherellRename boolean to wxjpeg_boolean to avoid conflicts.
2006-11-28  Kevin OllivierFix one-off error in virtual wxListCtrl.
2006-11-28  Michael WetherellRename boolean to wxjpeg_boolean to avoid conflicts...
2006-11-28  Benjamin Williamsadded wxAuiNotebook::Split(); hooked up wxAuiMDIParentF...
2006-11-28  Julian SmartAdded wxAuiNotebook::GetPageText, GetPageBitmap
2006-11-28  Kevin OllivierFix SetItemCount bug with adding items, a blind fix...
2006-11-28  Kevin OllivierPropagate key up events to the wxGenericListCtrl parent...
2006-11-27  Robert Roebling [ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp
2006-11-27  Robert Roebling Compile fix of no backtrace() is present.
next