]> git.saurik.com Git - wxWidgets.git/history - src
added (very) preliminary raw bitmap support
[wxWidgets.git] / src /
2003-03-22  Mattia Barbon Removed unnecessay code.
2003-03-22  Mattia Barbon Do not derive wxCursor from wxBitmap, plus misc cleanup.
2003-03-22  Václav SlavíkXRCID lookup now handles standard IDs correctly
2003-03-22  David ElliottUse wxBitmapBase in wxCocoa
2003-03-22  David ElliottRegenerated by tmake: added all the cocoa source files
2003-03-22  David ElliottFIXME: Complete stubs or other cruft necessary to make...
2003-03-22  David ElliottAdded more files containing original code and empty...
2003-03-21  Václav Slavíkno need to check for 2.3.0 anymore
2003-03-21  Vadim Zeitlin(real) compilation fix after previous commit(s)
2003-03-21  Vadim Zeitlin(blind) compilation fix after last commit
2003-03-21  David ElliottAdded more original works and stubs
2003-03-21  David ElliottAdded original works and stubs to CVS repository
2003-03-21  David ElliottAdded wxCocoa files.lst. There are not yet any wxCocoa...
2003-03-21  Julian SmartCopyright correction
2003-03-21  Julian SmartCopyright corrections
2003-03-21  Chris Elliottfix memory leak as Dimitri suggested
2003-03-20  Mattia Barbon Changed g95.t according to my last changes to makefil...
2003-03-20  Mattia Barbon makefile.g95 now adds _cyg or _min suffix to librarie...
2003-03-19  Julian SmartRemoved some deprecated usage
2003-03-19  Vadim Zeitlinfixed bad overflow bug in wxX11 timer
2003-03-19  Robin DunnApplied a modification of Patch #704995 which changes...
2003-03-18  Julian SmartFormatting tidy-up
2003-03-18  Julian SmartSome code tidying; removing dibutils.cpp which
2003-03-17  Vadim Zeitlinrespect Veto()ing the column resize events; added test...
2003-03-17  Julian SmartCorrected copyright
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-17  Julian SmartFixed copyright and licence spelling
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-17  Julian SmartDon't use images for wxNotebook because of crash
2003-03-16  Mattia Barbon Fixed (native) wxComboBox::SetSelection and
2003-03-16  Václav Slavíkapplied patch adding SetFonts to wxHTML printing classe...
2003-03-16  Robert Roebling Text attributes for GTK2.
2003-03-16  Robert Roebling Better scrolling to cursor.
2003-03-16  Mattia Barbon Derive wxBitmapButton from wxBitmapButtonBase + misc...
2003-03-16  Mattia Barbon Prevent wxChoice from resizing when items are added...
2003-03-14  Mattia Barbon Add wxRTTI to generic wxDirDialog.
2003-03-14  Mattia Barbon Remove explicit casts to (const char *), and replace...
2003-03-14  Michael Bedwardadded TARGETDEF to use a def file if one exists
2003-03-12  Robin DunnPrevent crash in case nothing is selected
2003-03-11  Stefan Csomormoved fix
2003-03-11  Robin DunnThe statusbar should start with one field, not zero
2003-03-10  Robin Dunnmore informative error messages
2003-03-10  Robin DunnIf zero time is specified, don't try to sleep when...
2003-03-10  Robin DunnDon't clear the HWND until after the UnsubclassWin...
2003-03-10  Robin DunnDon't clear the HWND until after the UnsubclassWin...
2003-03-10  Vadim Zeitlinaccept \r as a delimiter when parsing dates (bug 684617)
2003-03-10  Mattia Barbon Added helper functions for string -> XmString conversion.
2003-03-10  Vadim Zeitlinfixed a serious bug in Shrink()
2003-03-10  Stefan Csomorsubmenu preparation in two methods encapsulated
2003-03-08  Mattia Barbon Reverted changes to make buttons smaller in wxMotif...
2003-03-07  Mattia Barbon Modified vc.t according to last changes to makefile...
2003-03-07  Mattia Barbon Removed some superflous #defines already added by...
2003-03-07  Stefan Csomorshow and hide implementation added
2003-03-06  Stefan Csomorchange to a tiny minimal value for DoGetBestSize in...
2003-03-06  Stefan Csomoradded alpha channel support for mask bitmaps
2003-03-06  Mattia Barbon Fix release build.
2003-03-06  Mattia Barbon Work around wxNotebook or Motif or wxMotif bug.
2003-03-06  Stefan Csomorvalue expansion to double
2003-03-06  Stefan Csomorwe now must skip right click events in order to allow...
2003-03-06  Stefan Csomorthe msw implementation even shows an ok button if it...
2003-03-06  Stefan Csomoradded OnMouse which will trigger context menu events...
2003-03-05  Mattia Barbon Fix warning.
2003-03-05  Mattia Barbon Applied patch [ 696990 ] fix makeg95.env so it can...
2003-03-05  Mattia Barbon Added new __WXMOTIF20__ macro, which is true if the...
2003-03-05  Václav Slavíkfix compilation for GTK1
2003-03-04  Václav Slavíkadded support for GTK2 label mnemonics (patch #689573)
2003-03-04  Vadim Zeitlinnew wxDIB class
2003-03-04  Vadim Zeitlindon't use GetSelectedInto() in release build
2003-03-04  Vadim Zeitlinstart of alpha transparency support
2003-03-03  Vadim Zeitlinadded support for reading alpha channel
2003-03-03  Vadim Zeitlinadded alpha channel support to wxImage
2003-03-03  Stefan Csomorsorry previous commit message was wrong, should read
2003-03-03  Stefan Csomoroverflow fix
2003-03-03  Vadim Zeitlincompilation fix: include wx/platform.h before testing...
2003-03-03  Vadim Zeitlinfixed spurious assert in FindControl() (fixes patch...
2003-03-02  Vadim Zeitlinadded wxRect2DDouble == != = operators (patch 684616)
2003-03-02  Vadim Zeitlinadded possibility to use several wxFileHistories (patch...
2003-03-02  Vadim Zeitlinfixed memory leak (patch 696164)
2003-03-02  Vadim Zeitlinadded missing include (patch 690352)
2003-03-02  Vadim Zeitlinfixed memory leak (patch 685580)
2003-03-02  Stefan CsomorGiveFeedback support, Cursor Extension
2003-03-02  Stefan CsomorOSX printing fixes
2003-03-02  Stefan Csomordestroy event support
2003-03-02  Stefan Csomorusleep fix
2003-03-02  Stefan Csomorxpm support, color cursor support
2003-03-02  Robert Roebling Up-ported wxBusyCursor fix and wxCombBov default...
2003-03-02  Gilles Depeyrotupdated source to not use deprecated wxList methods
2003-03-02  Mattia Barbon Refactored wxStaticBox, and changed wxStaticBox and...
2003-03-02  Gilles Depeyrotadded missing include file and corrected memory leak...
2003-03-02  Václav Slavíkimplemented wxCLOSE_BOX under Windows
2003-03-02  Vadim Zeitlindefine some global wxDisplay-related stuff here (wxArra...
2003-03-02  Vadim Zeitlinmaximize the window to the correct display (i.e. the...
2003-03-02  Stefan CsomorOSX fixes for printing
2003-03-02  Vadim Zeitlinimplemented video mode support (getting the current...
2003-03-02  Mattia Barbon Implemented wxButton::DoGetBestSize for wxMotif....
2003-03-01  Stefan Csomorapplied fix to MkDir for mac
2003-03-01  Mattia Barbon Do not change background colour for parent widget...
2003-03-01  Stefan CsomorwxMac just using Update()
2003-03-01  Stefan Csomoradded wxMac to the branch using Update for refresh
next