2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-generated...
|
commit | commitdiff | tree |
2008-01-06 |
Vadim Zeitlin | don't unload libgnomevfs.so, this results in a crash...
|
commit | commitdiff | tree |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of...
|
commit | commitdiff | tree |
2008-01-06 |
Vadim Zeitlin | draw the bitmap manually under Win9x and 2000 because...
|
commit | commitdiff | tree |
2008-01-06 |
Vadim Zeitlin | fix comparison of BYTE variable with -1 after last...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | removed extra default clause accidentally added by...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | fix handling of OEM VKs in wxCharCodeWXToMSW() (patch...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | meaning of left/right keys should be inversed in RTL...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | correct handling of positive quality values (2nd part...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | more fixes to handling of the resolution chosen in...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | don't remove handlers from wxPendingEvents list, they...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | process one event at once in wxEvtHandler::ProcessPendingEve...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | compilation fix (remove default ctor already implemented...
|
commit | commitdiff | tree |
2008-01-05 |
Vadim Zeitlin | compilation fix for wxUSE_DISPLAY==0
|
commit | commitdiff | tree |
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 |
next |