]> git.saurik.com Git - wxWidgets.git/history - src
added autopackage-related files
[wxWidgets.git] / src /
2006-10-22  Stefan Csomorusing GetNativePath instead of dynamic_cast
2006-10-22  Stefan Csomoron demand creation of native CGContexts , so that pure...
2006-10-22  Vadim Zeitlinadd alt popup window style allowing to use keyboard...
2006-10-22  Stefan NeisReverted font breakage caused by changes in version...
2006-10-22  Stefan Csomoradding wxobject and RTTI
2006-10-22  Vadim Zeitlinmake install location autodetection work for executable...
2006-10-22  Vadim Zeitlinuse wxComboCtrl instead of custom popup window (patch...
2006-10-22  Stefan NeisApplied patch #1582212 (completed/fixed toolbar's wxTB_...
2006-10-22  Vadim Zeitlinrearranged wxUSE_XXX tests in alphabetical order for...
2006-10-22  Robin DunnAdd dcgraph.h to files.bkl and rebake
2006-10-21  Paul Cornettmove some definitions out of datacmn.cpp
2006-10-21  Robert Roebling Remove C++ dynamic cast for now.
2006-10-21  Paul Cornettnon-pch build fix
2006-10-21  Stefan NeisFixed port name used in #ifdef.
2006-10-21  Robert Roebling Fix warning.
2006-10-21  Vadim Zeitlinfix for tabs drawing in RTL (patch 1552881)
2006-10-21  Vadim Zeitlinadd some #if wxUSE_XXX (patch 1581470)
2006-10-21  Vadim Zeitlinfilter out duplicate date changed events sent by the...
2006-10-21  Vadim Zeitlinrestore the old status bar text when DoGiveHelp(false...
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 Zeitlinadded wxLstat() (one of patches from bug 1052385)
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  Julian SmartAdded wxUSE_RICHTEXT guard
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 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  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  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  Włodzimierz SkibaWhitespaces and headers cleaning.
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  Julian SmartSpin control usage correction
2006-10-19  Julian SmartCompilation fixes
2006-10-19  Vadim Zeitlinfixed X11 Unicode build compilation
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 SmartAdded a list style editor page to the formatting dialog.
2006-10-19  Vadim Zeitlinfixed the problem in 2 last commits
2006-10-19  Robert Roebling Fix mem leak.
2006-10-19  Vadim Zeitlinfix memory leak in wxGetTempFileName(const wxString...
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 DunnPatch #1579801: wxBufferedDC shared buffer bitmap
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-18  Robert Roebling Support wxFULLSCREEN_NOSTATUSBAR
2006-10-18  Robert Roebling Support wxFULLSCREEN_NOMENUBAR
2006-10-18  Robert Roebling[ 1579280 ] small src/unix/mimetype.cpp optimizations
2006-10-18  Robert Roebling [ 1579793 ] numerous bug fixes when mask is used
2006-10-18  Robin DunnIf an empty string is passed, remove the tooltip instea...
2006-10-18  Paul Cornettuse generic wxAnimationCtrl in wxGTK-universal
2006-10-18  Kevin HockDo not send a changed event if a button is clicked...
2006-10-17  Robin DunnNeed to subtract the m_miniTitle to get client size...
2006-10-17  Robin DunnAdd impl for IsFrozen
2006-10-17  Julian SmartSetSelection(wxNOT_FOUND) now works correctly.
2006-10-17  Julian SmartFixed assert when moving out of a menu
2006-10-17  Julian SmartSupport wxDF_UNICODETEXT
2006-10-17  Julian SmartDraw tool transparently if we have a mask
2006-10-17  Julian SmartAdded list style to text attributes, independent from...
2006-10-17  Stefan Csomorfixing coordinate conversions
2006-10-17  Paul Cornettremove assert from PurgeOtherRepresentations,we'll...
2006-10-17  Paul Cornettuse common AllocExclusive, rather than custom code
2006-10-17  Paul Cornettimplement {Create,Clone}RefData for gtk wxBitmap
2006-10-16  Robert Roebling Correct wxComboBox height in wxToolbar for old
2006-10-16  Robert Roebling Fix wxMiniFrame caption height.
2006-10-16  Robert Roebling [ 1578466 ] Support for custom floating panes
2006-10-16  Robert Roebling [ 1578468 ] full support for "destroy on close" flag
2006-10-16  Robin DunnMerge new item attributes if any are already existing
2006-10-16  Robin DunnAdd wxRichTextModuleInit
2006-10-16  Włodzimierz Skiba[#1577388] - fix for scaling in wxImage.
2006-10-16  Włodzimierz SkibaAllow building without calendar.
2006-10-16  Włodzimierz SkibaCVS tags cleaning (with other minor cleaning).
2006-10-16  Włodzimierz SkibaFix for assert in 'dynarray.cpp' by Jaakko Salli.
next