2013-02-27 |
Stefan Neis | No real changes, just spelling fixes to comments. Closes...
|
commit | commitdiff | tree |
2013-01-27 |
Stefan Neis | No changes, just remove unneeded variable initialization...
|
commit | commitdiff | tree |
2013-01-27 |
Stefan Neis | No real changes, just spelling fixes. Closes #14998.
|
commit | commitdiff | tree |
2013-01-27 |
Stefan Neis | Just some spelling fixes, no real changes. Closes ...
|
commit | commitdiff | tree |
2012-02-19 |
Stefan Neis | Spelling fixed for comments and a wxASSERT_MSG. Fixes...
|
commit | commitdiff | tree |
2012-02-18 |
Stefan Neis | Fixed spelling errors, fixes #14021.
|
commit | commitdiff | tree |
2012-02-18 |
Stefan Neis | Spelling fixes to comments, fixes #13994.
|
commit | commitdiff | tree |
2012-02-18 |
Stefan Neis | Fixed miss-spelling in output messages (enviroment...
|
commit | commitdiff | tree |
2012-02-05 |
Stefan Neis | Reverted bogus fix for bogus bug report #13402.
|
commit | commitdiff | tree |
2012-02-05 |
Stefan Neis | Mark unused parameter as such, fixes #13402.
|
commit | commitdiff | tree |
2012-01-22 |
Stefan Neis | Fixed typo in variable name, fixing #13872.
|
commit | commitdiff | tree |
2011-12-29 |
Stefan Neis | Do not put semicolons after the definition of an inline...
|
commit | commitdiff | tree |
2011-12-29 |
Stefan Neis | Include some more declarations & defines.
|
commit | commitdiff | tree |
2011-12-29 |
Stefan Neis | Reordered "extern" and WXDLLIMPEXP_CORE specifiers...
|
commit | commitdiff | tree |
2009-11-22 |
Stefan Neis | Fixed Cut&Paste error in wxTextCtrl::ChangeValue documentati...
|
commit | commitdiff | tree |
2009-09-13 |
Stefan Neis | Be more paranoid about parent window possibly being...
|
commit | commitdiff | tree |
2009-03-14 |
Stefan Neis | Sorry, needed to fix typo in previous commit.
|
commit | commitdiff | tree |
2009-03-14 |
Stefan Neis | Update m_nSize when shrinking wxArrayString (fixes...
|
commit | commitdiff | tree |
2009-02-22 |
Stefan Neis | Various compilation fixes.
|
commit | commitdiff | tree |
2009-02-22 |
Stefan Neis | Cleanup of functions not taking any parameter.
|
commit | commitdiff | tree |
2009-02-21 |
Stefan Neis | Added wxSingleInstanceChecker for OS/2 (patch #10491).
|
commit | commitdiff | tree |
2009-02-01 |
Stefan Neis | Removed extraneous semicolon (partly fixes #10456).
|
commit | commitdiff | tree |
2009-02-01 |
Stefan Neis | Fixed compilation error on OS/2 (strnlen declaration...
|
commit | commitdiff | tree |
2009-02-01 |
Stefan Neis | Removed extraneous semicolons and commas (partly fixes...
|
commit | commitdiff | tree |
2008-10-20 |
Stefan Neis | Compilation fix for gcc-4 and newer.
|
commit | commitdiff | tree |
2008-10-19 |
Stefan Neis | Compilation fix for gcc-4 and newer.
|
commit | commitdiff | tree |
2008-10-08 |
Stefan Neis | Fixed header file conflict.
|
commit | commitdiff | tree |
2008-10-08 |
Stefan Neis | Added missing include.
|
commit | commitdiff | tree |
2008-10-08 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handling...
|
commit | commitdiff | tree |
2008-10-07 |
Stefan Neis | Avoid cyclic includes by forward declaring wxColour.
|
commit | commitdiff | tree |
2008-08-30 |
Stefan Neis | Added implementation of thread local storage for OS/2.
|
commit | commitdiff | tree |
2008-08-30 |
Stefan Neis | Workaround for bug in gcc-3.1 through gcc-3.3 in handling...
|
commit | commitdiff | tree |
2008-07-09 |
Stefan Neis | Applied fix for wxGrid::ClearAttrCache (#9712).
|
commit | commitdiff | tree |
2008-07-06 |
Stefan Neis | Make AutoSizing in wxGrid's SetCol/RowSize work and...
|
commit | commitdiff | tree |
2008-07-05 |
Stefan Neis | Added missing include (#9625).
|
commit | commitdiff | tree |
2008-07-05 |
Stefan Neis | Experimental simplification of the code by using MWERKS...
|
commit | commitdiff | tree |
2008-06-29 |
Stefan Neis | Don't force ColWidth to always grow for wxGridCellAutoWrapSt...
|
commit | commitdiff | tree |
2008-06-28 |
Stefan Neis | Restricted column/row resizing in cell window to left...
|
commit | commitdiff | tree |
2008-06-18 |
Stefan Neis | Cleaned up/Fixed wxGrid{Cell,RowOrCol}AttrData::SetAttr...
|
commit | commitdiff | tree |
2008-06-15 |
Stefan Neis | Fixed problems with reassigning the already assigned...
|
commit | commitdiff | tree |
2008-06-15 |
Stefan Neis | Fixed wxDoSetEnv (ticket # 9588).
|
commit | commitdiff | tree |
2008-06-15 |
Stefan Neis | Added missing screen update on deselection in wxGrid...
|
commit | commitdiff | tree |
2008-06-15 |
Stefan Neis | Applied ticket #1230 (patch to SetColFormatCustom)...
|
commit | commitdiff | tree |
2008-06-07 |
Stefan Neis | Compilation fix for GTK1.
|
commit | commitdiff | tree |
2008-06-07 |
Stefan Neis | Use spaces in configuration names, so they need less...
|
commit | commitdiff | tree |
2008-06-04 |
Stefan Neis | More compilation fixes for mingw-w64.
|
commit | commitdiff | tree |
2008-06-01 |
Stefan Neis | Added mingw-w64 builds (cross compile on i686-linux).
|
commit | commitdiff | tree |
2008-05-31 |
Stefan Neis | Compilation fixes for mingw-w64.
|
commit | commitdiff | tree |
2008-05-22 |
Stefan Neis | Linker fix for non-PM builds.
|
commit | commitdiff | tree |
2008-05-17 |
Stefan Neis | Fixed wxWindowOS2::Reparent.
|
commit | commitdiff | tree |
2008-05-17 |
Stefan Neis | Added missing #include.
|
commit | commitdiff | tree |
2008-05-16 |
Stefan Neis | Ensure that wxApp::Yield is always processing pending...
|
commit | commitdiff | tree |
2008-05-12 |
Stefan Neis | Clarified difference between wrap width and width of...
|
commit | commitdiff | tree |
2008-05-11 |
Stefan Neis | Blind fix for bug #1936227 (unable to set initial value...
|
commit | commitdiff | tree |
2008-04-09 |
Stefan Neis | Added missing (trivial) implementation file for wxMiniFrame...
|
commit | commitdiff | tree |
2008-04-05 |
Stefan Neis | Tests for declarations of snprintf/vsnprintf/vsscanf...
|
commit | commitdiff | tree |
2008-04-02 |
Stefan Neis | Added detection of vsscanf and whether or not a prototype...
|
commit | commitdiff | tree |
2008-04-01 |
Stefan Neis | Another attempt at fixing Watcom compilation.
|
commit | commitdiff | tree |
2008-04-01 |
Stefan Neis | Added header needed for Solaris to find finite() prototype.
|
commit | commitdiff | tree |
2008-03-30 |
Stefan Neis | Add OS/2 to buildbot (patch #1929212).
|
commit | commitdiff | tree |
2008-03-29 |
Stefan Neis | Linker fixes for OS/2 build.
|
commit | commitdiff | tree |
2008-03-29 |
Stefan Neis | OS/2 port: reorganized wxBitmap/wxBitmapHandler classes...
|
commit | commitdiff | tree |
2008-03-23 |
Stefan Neis | Compilation fix.
|
commit | commitdiff | tree |
2008-03-23 |
Stefan Neis | Updated brush/pen implementation for OS/2 to current...
|
commit | commitdiff | tree |
2008-03-23 |
Stefan Neis | Fixed compilation after wxBrushStyle/wxPenStyle changes.
|
commit | commitdiff | tree |
2008-03-23 |
Stefan Neis | Compilation fix (CreateTimerImpl is taken from timerunx...
|
commit | commitdiff | tree |
2008-02-13 |
Stefan Neis | Blind fix to improve wx-config's Bourne shell compatibility.
|
commit | commitdiff | tree |
2008-01-19 |
Stefan Neis | Fixed OS/2 compilation after wxDC changes
|
commit | commitdiff | tree |
2008-01-19 |
Stefan Neis | Applied patch #1875242 - fixing more bugs related to...
|
commit | commitdiff | tree |
2008-01-18 |
Stefan Neis | Fixed errors in OS/2's wxDC::SetMapMode (patch #1871556...
|
commit | commitdiff | tree |
2008-01-12 |
Stefan Neis | Some wxOS2 compilation fixes after wxDC changes
|
commit | commitdiff | tree |
2008-01-12 |
Stefan Neis | Fixed compilation.
|
commit | commitdiff | tree |
2008-01-12 |
Stefan Neis | Implemented wxGDIObject::Create/CloneGDIRefData() for...
|
commit | commitdiff | tree |
2008-01-12 |
Stefan Neis | Blind compilation fixes.
|
commit | commitdiff | tree |
2008-01-12 |
Stefan Neis | Removed constructor already defined in header.
|
commit | commitdiff | tree |
2008-01-12 |
Stefan Neis | derive wxColourBase from wxObject on os2 as well
|
commit | commitdiff | tree |
2008-01-06 |
Stefan Neis | Allow using socket from both wxBase and wxCore (adopting...
|
commit | commitdiff | tree |
2008-01-06 |
Stefan Neis | Adopted OS/2 to DC reorganisation (r50348).
|
commit | commitdiff | tree |
2008-01-02 |
Stefan Neis | Blind fix for typo in 50972.
|
commit | commitdiff | tree |
2007-11-24 |
Stefan Neis | Blind compilation fix for Watcom.
|
commit | commitdiff | tree |
2007-11-24 |
Stefan Neis | Added new files for console event loop on OS/2.
|
commit | commitdiff | tree |
2007-11-22 |
Stefan Neis | Also use unix timer implementation for ConsoleApp.
|
commit | commitdiff | tree |
2007-11-21 |
Stefan Neis | Added files for console event loop.
|
commit | commitdiff | tree |
2007-11-21 |
Stefan Neis | Compilation fix for OS/2.
|
commit | commitdiff | tree |
2007-11-21 |
Stefan Neis | Moved wxConsoleAppTraits::CreateEventLoop from baseunix...
|
commit | commitdiff | tree |
2007-11-18 |
Stefan Neis | Use new wxTextEntry implementation on OS/2.
|
commit | commitdiff | tree |
2007-11-18 |
Stefan Neis | Added wxTextEntry implementation for OS/2.
|
commit | commitdiff | tree |
2007-11-18 |
Stefan Neis | Compilation fix for Watcom (on OS/2).
|
commit | commitdiff | tree |
2007-11-18 |
Stefan Neis | Fixed argument handling.
|
commit | commitdiff | tree |
2007-11-17 |
Stefan Neis | Changed control name constants from wxChar to char...
|
commit | commitdiff | tree |
2007-11-11 |
Stefan Neis | Avoid passing wxChar* to API functions (patch #1830017).
|
commit | commitdiff | tree |
2007-11-11 |
Stefan Neis | Avoid deprecation warnings for ::IsEmpty (patch #1829909)
|
commit | commitdiff | tree |
2007-11-11 |
Stefan Neis | Avoid deprecation warnings for GetText (patch #1829903)
|
commit | commitdiff | tree |
2007-11-11 |
Stefan Neis | Compilation fix (patch #1829901)
|
commit | commitdiff | tree |
2007-11-08 |
Stefan Neis | Compilationf fixes according to patch #1828105.
|
commit | commitdiff | tree |
2007-11-07 |
Stefan Neis | Fixed compilation error (patch #1827541).
|
commit | commitdiff | tree |
2007-10-28 |
Stefan Neis | Applied patch #1821711 (workaround for Watcom inconsistency...
|
commit | commitdiff | tree |
2007-10-28 |
Stefan Neis | OS/2 currently unsupported due to platform's insufficient...
|
commit | commitdiff | tree |
2007-06-08 |
Stefan Neis | Try using UTF-8 on OS/2.
|
commit | commitdiff | tree |
2007-05-26 |
Stefan Neis | Another compilation fix.
|
commit | commitdiff | tree |
next |