2005-09-02 |
Vadim Zeitlin | ignore hidden buttons when emulating clicks on them |
tree | commitdiff |
2005-09-02 |
Mart Raudsepp | [wxGTK2] Plug memory leak in wxMemoryDC (approx. 525... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | ignore hidden windows when deciding if the MDI parent... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | hide MDI parent frame if it's empty and a new child... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | fix for -Wundef warning |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | corrected typo and changed wording of an assert |
tree | commitdiff |
2005-09-01 |
Włodzimierz Skiba | Missing wxGetOsDescription(). |
tree | commitdiff |
2005-09-01 |
Włodzimierz Skiba | Sizing fixes for wxListbook and wxChoicebook. |
tree | commitdiff |
2005-09-01 |
Stefan Csomor | optimizing for multiple Realize calls in sequence,... |
tree | commitdiff |
2005-09-01 |
Stefan Csomor | moving and slightly extending the comment on CGState |
tree | commitdiff |
2005-09-01 |
Stefan Csomor | support for the AllPages attribute, proper round trip... |
tree | commitdiff |
2005-09-01 |
Vadim Zeitlin | better handling of empty MDI parent frame visibility... |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | hide the MDI parent frame instead of just moving it... |
tree | commitdiff |
2005-08-31 |
Stefan Neis | Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict... |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | show the name of incrimanted class in RTTI registration... |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | CoreGraphics : experimental colour pattern / dash suppo... |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | setting CG origin to printable area |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | somehow an additional call moved in... removed |
tree | commitdiff |
2005-08-31 |
Stefan Csomor | setting All Pages if To is 0 |
tree | commitdiff |
2005-08-30 |
Vadim Zeitlin | return a more useful value from wxJoystick::GetProductN... |
tree | commitdiff |
2005-08-30 |
Vadim Zeitlin | better looking fallback resources for IRIX (patch from... |
tree | commitdiff |
2005-08-30 |
Włodzimierz Skiba | Missing wxGetOsDescription() for wxMGL in response... |
tree | commitdiff |
2005-08-30 |
Vadim Zeitlin | generate mouse events for all static controls, not... |
tree | commitdiff |
2005-08-30 |
Vadim Zeitlin | fix for status bar positioning: account for wx client... |
tree | commitdiff |
2005-08-29 |
Mart Raudsepp | Remove assert from wxNativeFontInfo::GetFamily() due... |
tree | commitdiff |
2005-08-29 |
Chris Elliott | fix as discuused on wxdev for bc54 |
tree | commitdiff |
2005-08-29 |
Vadim Zeitlin | another (blind) compilation fix for Borland after last... |
tree | commitdiff |
2005-08-29 |
Vadim Zeitlin | compilation fix; unTABbed |
tree | commitdiff |
2005-08-29 |
Vadim Zeitlin | (blind) compilation fix for Borland after last commit |
tree | commitdiff |
2005-08-29 |
Mart Raudsepp | [wxGTK2] Runtime check for pango_font_family_is_monospa... |
tree | commitdiff |
2005-08-29 |
Mart Raudsepp | [wxGTK2] Runtime check for pango_font_family_is_monospa... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | use #ifdef and not #if (fixes -Wundef warnings reported... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed cursor flicker (patch 1254492 by Hans P. Palbol) |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed status bar positioning to work both with and... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | added IsSizeDeferred() (part of patch 1199639) |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed bug in wxStreamBuffer::Read(wxStreamBuffer *... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed wxRegionRefData copy ctor (patch 1274403) |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | corrected #ifdefs testing wxUSE_UNICODE_MSLU |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | Fixed several bugs in wxDateTime timezone handling: |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | Improved wxStaticBox border calculation for wxMotif. |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | Remove useless code. |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | All toplevel windows without the wxNO_BORDER style... |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | Improve sizer support in generic wxNotebook. Fix... |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | Under wxMotif, default buttons are bigger than other... |
tree | commitdiff |
2005-08-28 |
Mattia Barbon | Implement GetMinSize for wxMotif wxButton. Helps... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | added wxLongLong::ToDouble() |
tree | commitdiff |
2005-08-27 |
Stefan Csomor | several fixes, guards, and an implementation for remova... |
tree | commitdiff |
2005-08-27 |
Stefan Csomor | allowing a clear of a graphic context, and set the... |
tree | commitdiff |
2005-08-27 |
Stefan Csomor | save correctly oriented GraphicState and clear Context... |
tree | commitdiff |
2005-08-26 |
Vadim Zeitlin | open fstream with ios::binary flag to be compatible... |
tree | commitdiff |
2005-08-25 |
Chris Elliott | fix gpf in mdi sample with motif when child is closed |
tree | commitdiff |
2005-08-25 |
Vadim Zeitlin | pressing enter now activates the default button even... |
tree | commitdiff |
2005-08-25 |
Vadim Zeitlin | only give error about missing richedit.dll once (the... |
tree | commitdiff |
2005-08-25 |
Włodzimierz Skiba | [ 1273159 ] logical vs. bitwise operators, part 2 |
tree | commitdiff |
2005-08-25 |
Mart Raudsepp | [wxGTK2] Check if a family wasn't found for the descrip... |
tree | commitdiff |
2005-08-24 |
Mattia Barbon | As reported by Chris Elliott some releases of Lesstif... |
tree | commitdiff |
2005-08-24 |
Vadim Zeitlin | compilation fix for systems with XtIMSignal |
tree | commitdiff |
2005-08-24 |
Vadim Zeitlin | compilation fix: DefaultVisual() needs Display, not... |
tree | commitdiff |
2005-08-24 |
Michael Wetherell | Move LabelWrapper, TextSizerWrapper classes out of... |
tree | commitdiff |
2005-08-24 |
Vadim Zeitlin | fixed -Wundef warning for HAVE_SCHED_H |
tree | commitdiff |
2005-08-24 |
Włodzimierz Skiba | wxUSE_STATTEXT guard. |
tree | commitdiff |
2005-08-24 |
Włodzimierz Skiba | [1267725] Wrong operator for logical/bitwise operation |
tree | commitdiff |
2005-08-24 |
Mart Raudsepp | [wxGTK2] Don't duplicate code inside wxFontRefData... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | use wxString::Format(), calling string.Format() has... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | some compilers don't like statics in inline functions... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | check for missing statfs() prototype (happens at least... |
tree | commitdiff |
2005-08-23 |
Włodzimierz Skiba | wxOS2/OW warning and build fixes. |
tree | commitdiff |
2005-08-23 |
Julian Smart | Don't try drawing the bitmap before it's valid |
tree | commitdiff |
2005-08-23 |
Stefan Csomor | cleanup and adding the case when the toplevel window... |
tree | commitdiff |
2005-08-23 |
Stefan Csomor | adding a string for private data identification |
tree | commitdiff |
2005-08-23 |
Mart Raudsepp | [wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFo... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Move wxFontRefData::SetStyle/SetWeight to... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Don't query native font for underlined, but... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Do what we (I) can wrt the win32 centric wxNat... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxX11] a ROMAN font is with serifs and a SWISS font... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Return wxTELETYPE with GetFamily() for monospa... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Plug memory leak in wxFontEnumerator::Enumerat... |
tree | commitdiff |
2005-08-22 |
Mattia Barbon | Compilation fix for Motif 1.2. |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] wxFont::Get* - Query native font for informati... |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | remove the carbon event handlers just before calling... |
tree | commitdiff |
2005-08-22 |
Włodzimierz Skiba | Empty string corrections. |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | respecting DoDragDrop flags like CopyOnly |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | correcting DropData behaviour so that preferred format... |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | correcting Drag Data handling for 'TEXT' and 'utxt' |
tree | commitdiff |
2005-08-22 |
Stefan Csomor | adapting text object data handling along the GTK2 lines |
tree | commitdiff |
2005-08-21 |
Mattia Barbon | Made wxMotif wxFileDialog translatable. |
tree | commitdiff |
2005-08-21 |
Vadim Zeitlin | fix handling of partially-specified min size |
tree | commitdiff |
2005-08-20 |
Vadim Zeitlin | fill in OS info in GetToolkitInfo() (patch 1256409) |
tree | commitdiff |
2005-08-20 |
Vadim Zeitlin | add information for Palm/CE ports (patch 1256409) |
tree | commitdiff |
2005-08-19 |
Vadim Zeitlin | check whether unicows.dll works correctly instead of... |
tree | commitdiff |
2005-08-19 |
Vadim Zeitlin | check for unicows.dll on program starup when wxUSE_UNIC... |
tree | commitdiff |
2005-08-19 |
Stefan Csomor | workaround because regions that were built up, were... |
tree | commitdiff |
2005-08-19 |
Michael Wetherell | Remove duplicate code |
tree | commitdiff |
2005-08-19 |
Mattia Barbon | Use default GUI font for wxMessageDialog and wxFileDi... |
tree | commitdiff |
2005-08-19 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2005-08-19 |
Stefan Csomor | avoiding recursive KillEvents on the same object, in... |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | compilation fix for wxUnivGTK |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | fixed (harmless) unused variable warning in release... |
tree | commitdiff |
2005-08-18 |
Vadim Zeitlin | __WXDEBUG__ must be tested with #ifdef, not #if |
tree | commitdiff |
2005-08-18 |
Michael Wetherell | Implementations for some of the stubs |
tree | commitdiff |
next |