2008-01-03 |
Vadim Zeitlin | set resolution of print preview from print data (modified...
|
commit | commitdiff | tree |
2008-01-03 |
Vadim Zeitlin | don't hardcode 16/32 as sizes for small/normal icons...
|
commit | commitdiff | tree |
2008-01-03 |
Vadim Zeitlin | also scroll vertically if necessary in MoveToItem(...
|
commit | commitdiff | tree |
2008-01-03 |
Vadim Zeitlin | no changes, just updated the URL of KB article in a...
|
commit | commitdiff | tree |
2008-01-02 |
Vadim Zeitlin | don't call LogLastRepeatIfNeeded() from dtor, it's...
|
commit | commitdiff | tree |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively...
|
commit | commitdiff | tree |
2008-01-02 |
Vadim Zeitlin | allow creating empty ZIP archives (patch 1861030)
|
commit | commitdiff | tree |
2008-01-02 |
Vadim Zeitlin | reorder the methods in alphabetical order (patch 1861348)
|
commit | commitdiff | tree |
2008-01-02 |
Vadim Zeitlin | remove redundant m_buffer_size member (patch 1861348)
|
commit | commitdiff | tree |
2008-01-02 |
Vadim Zeitlin | added wxS(); use it in a couple of places
|
commit | commitdiff | tree |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in...
|
commit | commitdiff | tree |
2008-01-01 |
Vadim Zeitlin | CentreOnScreen() is in wxTLW, not wxWindow (bug 1861670)
|
commit | commitdiff | tree |
2007-12-31 |
Vadim Zeitlin | ensure that gsockmsw.obj is linked in, it was optimized...
|
commit | commitdiff | tree |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost...
|
commit | commitdiff | tree |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822Date()
|
commit | commitdiff | tree |
2007-12-30 |
Vadim Zeitlin | define wxCurrentPoppuMenu for wxUniv too
|
commit | commitdiff | tree |
2007-12-30 |
Vadim Zeitlin | clarify when wxMaximizeEvent is [not] sent
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | include wx/dcclient.h to declare wxWindowDC (blind...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | allow centering wxMessageDialog on its parent window...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMenu...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | implement wxListCtrl::ScrollList() (in report view...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | fixes to wxImage::ResambleBox() (patch 1843902)
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVariant...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | replace wxWindowDC with wxDC in generic wxOverlayImpl...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_CONST...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | don't use rand() for selecting the colour of the bitmaps...
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | fix the size of bitmaps we create (bug 1851598)
|
commit | commitdiff | tree |
2007-12-22 |
Vadim Zeitlin | discard any pending messages for the socket being destroyed...
|
commit | commitdiff | tree |
2007-12-21 |
Vadim Zeitlin | don't use Unix-specific files which have Darwin-specific...
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | regenerate after the recent changes (wxDataViewCtrl...
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | show the message about test2 being unsupported on the...
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | use LF EOL style for Unix files
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | set up the correct layout direction for memory dc in...
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | use LF style for Unix files which don't work under...
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | no need to reenable VC warning 4251 now as it's globally...
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | made deprecated erase() overload inline
|
commit | commitdiff | tree |
2007-12-20 |
Vadim Zeitlin | document HideWithEffect() too
|
commit | commitdiff | tree |
2007-12-19 |
Vadim Zeitlin | fix for ANSI mode build (patch 1853001)
|
commit | commitdiff | tree |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both...
|
commit | commitdiff | tree |
2007-12-19 |
Vadim Zeitlin | fix compilation after r50329
|
commit | commitdiff | tree |
2007-12-18 |
Vadim Zeitlin | undid accidental change to this file in r50704
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | wx/animdecod.h must be in common headers, not advanced...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | undid incorrect replacement of WXDLLEXPORT with WXDLLIMPEXP_...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | don't misinterpret the time after the date as a weekday...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fix unused parameter warning
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fixed another invalid cast
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fixed invalid cast of wxWindowDCImpl to wxDC in DoGetPixel()
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fixed wxGTK1 compilation after wxDC changes (still...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fix gcc warning about possibly uninitialized variables
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fix signed/unsigned comparison warnings
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | wxMotif should use wxX11 wxPalette instead of duplicating it
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | removed empty file which wasn't present in the makefiles...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fix X11 build after wxDC changes
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fix unused variables and parameters warnings
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | another unused parameter warning (plenty left in .mm...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | fix unused parameters warnings
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | don't modify the output variable if ToXXX() fails to...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | Spanish translation updates from MiguelSky
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | compilation fix + comment about bogus memory leak ...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | correct wxFooEventHandler name (patch 1851026)
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757)
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | rebaked everything, fixes problems with OpenGL samples...
|
commit | commitdiff | tree |
2007-12-15 |
Vadim Zeitlin | wxMotif compilation fixes after wxDC changes
|
commit | commitdiff | tree |
2007-12-14 |
Vadim Zeitlin | compilation fix after HandleWindowEvent() changes
|
commit | commitdiff | tree |
2007-12-14 |
Vadim Zeitlin | another file which needs wx/thread.h inclusion now
|
commit | commitdiff | tree |
2007-12-14 |
Vadim Zeitlin | fixed wxDFB compilation after wxDC-related changes
|
commit | commitdiff | tree |
2007-12-14 |
Vadim Zeitlin | fixed unused parameter warning
|
commit | commitdiff | tree |
2007-12-14 |
Vadim Zeitlin | compilation fix: need to include wx/thread.h now
|
commit | commitdiff | tree |
2007-12-13 |
Vadim Zeitlin | don't allow TAB-bing away to other TLWs
|
commit | commitdiff | tree |
2007-12-12 |
Vadim Zeitlin | set wxUSE_DEBUG if both wxUSE_DEBUG_FLAG and wxUSE_DEBUG_INF...
|
commit | commitdiff | tree |
2007-12-12 |
Vadim Zeitlin | mention some of the major changes in 2.9 so far
|
commit | commitdiff | tree |
2007-12-12 |
Vadim Zeitlin | corrected/removed forward declarations
|
commit | commitdiff | tree |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct...
|
commit | commitdiff | tree |
2007-12-11 |
Vadim Zeitlin | don't leak wxImageList if wxHF_CONTENTS is not used...
|
commit | commitdiff | tree |
2007-12-11 |
Vadim Zeitlin | hack: don't use wxCharTypeBuffer<char>::operator[]...
|
commit | commitdiff | tree |
2007-12-11 |
Vadim Zeitlin | don't overload SizeInM{aj,in}orDir() on const/non-const...
|
commit | commitdiff | tree |
2007-12-11 |
Vadim Zeitlin | fix unused variable warning if !HAS_AUTOCOMPLETE
|
commit | commitdiff | tree |
2007-12-11 |
Vadim Zeitlin | fix wxBitmapToggleButton link
|
commit | commitdiff | tree |
2007-12-10 |
Vadim Zeitlin | regenerated to include libtiff make dist fixes
|
commit | commitdiff | tree |
2007-12-10 |
Vadim Zeitlin | updated commands copying libtiff files
|
commit | commitdiff | tree |
2007-12-10 |
Vadim Zeitlin | wxBufferedDC is in wxCore, not wxAdv
|
commit | commitdiff | tree |
2007-12-10 |
Vadim Zeitlin | put wxUSE_TASKBARICON_BALLOONS around ShowBalloon(...
|
commit | commitdiff | tree |
2007-12-09 |
Vadim Zeitlin | correct Clone() signature in the example
|
commit | commitdiff | tree |
2007-12-09 |
Vadim Zeitlin | add wxUSE_TASKBARICON_BALLOONS to make it possible...
|
commit | commitdiff | tree |
2007-12-09 |
Vadim Zeitlin | don't use the native implementation if wxTaskBarIcon...
|
commit | commitdiff | tree |
2007-12-09 |
Vadim Zeitlin | don't use FillRect() in DoDrawRectangle() but always...
|
commit | commitdiff | tree |
2007-12-08 |
Vadim Zeitlin | call Clear() in dtor: this is necessary at least to...
|
commit | commitdiff | tree |
2007-12-08 |
Vadim Zeitlin | add wxUSE_TASKBARICON_BALLOONS to make it possible...
|
commit | commitdiff | tree |
2007-12-08 |
Vadim Zeitlin | translate wx{File,Dir}PickerWidgetLabel
|
commit | commitdiff | tree |
2007-12-08 |
Vadim Zeitlin | fix bitmaptglbtn.tex link
|
commit | commitdiff | tree |
2007-12-08 |
Vadim Zeitlin | fix LaTeX errors; set svn properties correctly
|
commit | commitdiff | tree |
2007-12-07 |
Vadim Zeitlin | fix another LaTeX error
|
commit | commitdiff | tree |
2007-12-07 |
Vadim Zeitlin | document that output parameter of ToLong/Double() shouldn...
|
commit | commitdiff | tree |
2007-12-06 |
Vadim Zeitlin | fix typo in \param (patch 1845351)
|
commit | commitdiff | tree |
2007-12-04 |
Vadim Zeitlin | use wxFileName to construct well-formed paths in GetMsgCatal...
|
commit | commitdiff | tree |
2007-12-04 |
Vadim Zeitlin | use CreateWindow() instead of CreateStatusWindow()...
|
commit | commitdiff | tree |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results...
|
commit | commitdiff | tree |
2007-12-02 |
Vadim Zeitlin | added wxMSW notifmsg.h/cpp
|
commit | commitdiff | tree |
next |