2008-01-12 |
Robert Roebling | Invoke default action if dclick event after <ENTER... |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Blind compilation fixes. |
tree | commitdiff |
2008-01-12 |
Stefan Neis | Removed constructor already defined in header. |
tree | commitdiff |
2008-01-12 |
Stefan Neis | derive wxColourBase from wxObject on os2 as well |
tree | commitdiff |
2008-01-11 |
Václav Slavík | fixed memory leak in wxXmlResource introduced when... |
tree | commitdiff |
2008-01-11 |
Jouk Jansen | updates for OpenVMS compile support |
tree | commitdiff |
2008-01-10 |
Paul Cornett | compute scrollbar widths in a more standard way, get... |
tree | commitdiff |
2008-01-10 |
Robert Roebling | Use SetFocusIgnoringChildren() |
tree | commitdiff |
2008-01-10 |
Robert Roebling | Applied [ 1867939 ] fixes for wxTreeCtrl crashes when... |
tree | commitdiff |
2008-01-10 |
Robert Roebling | Simplified code and applied [ 1867939 ] fixes for wxTre... |
tree | commitdiff |
2008-01-10 |
Julian Smart | Corrections to bitmap handling |
tree | commitdiff |
2008-01-10 |
Paul Cornett | don't use the same parameter name twice, HP compiler... |
tree | commitdiff |
2008-01-10 |
Paul Cornett | build fix for !wxUSE_THREADS |
tree | commitdiff |
2008-01-09 |
Julian Smart | Fixed GetInfo to use the current language. |
tree | commitdiff |
2008-01-09 |
Julian Smart | Don't ignore path when prompting for file in SaveAs() |
tree | commitdiff |
2008-01-09 |
Paul Cornett | avoid undefined behavior from token paste resulting... |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | resolve ambiguity between 2 inherited versions of Clear... |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | restore SetSelection(-1, -1) behaviour which was broken... |
tree | commitdiff |
2008-01-08 |
Robert Roebling | Last part from weak ref patch for event sink disconnection |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix for !HAVE_STRPTIME case after ParseXXX... |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix after wxWindowIDRef changes |
tree | commitdiff |
2008-01-08 |
Paul Cornett | speed up ReadWord by using more efficient separator... |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | STL build fix |
tree | commitdiff |
2008-01-08 |
Vadim Zeitlin | compilation fix for STL build; also don't pass unknown... |
tree | commitdiff |
2008-01-08 |
Robin Dunn | Check wxUSE_DATAVIEWCTRL |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | initialize wxMSWSystemMenuFontModule stuff on demand... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | adjust the minimal menu item height to be lesser than... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | don't use wxSubwindows with a single element to store... |
tree | commitdiff |
2008-01-07 |
Robert Roebling | [ 1865141 ] wxNotebook::DeletePage can result in invali... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | store ids of sub-items directly in wxSubwindows instead... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | compilation fix for MSVC: remove implicit wxStringImpl... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | added another ParseFormat() overload for better backwar... |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | compilation fix after wxDateTime::ParseFormat() changes |
tree | commitdiff |
2008-01-07 |
Vadim Zeitlin | make wxDateTime::ParseXXX() functions char*-friendly |
tree | commitdiff |
2008-01-06 |
Stefan Neis | Allow using socket from both wxBase and wxCore (adoptin... |
tree | commitdiff |
2008-01-06 |
Stefan Neis | Adopted OS/2 to DC reorganisation (r50348). |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | PCH-less compilation fix after last commit |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | fix crash in wxExecuteModule::OnExit() (never noticed... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | small tweak to the close icon (patch 1674689) |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | fix wxExecute thread shutdown and free wxExecuteData... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | return false from Dispatch() if gtk_main_quit() was... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxFlexGridSizer for layout of the labels in the... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | add support of wxTE_PROCESS_ENTER (1/2 of patch 1831995) |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | use wxWindowIDRef to transparently implement auto-gener... |
tree | commitdiff |
2008-01-06 |
Vadim Zeitlin | don't unload libgnomevfs.so, this results in a crash... |
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-06 |
Vadim Zeitlin | fix comparison of BYTE variable with -1 after last... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | removed extra default clause accidentally added by... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | clean up wxEvtHandler::m_eventsLocker weirdness: there... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | fix handling of OEM VKs in wxCharCodeWXToMSW() (patch... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | meaning of left/right keys should be inversed in RTL... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | correct handling of positive quality values (2nd part... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | more fixes to handling of the resolution chosen in... |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | don't remove handlers from wxPendingEvents list, they... |
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-05 |
Vadim Zeitlin | compilation fix for wxUSE_DISPLAY==0 |
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 |
Paul Cornett | fix for last commit: didn't work if mask was white |
tree | commitdiff |
2008-01-03 |
Paul Cornett | Fix wxCursor(wxImage&) ctor for image widths not a... |
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 | also scroll vertically if necessary in MoveToItem(... |
tree | commitdiff |
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 |
next |