]> git.saurik.com Git - wxWidgets.git/history - src
initial implementation of wxAboutBox()
[wxWidgets.git] / src /
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
2006-09-30  Václav Slavíkfixed typos in pen/brush style validation
2006-09-30  Stefan Csomorenabling alpha on msw colour
2006-09-30  Stefan Csomorgdiplus implementation
2006-09-30  Stefan Csomoradding missing implementations
2006-09-30  Vadim Zeitlindon't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF...
2006-09-30  Robert Roebling Compilo.
2006-09-30  Robert Roebling Changed char to wxChar.
2006-09-30  Robert Roebling Applied ref-couting patch.
2006-09-30  Václav Slavíkdon't assert in wxDC::Blit() calls if the source rect...
2006-09-30  Václav Slavíkfixed incorrect computation of window's visible area...
2006-09-30  Kevin OllivierFix editing support.
2006-09-30  Kevin OllivierFixed sorting and commiting support for native virtual...
2006-09-29  Jamie GaddRe-enable WM_PRINTCLIENT handling code as it is needed...
2006-09-29  Stefan Csomorgraphics context implementation
2006-09-29  Václav Slavíksimplified #ifs around the code
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Włodzimierz SkibaBuild fix for !PCH builds.
2006-09-29  Václav Slavíkuse smaller statusbar margins in mono theme
next