2008-01-06 |
Vadim Zeitlin | added wxWeakRef<T> (slightly modified patch 1860953) |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxFlexGridSizer for layout of the labels in the... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add check for wxUSE_AUTOID_MANAGEMENT being defined |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | draw the bitmap manually under Win9x and 2000 because... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | process one event at once in wxEvtHandler::ProcessPendi... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | compilation fix (remove default ctor already implemente... |
tree | commitdiff |
2008-01-03 |
Vadim Zeitlin | set resolution of print preview from print data (modifi... |
tree | commitdiff |
2008-01-03 |
Michael Wetherell | Always write end record unless one has already been... |
tree | commitdiff |
2008-01-03 |
Vadim Zeitlin | don't hardcode 16/32 as sizes for small/normal icons... |
tree | commitdiff |
2008-01-03 |
Vadim Zeitlin | no changes, just updated the URL of KB article in a... |
tree | commitdiff |
2008-01-02 |
Václav Slavík | Use realloc() and placement new to manage vector's... |
tree | commitdiff |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
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-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
tree | commitdiff |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
tree | commitdiff |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822... |
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 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
tree | commitdiff |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Implement rest of MSW's wxDataViewCtrl's native column... |
tree | commitdiff |
2007-12-28 |
Robert Roebling | Fix wxX11 crash |
tree | commitdiff |
2007-12-27 |
Julian Smart | Return type correction |
tree | commitdiff |
2007-12-26 |
Stefan Csomor | fixing exports |
tree | commitdiff |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
tree | commitdiff |
2007-12-26 |
Stefan Csomor | fixing exports |
tree | commitdiff |
2007-12-24 |
Václav Slavík | compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC... |
tree | commitdiff |
2007-12-24 |
Paul Cornett | update mac gl, after rev 50900 |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Add HideCol/RowLabels |
tree | commitdiff |
2007-12-22 |
Robert Roebling | Added API for column reordering |
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 | made SetCurrent() and SwapBuffers() return boolean... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | replace wxWindowDC with wxDC in generic wxOverlayImpl... |
tree | commitdiff |
2007-12-22 |
Vadim Zeitlin | added wxColourBase::Init() and use DEFINE_STD_WXCOLOUR_... |
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-22 |
Stefan Csomor | keeping the constness |
tree | commitdiff |
2007-12-21 |
Václav Slavík | fixed wxScrolledWindow best size calculation: compute... |
tree | commitdiff |
2007-12-21 |
Jouk Jansen | Updates For OpenVMS support and some extra includes... |
tree | commitdiff |
2007-12-20 |
Václav Slavík | skip wxChildFocusEvent in WX_DELEGATE_TO_CONTROL_CONTAI... |
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 |
Paul Cornett | remove extra semicolon |
tree | commitdiff |
2007-12-20 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2007-12-20 |
Paul Cornett | DC headers don't need to be in gtk/private.h |
tree | commitdiff |
2007-12-20 |
Vadim Zeitlin | no need to reenable VC warning 4251 now as it's globall... |
tree | commitdiff |
2007-12-20 |
Vadim Zeitlin | made deprecated erase() overload inline |
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 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
tree | commitdiff |
2007-12-18 |
Václav Slavík | clarified wxRect::Contains(wxRect) comment |
tree | commitdiff |
2007-12-18 |
Stefan Csomor | derive wxColourBase from wxObject on msw as well |
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 |
Stefan Csomor | changing colour derivation |
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 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
tree | commitdiff |
2007-12-16 |
Chris Elliott | fix bug VC6 with returning void function |
tree | commitdiff |
2007-12-16 |
Robert Roebling | Add dataview context menu event definitions |
tree | commitdiff |
2007-12-16 |
Robert Roebling | probably fixed blit crash in X11 |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | undid incorrect replacement of WXDLLEXPORT with WXDLLIM... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fixed wxGTK1 compilation after wxDC changes (still... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | wxMotif should use wxX11 wxPalette instead of duplicati... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | another unused parameter warning (plenty left in .mm... |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | fix unused parameters warnings |
tree | commitdiff |
2007-12-15 |
Václav Slavík | removed SetVirtualSizeHints() and related code |
tree | commitdiff |
2007-12-15 |
Robin Dunn | Update Scintilla to version 1.75 |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | PalmOS 6 compilation fixes (patch 1849757) |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | wxMotif compilation fixes after wxDC changes |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | fixed wxDFB compilation after wxDC-related changes |
tree | commitdiff |
2007-12-13 |
Robin Dunn | Applied patch [ 1845819 ] wxMSW Top level window freeze... |
tree | commitdiff |
2007-12-12 |
Mart Raudsepp | Include defs.h before checking if wxUSE_GRAPHICS_CONTEX... |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | corrected/removed forward declarations |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | replace wrong WXDLLEXPORT declarations with correct... |
tree | commitdiff |
2007-12-11 |
Vadim Zeitlin | don't overload SizeInM{aj,in}orDir() on const/non-const... |
tree | commitdiff |
2007-12-10 |
Stefan Csomor | moving common code |
tree | commitdiff |
2007-12-10 |
Stefan Csomor | moving common code |
tree | commitdiff |
2007-12-10 |
Robin Dunn | Add GetSelectedBitmap methods |
tree | commitdiff |
2007-12-09 |
Stefan Csomor | missing forward decl |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | moving collapsible pane a few steps forward os OSX |
tree | commitdiff |
2007-12-08 |
Vadim Zeitlin | add wxUSE_TASKBARICON_BALLOONS to make it possible... |
tree | commitdiff |
2007-12-08 |
Vadim Zeitlin | translate wx{File,Dir}PickerWidgetLabel |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | easier expression |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Use native DisclosureTriangle control for wxCollapsible... |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
tree | commitdiff |
2007-12-08 |
Robert Roebling | Compilo |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
tree | commitdiff |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
tree | commitdiff |
next |