wxWidgets.git
2006-10-21  Vadim Zeitlinremoved OnToolEnter() handler which interfered with...
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 Zeitlinalso define wxLstat for non-Unix platforms
2006-10-21  Vadim Zeitlinalso define wxLstat in ANSI build
2006-10-21  Vadim Zeitlinadded wxLstat() (one of patches from bug 1052385)
2006-10-21  Robert Roebling additions for animatectrl xrc sample.
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  Robert Roebling Compilo.
2006-10-21  Julian SmartAdded wxUSE_RICHTEXT guard
2006-10-21  Robin DunnSimplified EVT_PAINT handler
2006-10-21  Robin DunnDon't raise NotImplementedError from GetMark, just...
2006-10-21  Robin DunnSome API updates
2006-10-21  Robin DunnAvoid assert on wxMac
2006-10-21  Robin DunnwxMac apparently doesn't send EVT_SHOW, so just use...
2006-10-21  Robin DunnChange Refresh to Reset to avoid conflict with base...
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 Csomornew method needed for screendc
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  Stefan Csomoradding same methodname as gtk and msw
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
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-20  Stefan Csomornew graphics context implementation
2006-10-20  Stefan Csomoravoiding nesting dcs on the same window concurrently
2006-10-20  Stefan Csomorextending implementation
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Stefan Csomorreplacing old core graphics with new graphics context...
2006-10-20  Vadim Zeitlindefine bookctrl (and -derived) classes flags in their...
2006-10-20  Włodzimierz... Typo.
2006-10-20  Włodzimierz... Updated list of subprojects.
2006-10-20  Chris Elliottmissing backticks
2006-10-20  Włodzimierz... Updated list of subprojects.
2006-10-20  Włodzimierz... Whitespaces and headers cleaning.
2006-10-20  Stefan Csomorstart using wxGraphicsContext for OS X instead of old...
2006-10-20  Stefan Csomorcleaning up the runloop source properly (was causing...
2006-10-20  Paul CornettRemove unnecessary size members from GtkPizzaChild.
2006-10-20  Paul Cornettbuid fix
2006-10-19  Robin DunnwxPython 2.7.1.1
2006-10-19  Robin Dunnbump subrelease number
2006-10-19  Robin DunnreSWIGged
2006-10-19  Robin Dunnfixes for non-Mac platforms
2006-10-19  Robin DunnAdd the version number to the name displayed on the...
2006-10-19  Robin Dunnoverwrite old wx DLLs even if the version numbers match
2006-10-19  Robin Dunnensure that the MasedEditMixin's version of IsEmpty...
2006-10-19  Robin Dunndocstring fix
2006-10-19  Julian SmartAdded missing WXDLLIMPEXP_RICHTEXT symbol
2006-10-19  Julian SmartSpin control usage correction
2006-10-19  Vadim Zeitlinadded samples/internat/ar/* files
2006-10-19  Vadim Zeitlinupdate from Hakki Dogusan
2006-10-19  Julian SmartCompilation fixes
2006-10-19  Vadim Zeitlinremoved non-existing richedit.dmc
2006-10-19  Vadim Zeitlinadded include/wx/gtk/private/string.h
2006-10-19  Vadim Zeitlinfixed X11 Unicode build compilation
2006-10-19  Vadim Zeitlinmust use PKG_PROG_PKG_CONFIG before PKG_CHECK_MODULES...
2006-10-19  Stefan Csomorusing graphics context for core graphics switch
2006-10-19  Vadim Zeitlinsplit the incompatible changes section in silent change...
2006-10-19  Vadim Zeitlinextracted wxGtkString in a separate file, it's also...
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
2006-10-19  Julian SmartAdded style organiser dialog and list style editor...
2006-10-19  Julian SmartSeparated out list formatting into new menu.
2006-10-19  Julian SmartAdded a list style editor page to the formatting dialog.
2006-10-19  Vadim Zeitlinadded newline at end of file
2006-10-19  Robert Roebling Made wxStreamBase::IsOk() virtual;
2006-10-19  Vadim Zeitlinfixed the problem in 2 last commits
2006-10-19  Robert Roebling Fix mem leak.
2006-10-19  Włodzimierz... Rescale images automatically with informations about...
2006-10-19  Vadim Zeitlinfix memory leak in wxGetTempFileName(const wxString...
2006-10-19  Mart RaudseppInclude defs.h before including wxchar.h to make init...
2006-10-19  Paul Cornettfix memory leak in Freeze
2006-10-19  Kevin OllivierSeveral wxWebKitCtrl enhancements/fixes. Including:
2006-10-19  Kevin OllivierAllow other classes to access the SetupMouseEvent function.
2006-10-18  Robin DunnreSWIGged
2006-10-18  Robin Dunnsome changes to make epydoc happy
2006-10-18  Robin Dunndocstring
2006-10-18  Robin Dunnregen ReST docs
2006-10-18  Robin Dunnremove "pre"
next