2008-01-02 |
Julian Smart | Suppressed the themed border by defining GetDefaultBorder |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't call LogLastRepeatIfNeeded() from dtor, it's... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | allow creating empty ZIP archives (patch 1861030) |
tree | commitdiff |
2008-01-02 |
Václav Slavík | removed wxSTRING_TEXT() macro in favour of wxS() |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | remove redundant m_buffer_size member (patch 1861348) |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | added wxS(); use it in a couple of places |
tree | commitdiff |
2008-01-02 |
Stefan Neis | Blind fix for typo in 50972. |
tree | commitdiff |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
tree | commitdiff |
2007-12-31 |
Robin Dunn | Ensure AutoComp items with no type will set the item... |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | ensure that gsockmsw.obj is linked in, it was optimized... |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
tree | commitdiff |
2007-12-31 |
Václav Slavík | fixed incorrect use of wxVector<> in wxXRC |
tree | commitdiff |
2007-12-31 |
Václav Slavík | use iterator in wxTextBuffer::Translate() instead of... |
tree | commitdiff |
2007-12-31 |
Mart Raudsepp | Remove declaration of wxScaledFontList wxHashMap, as... |
tree | commitdiff |
2007-12-31 |
Paul Cornett | fix leak when creating wxCURSOR_BLANK |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822... |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | define wxCurrentPoppuMenu for wxUniv too |
tree | commitdiff |
2007-12-30 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-30 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-30 |
Julian Smart | Reduction of includes |
tree | commitdiff |
2007-12-30 |
Julian Smart | Fixed pasting inefficiency |
tree | commitdiff |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added missing includes |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added missing include |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-29 |
Robert Roebling | wxDataViewCtrl DnD stubs, some reformating |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Implement rest of MSW's wxDataViewCtrl's native column... |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Restore MSW's colour picker, II |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Restore MSW's colour picker |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Fix wxX11 crash |
tree | commitdiff |
2007-12-28 |
Robin Dunn | It is possible for a scrolled window to get focus event... |
tree | commitdiff |
2007-12-28 |
Paul Cornett | Fix XPM decoder for images using color (1,0,0) and... |
tree | commitdiff |
2007-12-27 |
Robert Roebling | Also get header button height right |
tree | commitdiff |
2007-12-27 |
Robert Roebling | Remove (wrong) theme border from header control |
tree | commitdiff |
2007-12-27 |
Robert Roebling | Fix from Hartwig |
tree | commitdiff |
2007-12-27 |
Paul Cornett | speed up XPM decoding 30-40% by not creating temporary... |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Some reorder code for MSW's dataviewctrl |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-24 |
Paul Cornett | fix setting client data |
tree | commitdiff |
2007-12-24 |
Paul Cornett | update mac gl, after rev 50900 |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | include wx/dcclient.h to declare wxWindowDC (blind... |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Compilo |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Added API for column reordering |
tree | commitdiff |
2007-12-22 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | allow centering wxMessageDialog on its parent window... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMe... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | implement wxListCtrl::ScrollList() (in report view... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | fixes to wxImage::ResambleBox() (patch 1843902) |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | discard any pending messages for the socket being destr... |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | keep the owning window |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | removing unnecessary casts |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | changing to wxDC, so that wxGCDC can be used as well |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | changing to wxDC, so that wxGCDC can be used as well |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | changing to wxDC, so that wxGCDC can be used as well |
tree | commitdiff |
2007-12-21 |
Václav Slavík | fixed XRC handler for sizers to do the expected thing... |
tree | commitdiff |
2007-12-21 |
Václav Slavík | fixed wxScrolledWindow best size calculation: compute... |
tree | commitdiff |
2007-12-21 |
Václav Slavík | toplevel window is shown on screen even if its parent... |
tree | commitdiff |
2007-12-21 |
Jouk Jansen | Updates For OpenVMS support and some extra includes... |
tree | commitdiff |
2007-12-20 |
Václav Slavík | wxScrolledWindow can get wxEVT_CHILD_FOCUS event for... |
tree | commitdiff |
2007-12-20 |
Václav Slavík | compilation fix for !wxUSE_THREADS |
tree | commitdiff |
2007-12-20 |
Václav Slavík | fixed wxHAS_GENERIC_PROCESS_CALLBACK check to use ... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Playing with wxgrid, adding optionnally native columns... |
tree | commitdiff |
2007-12-20 |
Robert Roebling | Remove old event type compatibility |
tree | commitdiff |
2007-12-20 |
Julian Smart | Corrected wxRTTI for wxNotebook so dynamic casting... |
tree | commitdiff |
2007-12-20 |
Paul Cornett | remove old thread debugging code |
tree | commitdiff |
2007-12-20 |
Paul Cornett | remove unused variables, tabs |
tree | commitdiff |
2007-12-20 |
Paul Cornett | DC headers don't need to be in gtk/private.h |
tree | commitdiff |
2007-12-20 |
Paul Cornett | more code simplification |
tree | commitdiff |
2007-12-20 |
Vadim Zeitlin | set up the correct layout direction for memory dc in... |
tree | commitdiff |
2007-12-19 |
Václav Slavík | when a window inside scrolled window receives focus... |
tree | commitdiff |
2007-12-19 |
Václav Slavík | implemented wxExecute() for wxDFB; share the implementa... |
tree | commitdiff |
2007-12-19 |
Stefan Csomor | fixing strange bug under OS X (null strings from within... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | fix for ANSI mode build (patch 1853001) |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-19 |
Vadim Zeitlin | fix compilation after r50329 |
tree | commitdiff |
2007-12-18 |
Václav Slavík | use #include <> for system headers, not #include "" |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | fixing the HITextView single line scrolling under 10.5 |
tree | commitdiff |
2007-12-18 |
Václav Slavík | fixes for the case when only epoll() based wxFDIODispat... |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | changing code that doesn't work on 10.5 as advertised |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | changing code that doesn't work on 10.5 as advertised |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | starting a doc must return true in order for printprevi... |
tree | commitdiff |
2007-12-18 |
Julian Smart | Added missing include |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | moving things to private headers |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | adding explicit copy and assignment |
tree | commitdiff |
2007-12-18 |
Václav Slavík | corrected WaitForChild comment about who sets endProcDa... |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Implement alternating row colours |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Use IsOk() instead of Ok() |
tree | commitdiff |
2007-12-18 |
Robert Roebling | Correct background colourin wxDataViewCtrl, Use IsOk... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::Reset(), clarified... |
tree | commitdiff |
2007-12-17 |
Robert Roebling | Added wxDataViewListIndexModel::RowsDeleted() and vario... |
tree | commitdiff |
2007-12-17 |
Paul Cornett | factor out a whole bunch of duplicated code |
tree | commitdiff |
2007-12-17 |
Stefan Csomor | missing include |
tree | commitdiff |
2007-12-17 |
Paul Cornett | remove some duplication in font scaling code |
tree | commitdiff |
next |