2008-01-06 |
Vadim Zeitlin | fix crash in wxExecuteModule::OnExit() (never noticed... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Michael Wetherell | Fix day names which were off by one (buildbot uses... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Michael Wetherell | Move a couple of builds as thier usual machines are... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | added wxWeakRef<T> (slightly modified patch 1860953) |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | small tweak to the close icon (patch 1674689) |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | fix wxExecute thread shutdown and free wxExecuteData... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | return false from Dispatch() if gtk_main_quit() was... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | use wxFlexGridSizer for layout of the labels in the... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | add check for wxUSE_AUTOID_MANAGEMENT being defined |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995) |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | don't unload libgnomevfs.so, this results in a crash... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Václav Slavík | disable eVC makefiles for sockets (no CLI targets possi... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | draw the bitmap manually under Win9x and 2000 because... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Vadim Zeitlin | fix comparison of BYTE variable with -1 after last... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | removed extra default clause accidentally added by... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Václav Slavík | explicitly request that RPM spec files have Unix line... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | fix handling of OEM VKs in wxCharCodeWXToMSW() (patch... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | meaning of left/right keys should be inversed in RTL... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | correct handling of positive quality values (2nd part... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | more fixes to handling of the resolution chosen in... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | don't remove handlers from wxPendingEvents list, they... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | process one event at once in wxEvtHandler::ProcessPendi... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | compilation fix (remove default ctor already implemente... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Vadim Zeitlin | compilation fix for wxUSE_DISPLAY==0 |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Vadim Zeitlin | set resolution of print preview from print data (modifi... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Michael Wetherell | Always write end record unless one has already been... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Paul Cornett | fix for last commit: didn't work if mask was white |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Paul Cornett | Fix wxCursor(wxImage&) ctor for image widths not a... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Vadim Zeitlin | don't hardcode 16/32 as sizes for small/normal icons... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Vadim Zeitlin | also scroll vertically if necessary in MoveToItem(... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Vadim Zeitlin | no changes, just updated the URL of KB article in a... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Václav Slavík | Use realloc() and placement new to manage vector's... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Julian Smart | Suppressed the themed border by defining GetDefaultBorder |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Vadim Zeitlin | don't call LogLastRepeatIfNeeded() from dtor, it's... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Vadim Zeitlin | don't lock the gs_prevCS critical section recursively... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Vadim Zeitlin | allow creating empty ZIP archives (patch 1861030) |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Václav Slavík | removed wxSTRING_TEXT() macro in favour of wxS() |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Vadim Zeitlin | reorder the methods in alphabetical order (patch 1861348) |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Vadim Zeitlin | remove redundant m_buffer_size member (patch 1861348) |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Vadim Zeitlin | added wxS(); use it in a couple of places |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Stefan Neis | Blind fix for typo in 50972. |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Michael Wetherell | Missing header. |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Vadim Zeitlin | do VMS-specific X symbols redefinitions only once in... |
commit | commitdiff | tree | snapshot |
2008-01-01 |
Vadim Zeitlin | CentreOnScreen() is in wxTLW, not wxWindow (bug 1861670) |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Robin Dunn | Ensure AutoComp items with no type will set the item... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Vadim Zeitlin | ensure that gsockmsw.obj is linked in, it was optimized... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Václav Slavík | fixed incorrect use of wxVector<> in wxXRC |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Václav Slavík | use iterator in wxTextBuffer::Translate() instead of... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Mart Raudsepp | Remove declaration of wxScaledFontList wxHashMap, as... |
commit | commitdiff | tree | snapshot |
2007-12-31 |
Paul Cornett | fix leak when creating wxCURSOR_BLANK |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Vadim Zeitlin | fix bug with parsing negative time zones in ParseRfc822... |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Vadim Zeitlin | define wxCurrentPoppuMenu for wxUniv too |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Vadim Zeitlin | clarify when wxMaximizeEvent is [not] sent |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Julian Smart | Reduction of includes |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Julian Smart | Fixed pasting inefficiency |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Robert Roebling | initial drag interface for wxDataViewCtrl |
commit | commitdiff | tree | snapshot |
2007-12-30 |
Julian Smart | Typo correction |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Julian Smart | Added missing includes |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Julian Smart | Added missing include |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Julian Smart | Added automatic dialog scrolling ability |
commit | commitdiff | tree | snapshot |
2007-12-29 |
Robert Roebling | wxDataViewCtrl DnD stubs, some reformating |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Robert Roebling | Implement rest of MSW's wxDataViewCtrl's native column... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Robert Roebling | Restore MSW's colour picker, II |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Robert Roebling | Restore MSW's colour picker |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Robert Roebling | Fix wxX11 crash |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Robin Dunn | It is possible for a scrolled window to get focus event... |
commit | commitdiff | tree | snapshot |
2007-12-28 |
Paul Cornett | Fix XPM decoder for images using color (1,0,0) and... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Robert Roebling | Also get header button height right |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Robert Roebling | Remove (wrong) theme border from header control |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Robert Roebling | Fix from Hartwig |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Julian Smart | Return type correction |
commit | commitdiff | tree | snapshot |
2007-12-27 |
Paul Cornett | speed up XPM decoding 30-40% by not creating temporary... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Robert Roebling | Some reorder code for MSW's dataviewctrl |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Stefan Csomor | fixing exports |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Robert Roebling | Patch from Hartwig and me for implementing reorderable... |
commit | commitdiff | tree | snapshot |
2007-12-26 |
Stefan Csomor | fixing exports |
commit | commitdiff | tree | snapshot |
2007-12-25 |
Mart Raudsepp | Update some references of CVS to SVN, more remain that... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Václav Slavík | compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC... |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Paul Cornett | fix setting client data |
commit | commitdiff | tree | snapshot |
2007-12-24 |
Paul Cornett | update mac gl, after rev 50900 |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | include wx/dcclient.h to declare wxWindowDC (blind... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robert Roebling | Compilo |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robert Roebling | Added a bit of cross-linking in the wxGrid docs |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robert Roebling | Added more function groups to wxGrid docs |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robert Roebling | Add HideCol/RowLabels |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Robert Roebling | Added API for column reordering |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Paul Cornett | non-pch build fix |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | allow centering wxMessageDialog on its parent window... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMe... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | implement wxListCtrl::ScrollList() (in report view... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | fixes to wxImage::ResambleBox() (patch 1843902) |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | made SetCurrent() and SwapBuffers() return boolean... |
commit | commitdiff | tree | snapshot |
2007-12-22 |
Vadim Zeitlin | handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari... |
commit | commitdiff | tree | snapshot |
next |