2010-01-08 |
Paul Cornett | for file load/save, always try wxImage first, fallback...
|
commit | commitdiff | tree |
2010-01-08 |
Paul Cornett | fix broken #elif
|
commit | commitdiff | tree |
2010-01-07 |
Paul Cornett | remove unused function GetGdkVisual()
|
commit | commitdiff | tree |
2010-01-07 |
Paul Cornett | defer creating bitmap representation until it is needed
|
commit | commitdiff | tree |
2010-01-05 |
Paul Cornett | remove never-implemented palette support
|
commit | commitdiff | tree |
2009-12-16 |
Paul Cornett | preserve type when loaded image is rescaled, #11543
|
commit | commitdiff | tree |
2009-12-16 |
Paul Cornett | allow setting client size to work properly before window...
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | minor cleanup
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | remove unused variables, minor cleanup
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | remove -I on nonexistent directory
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | remove unnecessary DoGetBestSize
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | simplify Enable()
|
commit | commitdiff | tree |
2009-12-03 |
Paul Cornett | make access for virtuals match base
|
commit | commitdiff | tree |
2009-12-02 |
Paul Cornett | make array data fully const
|
commit | commitdiff | tree |
2009-12-02 |
Paul Cornett | use const_cast where appropriate
|
commit | commitdiff | tree |
2009-12-02 |
Paul Cornett | check for self assignment in operator=
|
commit | commitdiff | tree |
2009-12-01 |
Paul Cornett | remove m_backing_window member, to keep people from...
|
commit | commitdiff | tree |
2009-12-01 |
Paul Cornett | remove unused data member
|
commit | commitdiff | tree |
2009-11-15 |
Paul Cornett | look for backtrace() in -lexecinfo, fixes #9783
|
commit | commitdiff | tree |
2009-11-10 |
Paul Cornett | wxSpinCtrl values are always integral, they don't need...
|
commit | commitdiff | tree |
2009-11-10 |
Paul Cornett | wxSpinCtrl::SetIncrement is supposed to take an int...
|
commit | commitdiff | tree |
2009-11-08 |
Paul Cornett | avoid causing idle event from GetValue(), fixes #11013
|
commit | commitdiff | tree |
2009-11-04 |
Paul Cornett | work around probable bug in GTK+ 2.18 when calling...
|
commit | commitdiff | tree |
2009-10-31 |
Paul Cornett | make sure ShowWithoutActivating only takes effect once
|
commit | commitdiff | tree |
2009-10-30 |
Paul Cornett | implement ShowWithoutActivating for GTK+
|
commit | commitdiff | tree |
2009-10-25 |
Paul Cornett | feature name must match description
|
commit | commitdiff | tree |
2009-10-17 |
Paul Cornett | derive wxMask from wxMaskBase
|
commit | commitdiff | tree |
2009-10-13 |
Paul Cornett | Make m_idleMutex an object instead of a pointer. Use...
|
commit | commitdiff | tree |
2009-10-09 |
Paul Cornett | replace TRUE/FALSE with true/false
|
commit | commitdiff | tree |
2009-10-08 |
Paul Cornett | remove requested button rather than last one, return...
|
commit | commitdiff | tree |
2009-10-06 |
Paul Cornett | non-PCH build fix
|
commit | commitdiff | tree |
2009-10-04 |
Paul Cornett | add missing break
|
commit | commitdiff | tree |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on...
|
commit | commitdiff | tree |
2009-10-03 |
Paul Cornett | revert, checked in the wrong file
|
commit | commitdiff | tree |
2009-10-03 |
Paul Cornett | QuickTime is needed by wxBitmap
|
commit | commitdiff | tree |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on...
|
commit | commitdiff | tree |
2009-09-30 |
Paul Cornett | use proper signature for callback function
|
commit | commitdiff | tree |
2009-09-30 |
Paul Cornett | build fix for wxUSE_CONSOLE_EVENTLOOP==0
|
commit | commitdiff | tree |
2009-09-30 |
Paul Cornett | build fix for wxUSE_SOCKETS==0
|
commit | commitdiff | tree |
2009-09-28 |
Paul Cornett | linking fix for wxUSE_VALIDATORS==0
|
commit | commitdiff | tree |
2009-09-28 |
Paul Cornett | build fix for wxUSE_SOCKETS==0
|
commit | commitdiff | tree |
2009-09-23 |
Paul Cornett | build fixes for wxUSE_VALIDATORS==0
|
commit | commitdiff | tree |
2009-08-27 |
Paul Cornett | small fix to last commit, only disable updating decor...
|
commit | commitdiff | tree |
2009-08-27 |
Paul Cornett | avoid deferred show with Fluxbox, its support for _NET_REQUE...
|
commit | commitdiff | tree |
2009-08-19 |
Paul Cornett | Fix loading BMPs, broken in r60852. Parenthesize shift...
|
commit | commitdiff | tree |
2009-08-05 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2009-07-18 |
Paul Cornett | fix crash with repeated split horizontal/vertical and...
|
commit | commitdiff | tree |
2009-05-06 |
Paul Cornett | draw focus rect for wxCheckListBox item
|
commit | commitdiff | tree |
2009-05-06 |
Paul Cornett | fix off-by-one size of wxCheckListBox item draw rect
|
commit | commitdiff | tree |
2009-05-06 |
Paul Cornett | build fixes for wxUSE_CONFIG==0
|
commit | commitdiff | tree |
2009-02-21 |
Paul Cornett | fix the restore of the fix of r58979
|
commit | commitdiff | tree |
2009-02-21 |
Paul Cornett | fix event table base for wxListMainWindow
|
commit | commitdiff | tree |
2009-02-21 |
Paul Cornett | check for self-assignment in operator=
|
commit | commitdiff | tree |
2009-02-21 |
Paul Cornett | non-pch build fixes, some cleanup
|
commit | commitdiff | tree |
2009-02-21 |
Paul Cornett | fix for missing sighandler_t
|
commit | commitdiff | tree |
2009-02-20 |
Paul Cornett | fix for HP aCC
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | add braces around if-body
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | remove old hacks for gtk blit problem which was probably...
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | remove unnecessary cast, that type should match
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | better fix for aCC and rawbmp.h
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | avoid setting negative size
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | unused variable
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | remove unused gtk includes
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | check for self-assignment in operator=
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | remove extra semicolons
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | fix for HP aCC, it can't compile rawbmp.h
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't parse the template syntax
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | fix for IBM xlC 8, it can't compile Clone() if wxDataFormat...
|
commit | commitdiff | tree |
2009-02-19 |
Paul Cornett | fix for IBM and HP compilers, which don't allow ->...
|
commit | commitdiff | tree |
2009-02-18 |
Paul Cornett | use bool expression rather than implicit conversion
|
commit | commitdiff | tree |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode
|
commit | commitdiff | tree |
2009-02-18 |
Paul Cornett | build fixes for wxUSE_THREADS==0
|
commit | commitdiff | tree |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetClientSize()
|
commit | commitdiff | tree |
2009-02-16 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2009-02-16 |
Paul Cornett | fix evtloop.h header dependency
|
commit | commitdiff | tree |
2009-02-10 |
Paul Cornett | corrected build fix, new code does work with GTK+ ...
|
commit | commitdiff | tree |
2009-02-08 |
Paul Cornett | new wxTaskBarIcon implementation for GTK2
|
commit | commitdiff | tree |
2009-02-08 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the...
|
commit | commitdiff | tree |
2009-02-05 |
Paul Cornett | use the right GdkWindow and origin for non-pizza widget...
|
commit | commitdiff | tree |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem
|
commit | commitdiff | tree |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolling...
|
commit | commitdiff | tree |
2009-02-01 |
Paul Cornett | simplify Refresh() and Update()
|
commit | commitdiff | tree |
2009-02-01 |
Paul Cornett | fix drawing from Update() being overwritten, fixes...
|
commit | commitdiff | tree |
2009-01-21 |
Paul Cornett | don't use m_backing_window, it can't be drawn on
|
commit | commitdiff | tree |
2009-01-20 |
Paul Cornett | build fixes and cleanup
|
commit | commitdiff | tree |
2009-01-12 |
Paul Cornett | return index of first added image in Add(), like MSW...
|
commit | commitdiff | tree |
2009-01-12 |
Paul Cornett | use text cursor only when control is enabled, #10347
|
commit | commitdiff | tree |
2009-01-08 |
Paul Cornett | revert slop from previous commit
|
commit | commitdiff | tree |
2009-01-07 |
Paul Cornett | build fix for GTK+ 2.12 and earlier
|
commit | commitdiff | tree |
2009-01-07 |
Paul Cornett | do minimal invalidations to get border to redraw properly
|
commit | commitdiff | tree |
2009-01-04 |
Paul Cornett | build fix for GTK+ versions prior to 2.14
|
commit | commitdiff | tree |
2009-01-04 |
Paul Cornett | properly handle DC origin and scale in wxDoFloodFill()
|
commit | commitdiff | tree |
2009-01-04 |
Paul Cornett | native implementation of DoGetPixel()
|
commit | commitdiff | tree |
2009-01-04 |
Paul Cornett | remove Rescale(), it is no longer used
|
commit | commitdiff | tree |
2009-01-04 |
Paul Cornett | Complete rewrite of DoDrawBitmap() and DoBlit().
|
commit | commitdiff | tree |
2009-01-02 |
Paul Cornett | fix GCC warning "suggest explicit braces..."
|
commit | commitdiff | tree |
2009-01-02 |
Paul Cornett | fix header dependancy
|
commit | commitdiff | tree |
2008-12-27 |
Paul Cornett | don't assert (and then crash) in wxEvent::Clone() checking...
|
commit | commitdiff | tree |
2008-12-24 |
Paul Cornett | fix saving/restoring size when WM supports _NET_FRAME_EXTENT...
|
commit | commitdiff | tree |
next |