]> git.saurik.com Git - wxWidgets.git/history - src
fixed initial size of a control with wxDefaultSize: due to SetSize() call in Create...
[wxWidgets.git] / src /
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.
2006-11-27  Kevin OllivierEnsure that InsertItem doesn't lead to a crash in virtu...
2006-11-27  Vadim Zeitlinavoid assert in DoGetBestSize() for an empty tree
2006-11-27  Vadim Zeitlincache the best size in overridden DoGetBestSize()
2006-11-27  Vadim ZeitlinNUL terminate the string in UngetWriteBuf(len) (bug...
2006-11-27  Vadim Zeitlinfixed missing initialization of line variable in InitFr...
2006-11-27  Vadim Zeitlinreplaced assert in wxPrintfConvSpec::ReplaceAsteriskWit...
2006-11-27  Vadim Zeitlinensure that image data is always freed by using wxON_BL...
2006-11-27  Włodzimierz SkibaWarning fixes and source cleaning.
2006-11-27  Michael WetherellCheck for G_FILENAME_ENCODING=@locale case insensitively.
2006-11-27  Włodzimierz SkibaCast adjusted to expected integer range.
2006-11-27  Kevin OllivierImplement SetItemState for native virtual listctrl.
2006-11-26  Julian SmartDon't apply bounding box adjustment when using generic...
2006-11-26  Julian SmartAdded DnD guard
2006-11-26  Vadim Zeitlincompilation fix for BCC 5.5: use IsSameAs() instead...
2006-11-26  Václav Slavíkdestroy IDirectFBWindow in wxTLW dtor
2006-11-26  Robert Roebling [ 1603286 ] make wxMessageDialog Gnome HIG conform...
2006-11-26  Robert Roebling [ 1601396 ] Fix copy of empty wxXmlDocuments
2006-11-26  Benjamin Williamsselection bug fixed in wxAuiNotebook
2006-11-26  Benjamin WilliamswxAuiNotebook minor tab art interface cleanups
2006-11-26  Mattia Barbon Use 1 as true and "" as false, not the opposite.
2006-11-26  Julian SmartStyles now sorted alphabetically
2006-11-26  Robin DunnMore layout tweaks for wxComboCtrl on Mac
2006-11-26  Robin DunnAdded DrawComboBoxDropButton and DrawPushButton to...
2006-11-25  Robin Dunnuse sizes from the HIG for the best height of the Combo...
2006-11-25  Julian SmartFix tree size calculation by using logical item position
2006-11-25  Chris Elliottfix missing int return type
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-25  Vadim Zeitlinadded wxWindow::GetWindowBorderSize()
2006-11-25  Vadim Zeitlinmove wxIsDragResultOk out of line to avoid problems...
2006-11-25  Julian SmartDon't allow zero size for clipping region, or wxX11...
2006-11-25  Julian SmartAdded missing include for FILE
2006-11-24  Benjamin Williamsanother notebook event fix
2006-11-24  Chris Elliottfix for bakefile and autoconf changes
2006-11-24  Robert Roebling Actually use new GTK+ native assert dialog.
2006-11-24  Robert Roebling Commit FM's GTK+ native assert dialog code.
2006-11-24  Robert Roebling Override SetLogicalOrigin and SetDeviceOrigin in...
2006-11-24  Vadim ZeitlinFixed bug in wxCalendarCtrl::HitTest() when clicking...
2006-11-23  Benjamin Williamsprep flags, code indentation
2006-11-23  Vadim Zeitlinlimit TLW size to display size in wxSizer::Fit() instea...
2006-11-23  Václav Slavíkcorrectly render titlebars for TLWs with wxCAPTION...
2006-11-23  Vadim Zeitlinmoved some wxMimeTypeCommands methods into .cpp file...
next