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 |
2005-08-18 |
Mattia Barbon | Avoid some -Wundef warning. Check for __WXGTK__ using... |
tree | commitdiff |
2005-08-17 |
Mart Raudsepp | [wxGTK2] gtk+-2.8.0 compatibility. Removed the usage... |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | added GetCurrentSelection(); made GetSelection() behave... |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | hacked around wxGTK wxStaticText which doesn't derive... |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | avoid gcc warning |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | added wxStaticText::Wrap() |
tree | commitdiff |
2005-08-16 |
Włodzimierz Skiba | Build fix. |
tree | commitdiff |
2005-08-16 |
Włodzimierz Skiba | Reuse functionality of wxGetStockLabel(). |
tree | commitdiff |
2005-08-16 |
Julian Smart | Added context help styles |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | don't use wxApp::GetAppName() in the usage message... |
tree | commitdiff |
2005-08-15 |
Vadim Zeitlin | compilation fix for wxUSE_STL=1 and mingw |
tree | commitdiff |
2005-08-15 |
Vadim Zeitlin | replaced annoying wxLogDebug()s with wxLogTrace() |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Let wxGetFileKind(FILE*) return wxFILE_KIND_UNKNOWN... |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Set wxSTREAM_WRITE_ERROR for wxFFileInputStream when... |
tree | commitdiff |
2005-08-13 |
Julian Smart | Fixed dangling pointers bug; radio button was not remov... |
tree | commitdiff |
2005-08-12 |
Michael Wetherell | Translate '&Help' to '&' for italian Windows only |
tree | commitdiff |
2005-08-12 |
Julian Smart | Adaptations for PDA-sized screens |
tree | commitdiff |
2005-08-12 |
Julian Smart | Added support for "help" parameter (context help text). |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | force update of MDI client window size after the MDI... |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | added wxSIZE_FORCE flag for SetSize() |
tree | commitdiff |
2005-08-10 |
Michael Wetherell | Undo r1.52 since we get another problem. |
tree | commitdiff |
2005-08-08 |
Michael Wetherell | wxMBConv test cases, patch 1179989 from Vince Harron |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | add missing braces to quiet gcc warnings about missing... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed #if KEY_wxList_DEPRECATED: as KEY_wxList_DEPREC... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | removed mentions of wxUSE_OWNER_DRAWN: unless I miss... |
tree | commitdiff |
2005-08-08 |
Vadim Zeitlin | correct -Wundef warning for __MSL__ |
tree | commitdiff |
2005-08-08 |
Michael Wetherell | Rebake after recguard.h added to bakefiles |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | Expand tabs, identation/whitespace fixes |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | Expand tabs |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | [wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | don't use wxVERIFY, it generates gcc warnings and is... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | deTABified; removed unused variable provoking a gcc... |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | unused variable warning when !wxMAC_USE_NATIVE_TOOLBAR |
tree | commitdiff |
2005-08-07 |
Vadim Zeitlin | assign 0, not NULL, to an int |
tree | commitdiff |
next |