1999-06-22 |
Karsten Ballüder | Significantly improved thanks to vi.
|
commit | commitdiff | tree |
1999-06-21 |
Karsten Ballüder | Crude hack to enable PageUp/DownKeys when controlbar...
|
commit | commitdiff | tree |
1999-06-21 |
Karsten Ballüder | print overlap gone, mouse/cursor handling
|
commit | commitdiff | tree |
1999-06-21 |
Karsten Ballüder | fixes to progressdialog and its use in printing framework
|
commit | commitdiff | tree |
1999-06-21 |
Karsten Ballüder | merged in from Mahogany
|
commit | commitdiff | tree |
1999-06-21 |
Karsten Ballüder | cursor reflects focus change
|
commit | commitdiff | tree |
1999-06-21 |
Karsten Ballüder | Merged in latest changes from Mahogany. Untested.
|
commit | commitdiff | tree |
1999-06-18 |
Karsten Ballüder | replaced a wrong assert with an if
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | Fixed the ugly cursor. global cursor no longer initialised...
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | "wx/xxx.h" --> <wx/xxx.h>
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | Changed default cursor to be an arrow rather than the...
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | Fixed fatal typo.
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | Modified to always prefix CPPFLAGS with local include...
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | Uses new wxMenu(long style) constructor.
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | Implemented tearoff menus, please see my posting to...
|
commit | commitdiff | tree |
1999-06-17 |
Karsten Ballüder | file should end with newline
|
commit | commitdiff | tree |
1999-06-16 |
Karsten Ballüder | wxCHOICE defaults to yes now, even in debug mode
|
commit | commitdiff | tree |
1999-06-14 |
Karsten Ballüder | Fixed the keyboard selection handling (Please remember...
|
commit | commitdiff | tree |
1999-06-14 |
Karsten Ballüder | Should work for wxMSW, now. Cannot test this myself...
|
commit | commitdiff | tree |
1999-06-14 |
Karsten Ballüder | Modified so that it should work for __WXMSW__, too...
|
commit | commitdiff | tree |
1999-06-14 |
Karsten Ballüder | improved selection-autodeletion, but backspace handling...
|
commit | commitdiff | tree |
1999-06-13 |
Karsten Ballüder | Added missing initialisation of m_AutoDeleteSelection.
|
commit | commitdiff | tree |
1999-06-13 |
Karsten Ballüder | Fixed two minor bugs. Still more than enough left....
|
commit | commitdiff | tree |
1999-06-13 |
Karsten Ballüder | Added missing wxGetFullHostName() and wxNO_DEFAULT...
|
commit | commitdiff | tree |
1999-06-11 |
Karsten Ballüder | Fixed a few bugs.
|
commit | commitdiff | tree |
1999-06-10 |
Karsten Ballüder | Popup menu and cursor corrected. Some bugs fixed.
|
commit | commitdiff | tree |
1999-06-10 |
Karsten Ballüder | Attempt to add primary selection support.
|
commit | commitdiff | tree |
1999-06-10 |
Karsten Ballüder | Attempt to add primary selection support, but doesn...
|
commit | commitdiff | tree |
1999-06-10 |
Karsten Ballüder | The cursor is back! (Someone corrected wxGTK's idea...
|
commit | commitdiff | tree |
1999-06-10 |
Karsten Ballüder | layout better
|
commit | commitdiff | tree |
1999-06-10 |
Karsten Ballüder | documented the wxNO_DEFAULT that I added to make No...
|
commit | commitdiff | tree |
1999-06-09 |
Karsten Ballüder | Fixed.
|
commit | commitdiff | tree |
1999-06-09 |
Karsten Ballüder | added WAVE
|
commit | commitdiff | tree |
1999-06-09 |
Karsten Ballüder | Added --with-wave/--without-wave for conditional wxWave...
|
commit | commitdiff | tree |
1999-06-09 |
Karsten Ballüder | Fixed handling of --enable-optimise (had to remove...
|
commit | commitdiff | tree |
1999-06-09 |
Karsten Ballüder | compilation fixes
|
commit | commitdiff | tree |
1999-06-09 |
Karsten Ballüder | Now works with older versions of the test command,...
|
commit | commitdiff | tree |
1999-06-08 |
Karsten Ballüder | another fix
|
commit | commitdiff | tree |
1999-06-08 |
Karsten Ballüder | Fixed compilation, sorry for that.
|
commit | commitdiff | tree |
1999-06-07 |
Karsten Ballüder | Coupled some core functionality out, to allow its use...
|
commit | commitdiff | tree |
1999-06-07 |
Karsten Ballüder | now accepts automake 1.3, too
|
commit | commitdiff | tree |
1999-06-07 |
Karsten Ballüder | Added a function to get screen coordinates relating...
|
commit | commitdiff | tree |
1999-06-07 |
Karsten Ballüder | Moved to ../samples/rtfedit.
|
commit | commitdiff | tree |
1999-06-07 |
Karsten Ballüder | Formerly known as wxLayout.
|
commit | commitdiff | tree |
1999-06-06 |
Karsten Ballüder | My heavy modification and some back-changes to allow...
|
commit | commitdiff | tree |
1999-05-19 |
Karsten Ballüder | updated
|
commit | commitdiff | tree |
1999-05-18 |
Karsten Ballüder | minor progress bar fix
|
commit | commitdiff | tree |
1999-05-18 |
Karsten Ballüder | highlighting fixes
|
commit | commitdiff | tree |
1999-05-18 |
Karsten Ballüder | fixed an over-optimisation
|
commit | commitdiff | tree |
1999-05-18 |
Karsten Ballüder | Merged in from Mahogany. A bit better and safer.
|
commit | commitdiff | tree |
1999-05-16 |
Karsten Ballüder | minor bug fix
|
commit | commitdiff | tree |
1999-05-16 |
Karsten Ballüder | Added a wxDataFormat::SetAtom() inline function.
|
commit | commitdiff | tree |
1999-05-16 |
Karsten Ballüder | Minor fix for wxDF_PRIVATE, but doesn't work yet.
|
commit | commitdiff | tree |
1999-05-16 |
Karsten Ballüder | Many, many updates. Almost perfect.
|
commit | commitdiff | tree |
1999-05-16 |
Karsten Ballüder | More translations (All that I am interested in, if...
|
commit | commitdiff | tree |
1999-05-16 |
Karsten Ballüder | About 30% done.
|
commit | commitdiff | tree |
1999-05-14 |
Karsten Ballüder | a few more buglets
|
commit | commitdiff | tree |
1999-05-14 |
Karsten Ballüder | NL insert bug
|
commit | commitdiff | tree |
1999-05-14 |
Karsten Ballüder | Updated, fixed a colour bug.
|
commit | commitdiff | tree |
1999-05-14 |
Karsten Ballüder | The new layout mechanism is better than the old one...
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | I was stupid enough to reorganise the way font changes...
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | untested changes...
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | some changes, untested
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | ProgressDialog now handles multiple copies and shows...
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | slowdown effect
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | another wxLayout bug, prints empty pages suddenly
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | fixed wrong range for print progress dialog
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | removed an assert which was broken (looked right though)
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | Fixed a minor bug in hotKey handling.
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | two more bug notes
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | first text (header lines) in M get malformatted
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | find position bug fixed
|
commit | commitdiff | tree |
1999-05-13 |
Karsten Ballüder | Added finding of text in the list and fixed calculation...
|
commit | commitdiff | tree |
1999-05-12 |
Karsten Ballüder | Modified font handling (on the way to real rtf editing...)
|
commit | commitdiff | tree |
1999-05-12 |
Karsten Ballüder | wxlayout bug
|
commit | commitdiff | tree |
1999-05-12 |
Karsten Ballüder | now we can even edit again
|
commit | commitdiff | tree |
1999-05-12 |
Karsten Ballüder | Missing "c" bug should be gone.
|
commit | commitdiff | tree |
1999-05-12 |
Karsten Ballüder | Cursor movements and selections even in non-edit mode.
|
commit | commitdiff | tree |
1999-05-12 |
Karsten Ballüder | Scroll to cursor works correctly now.
|
commit | commitdiff | tree |
1999-05-11 |
Karsten Ballüder | updated
|
commit | commitdiff | tree |
1999-05-11 |
Karsten Ballüder | COPY works, cut still missing, highlighting buggy.
|
commit | commitdiff | tree |
1999-05-11 |
Karsten Ballüder | This one-liner seems to fix the wxStaticText alignment.
|
commit | commitdiff | tree |
1999-05-11 |
Karsten Ballüder | Some nice improvements, it's even quite fast now!
|
commit | commitdiff | tree |
1999-05-10 |
Karsten Ballüder | Suppressing selection highlighting in M.
|
commit | commitdiff | tree |
1999-05-10 |
Karsten Ballüder | Selection improvement.
|
commit | commitdiff | tree |
1999-05-10 |
Karsten Ballüder | wxScrolledWindow::Scroll() no longer calls Refresh...
|
commit | commitdiff | tree |
1999-05-10 |
Karsten Ballüder | Added Refresh() to OnMouse.
|
commit | commitdiff | tree |
1999-05-10 |
Karsten Ballüder | Updated for Mahogany.
|
commit | commitdiff | tree |
1999-05-09 |
Karsten Ballüder | Selection marking seems fine now.
|
commit | commitdiff | tree |
1999-05-09 |
Karsten Ballüder | Partially functioning selections.
|
commit | commitdiff | tree |
1999-05-09 |
Karsten Ballüder | Added a generic wxProgressDialog and made wxPostscriptPrinte...
|
commit | commitdiff | tree |
1999-05-08 |
Karsten Ballüder | Much improved, update rectangles almost work. Selections...
|
commit | commitdiff | tree |
1999-05-07 |
Karsten Ballüder | Fixed SetZoom() so it can be used from the outside.
|
commit | commitdiff | tree |
1999-05-07 |
Karsten Ballüder | Crude hack to fix crash for 8bit displays. Seems to...
|
commit | commitdiff | tree |
1999-05-06 |
Karsten Ballüder | Removed superfluous GDK_DECOR_BORDER.
|
commit | commitdiff | tree |
1999-05-06 |
Karsten Ballüder | Minor fixes, should be ok now.
|
commit | commitdiff | tree |
1999-05-05 |
Karsten Ballüder | Modified WM hints handling which should be much better...
|
commit | commitdiff | tree |
1999-05-03 |
Karsten Ballüder | fix for gtk 1.0.x
|
commit | commitdiff | tree |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning
|
commit | commitdiff | tree |
1999-04-30 |
Karsten Ballüder | suppressed compiler warning about unitialised umask...
|
commit | commitdiff | tree |
next |