]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-11-19  Vadim Zeitlinremoved duplicated code
2004-11-19  Vadim Zeitlinadded CompatibleBitmap wrapper class
2004-11-19  Włodzimierz... Do not make bitmap buttons with standard width (like...
2004-11-19  Ryan Nortonpart of patch [ 649438 ] Bug fixes from Netscape/AOL
2004-11-19  Ryan Nortonpatch [ 762159 ] scroll sample auto-scroll test
2004-11-19  Ryan NortonEnable stl compilation with wxMac - unicode no work...
2004-11-19  Stefan Csomorapparently this code might be called with a CFSocket...
2004-11-19  Václav Slavíkapplied modified patch with native GTK wxFileDialog
2004-11-18  Vadim Zeitlindon't erase background in wxControl neither
2004-11-18  Vadim Zeitlinset background style to wxBG_STYLE_COLOUR in SetBackgro...
2004-11-18  Václav Slavíkfixed libgnomeprint check to fail if libgnomeprint...
2004-11-18  Ryan Norton[ 1067084 ] fs_zip.cpp assertion fix
2004-11-18  Ryan Nortonfix compilo pointed out by OW
2004-11-18  Ryan Nortonget rid of singleCustomColour - its not needed. Cleanu...
2004-11-18  Ryan Nortonfix bug where color chosen by sliders wouldn't be regis...
2004-11-18  Ryan Nortonfix dialogs sample to remember last color with generic...
2004-11-18  Ryan NortonAdd wxSizerFlags docs to wxSizer, wxSizerItem and wxSiz...
2004-11-18  Ryan NortonwxSizerFlags name fix, accessors only available to...
2004-11-18  Ryan Nortonwxsizerflags docs
2004-11-18  Robert Roebling Added support for native print preview (GNOME)
2004-11-18  Ryan Nortonmoved verbose changes to manual
2004-11-18  Ryan NortonAdd incompat and depre changes to manual
2004-11-18  Ryan Nortonfix various latex errors
2004-11-18  Ryan Nortonfix underscore errors
2004-11-18  Robert Roebling Implemented DoDrawRotatedText() by way of a
2004-11-18  Robert Roebling Added support for alpha channels in interpolated
2004-11-18  Włodzimierz... 3rd state in checkboxes for wxUniv [closes bug#1040585].
2004-11-18  Václav Slavíkreverted DrawRotatedText change, it's broken
2004-11-18  Julian SmartNull m_select_me when this item is deleted
2004-11-18  Stefan Csomoravoid locale that always returns US-ASCII on wxMac
2004-11-18  Ryan Nortonfix initial color
2004-11-18  Włodzimierz... Fixes for USE_GUI=0 to make pure wxBase makefiles possi...
2004-11-18  Robin DunnStandardPaths updates. Added a demo sample for Standar...
2004-11-17  Robin DunnAdded wxBU_ALIGN_MASK
2004-11-17  Robert Roebling Start for Pango 1.6 based text rotation.
2004-11-17  Robert Roebling Added support for most print page/selection/copies
2004-11-17  Stefan Csomoradded unix/stdpaths
2004-11-17  David ElliottImplement toolbar tool clicks. Get rid of wxNSActionCe...
2004-11-17  Robert Roebling Use native printing dialog for wxPrintDialog,
2004-11-17  Włodzimierz... Typecast before endian adjustements.
2004-11-17  Włodzimierz... Several casts due to assigning signed to unsigned or...
2004-11-17  Włodzimierz... Typecast during compilation instead of class constructo...
2004-11-17  Stefan CsomorwxStat call preliminary fix
2004-11-17  Stefan Csomorfile name char set string conversions
2004-11-17  Julian SmartAdded IsTopLevel() check to last message loop in PrePro...
2004-11-17  Vadim Zeitlinfixed static libs detection (shouldn't suppress stdout...
2004-11-17  Ryan Nortonwho knows, maybe this will fix the 10.3 problems
2004-11-17  Kevin HockAdded archive.h to list of headers, put archive.cpp...
2004-11-17  Kevin HockFix tree control focus issues on OS X (and possibly...
2004-11-16  Robin Dunncommented out dbg message
2004-11-16  Julian SmartWrapped two generated literals in _T
2004-11-16  Julian SmartDoc tweaks
2004-11-16  Stefan Csomorsomehow commit did not work
2004-11-16  Ryan Nortonmissed commit files
2004-11-16  Ryan Nortonmakefile regen, include fix, duplicate file fix
2004-11-16  Ryan Nortoncleanup OSX native font dialog stuff a bit (it should...
2004-11-16  Ryan Nortonfiles for native font dialog on mac
2004-11-16  Włodzimierz... WinCE fix. IsEmpty() -> empty().
2004-11-16  Włodzimierz... WinCE correction.
2004-11-16  Włodzimierz... Warning fix.
2004-11-16  Włodzimierz... eVC3 media fix.
2004-11-16  Włodzimierz... Define wxMediaEvent before it is used. Make OnMediaFini...
2004-11-16  Vadim Zeitlinattempts to suppress C4702 for VC
2004-11-16  Vadim Zeitlinadded operator>>(wchar_t)
2004-11-16  Vadim Zeitlinsmall optimization for wxTextCtrl (forgot to commit...
2004-11-16  Vadim Zeitlinmade default background colour BTNFACE (so that panels...
2004-11-16  Václav Slavíkfixed wxEncodingConverter-base wxCSConv to report failu...
2004-11-16  Václav Slavíkmodified wxEncodingConverter API to report failures
2004-11-16  Vadim Zeitlinsuppress output of wx-config --static to fix problems...
2004-11-16  Vadim Zeitlinremoved unused variable to suppress warning (and put...
2004-11-16  Stefan Csomoronsize event not needed anymore
2004-11-16  David ElliottPrevent crashes in wxFFile(Input|Output)Stream: Do...
2004-11-15  David ElliottUse wxUint16 instead of WORD and wxUint8 instead of...
2004-11-15  Stefan Csomorchanged fonts on OSX to use OSX system fonts having...
2004-11-15  Stefan Csomoradapted to current filelist
2004-11-15  Stefan Csomorcorrecting include type
2004-11-15  Vadim Zeitlinset bg style to custom as we overwrite it anyhow
2004-11-15  Vadim Zeitlinfixed XP sash rendering to really do something (using...
2004-11-15  Vadim Zeitlindon't draw background at all if bg style is custom
2004-11-15  Vadim Zeitlinremoved unnecessary (now that we leave Windows paint...
2004-11-15  Vadim Zeitlinrestored OnEraseBackground(), we do need it but only...
2004-11-15  Włodzimierz... wxDC::DrawLabel documented.
2004-11-15  Włodzimierz... Order fix.
2004-11-15  Włodzimierz... Warning fixes.
2004-11-15  Włodzimierz... wxUniv actualization.
2004-11-15  Włodzimierz... Vertical tabs orientation in gtk renderer of wxUniv.
2004-11-15  Julian SmartRC parse fixes from Michael Shamgar
2004-11-15  Vadim Zeitlinadded \deprecated command
2004-11-15  Vadim Zeitlindon't always erase the background ourselves as this...
2004-11-15  Vadim Zeitlinfixed va_copy test
2004-11-15  Włodzimierz... Partial fix to bug #1040607: support for vertical orien...
2004-11-15  Václav Slavíkfixed to work with themes that redefine icons (e.g...
2004-11-15  Václav Slavíkupdated to be in sync with wxwin.py code
2004-11-15  Ryan Nortonfix buglet wxKeyEvent->wxMouseEvent
2004-11-15  Ryan Nortonfix technical accuracy of statement
2004-11-15  Ryan NortonWXUNUSED warning fixes - unicode compilo fix
2004-11-15  Włodzimierz... Wise path to generic dialogs sources.
2004-11-15  Ryan Nortonfix for [ 1066432 ] wxTextOutputStream: endl doesn...
2004-11-15  Włodzimierz... wxUniv use wxBU flags [bug #1040584]
2004-11-14  Ryan Nortongenerate mediaplayer sample in configure
next