Added a customisable formatting dialog for wxRichTextCtrl. Control the
[wxWidgets.git] / src /
2006-10-08  Julian SmartAdded a customisable formatting dialog for wxRichTextCt...
2006-10-08  Julian SmartAdded a symbol selection dialog, with optional font...
2006-10-08  Julian SmartAdded option to set style from style listbox when single
2006-10-08  Julian SmartSupport for characters below 32 (not supported as text or
2006-10-08  Julian SmartUse paragraph's attributes for paragraph-related styles...
2006-10-08  Julian SmartDon't use double buffering on platforms that do it...
2006-10-08  Julian SmartAdded paragraph symbol font (Get/SetSymbolFont in attri...
2006-10-08  Vadim ZeitlinUnicode compilation fix
2006-10-08  Vadim Zeitlinrebaked with aboutdlg.* files
2006-10-08  Vadim Zeitlinadded GTK+ 2.6 implementation of wxAboutBox
2006-10-08  Julian SmartAdded missing image.h header
2006-10-08  Vadim Zeitlinadded native Mac implementation of wxAboutBox(); also...
2006-10-08  Vadim Zeitlinuse wxSTRINGIZE_T instead of _T(wxSTRINGIZE())
2006-10-08  Vadim Zeitlinuse wxSTRINGIZE instead of redefining a special STRINGI...
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-10-08  Robin Dunnreturn values of overloaded virtuals should match the...
2006-10-08  Robin DunnOverride CreateItem so wxListBox can turn its notificat...
2006-10-08  Vadim Zeitlinuse the main frame icon if no icon is explicitely specified
2006-10-08  Vadim Zeitlininitial implementation of wxAboutBox()
2006-10-08  Vadim Zeitlinfixed VC warning about unreachable code
2006-10-07  Paul Cornettsmall cleanup
2006-10-07  Paul Cornettsome cleanup, and plug a few small holes
2006-10-07  Robert Roebling Not everything has to be virtual.
2006-10-06  Vadim Zeitlinfix for handling from Francesco
2006-10-06  Robert Roebling Return toolbars "own" GdkWindow, required among
2006-10-06  Robin Dunnmore informative assert message
2006-10-06  Paul Cornettmake pixbuf/alpha handling more coherent in gtk wxBitma...
2006-10-06  Paul Cornettdon't invert mono bitmaps in Rescale
2006-10-06  Robert Roebling Implemended column header mouse clicks.
2006-10-06  Robin DunnAllow the native toolbar to have more han one button...
2006-10-06  Robin DunnApplied second part of patch #1570448, use the device...
2006-10-05  Robin DunnPart of patch# 1570448, use dwRop for StretchBIBits too
2006-10-05  Jamie GaddNeed to update the bg brush when the first page is...
2006-10-05  Robert Roebling Added sort order and alignement for column headers.
2006-10-05  Mattia Barbon Fix buffer overrun in Linux/x86_64 (Pixel is a 64...
2006-10-05  Robert Roebling Add support for bitmaps in headers.
2006-10-05  Robert Roebling[ 1560785 ] wxFileName::IsReadable/Writable/Executable
2006-10-05  Włodzimierz SkibaWarning fixes and TODO markup for easier finding by...
2006-10-04  Vadim Zeitlinhonour wxBU_EXACTFIT in wxToggleButton (patch 1567892)
2006-10-04  Vadim Zeitlinfixed off by 2 error in HasPage() (patch 1562871)
2006-10-04  Vadim Zeitlinfix the length passed to wxMB2WC (replaces patch 155443...
2006-10-04  Vadim Zeitlincorrected date in header; removed extra wx/wxprec.h...
2006-10-04  Vadim Zeitlinupdated copyright year, s/wxWindows/wxWidgets/
2006-10-04  Vadim Zeitlinfixed unused var warning
2006-10-04  Robert Roebling Add row activated event.
2006-10-04  Robert Roebling Fix warning for unknown menu stock id.
2006-10-04  Robin DunnAvoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES...
2006-10-04  Robin DunnBakefile changes for building the graphics context...
2006-10-03  Robin DunnWrap module in #if wxUSE_GRAPHICS_CONTEXT
2006-10-03  Robin Dunnfix parameter type
2006-10-03  Robin DunnAvoid ambigous overload errors
2006-10-03  Paul Cornettuniv build fix
2006-10-03  Robert Roebling More selection work in GTK+ version.
2006-10-03  Stefan Csomorfixes for non precompiled headers
2006-10-03  Stefan Csomorcairo implementation
2006-10-03  Stefan Csomoradding alpha to gtk colour
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-10-03  Robert Roebling Renamed wxDataViewCell to wxDataViewRenderer since the
2006-10-03  Vadim Zeitlinmake wxSemaphore::Post() return wxSEMA_OVERFLOW as...
2006-10-03  Robert Roebling Implemented GetSelection() and GetSelections().
2006-10-03  Vadim Zeitlinavoid flicker in methods which don't change listbox...
2006-10-03  Vadim Zeitlinfixes for compilation with wxUSE_XXX==0 and some other...
2006-10-03  Vadim Zeitlinfix wxFilesystem compilation if wxUSE_FFILE is 0 but...
2006-10-03  Paul Cornettdon't set negative window size
2006-10-03  Paul Cornettheader cleanup
2006-10-03  Robert Roebling Added event skeletons, defines, event ids..
2006-10-03  Robert Roebling Added selection API.
2006-10-03  Robert Roebling Replaces size_t with unsigned int in wxDataViewCtrl...
2006-10-02  Kevin OllivierRemove the ability to sort by column in virtual wxListC...
2006-10-02  Vadim Zeitlinadded wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
2006-10-02  Robert Roebling Always set colormap for PangoContext. This silences...
2006-10-02  Stefan Csomormaking virtual lists faster by not sorting items
2006-10-02  Stefan Csomorfirst stab at the selection iterator
2006-10-02  Paul Cornettlistctrl header cleanup
2006-10-02  Paul Cornettbuild fix
2006-10-02  Robin DunnDon't cache the best size until we get a non-zero value...
2006-10-02  Stefan Csomorworkaround for GDIPlus conversion errors, adding wxMask...
2006-10-02  Julian SmartUse wxIsalnum to test for word delimiters
2006-10-02  Julian SmartCompilo fix
2006-10-02  Włodzimierz SkibaFixed crash caused by A=B?C:D used for returning wxObje...
2006-10-02  Vadim Zeitlinfix VC warning about incorrect dll linkage of wxDataVie...
2006-10-02  Włodzimierz SkibaDon't test size_t for positive only values (warning...
2006-10-02  Włodzimierz SkibawxVariant support needs wx/icon.h earlier.
2006-10-02  Paul Cornettput grid string in generic/grid.cpp, not common/datacmn.cpp
2006-10-02  Włodzimierz SkibawxVariant support for icon and bitmap should work regar...
2006-10-02  Włodzimierz SkibaTinderbox build fix.
2006-10-02  Włodzimierz SkibaWarning fixes after char->wxChar in wxVariant.
2006-10-02  Paul Cornettuse unsigned for display count
2006-10-01  Robert Roebling Removed some irritating flags.
2006-10-01  Vadim Zeitlinregenerated after wx/cpp.h addition
2006-10-01  Julian SmartAdded rich text buffer clipboard support.
2006-09-30  Robert Roebling Several wxBitmapDataCell changes.
2006-09-30  Robert Roebling Missed these in the char -> wxChar change.
2006-09-30  Robert Roebling Move wxVariant support for GDI classes to their
2006-09-30  Václav Slavíkclean DFB event buffer on shutdown
2006-09-30  Vadim Zeitlinoffset the text correctly inside the item rect in DrawI...
2006-09-30  Vadim Zeitlindraw solid focus rectangle in mono theme and don't...
2006-09-30  Stefan Csomorinvert clockwise flag correctly
2006-09-30  Robert Roebling Added DECLARE_VARIANT_OBJECT macros for easy conversion
2006-09-30  Václav Slavíkfixed another typo in pen/brush style validation
next