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 |
1999-04-28 |
Karsten Ballüder | Fixed gtk 1.0.6 corruped menu entry names.
|
commit | commitdiff | tree |
1999-04-28 |
Karsten Ballüder | Fixed gtk 1.0.6 floating subwindow bug.
|
commit | commitdiff | tree |
1999-04-26 |
Karsten Ballüder | Added the missing check for libw needed for wcslen...
|
commit | commitdiff | tree |
1999-04-23 |
Karsten Ballüder | Modify to demonstrate layout bug.
|
commit | commitdiff | tree |
1999-04-20 |
Karsten Ballüder | typos fixed
|
commit | commitdiff | tree |
1999-04-20 |
Karsten Ballüder | Tests for wchar.h/wcstr.h - PLEASE DO NOT GUESS BUT...
|
commit | commitdiff | tree |
1999-04-20 |
Karsten Ballüder | I think I fixed the wxGenericPrintSetupDialog but PLEASE...
|
commit | commitdiff | tree |
1999-04-19 |
Karsten Ballüder | SOCKLEN_T expanded to socklen_t if supported, neede...
|
commit | commitdiff | tree |
1999-04-15 |
Karsten Ballüder | Added a wxYield() warning to wxExecute() entry.
|
commit | commitdiff | tree |
1999-04-15 |
Karsten Ballüder | Added wxEnableTopLevelWindows(bool enable) for use...
|
commit | commitdiff | tree |
1999-04-13 |
Karsten Ballüder | Added variable cursor to highlight embedded user data.
|
commit | commitdiff | tree |
1999-04-12 |
Karsten Ballüder | Countless (some half-finished) optimisations.
|
commit | commitdiff | tree |
1999-04-09 |
Karsten Ballüder | No more overlap between lines (I hope).
|
commit | commitdiff | tree |
1999-04-09 |
Karsten Ballüder | better centering of text/images
|
commit | commitdiff | tree |
1999-04-09 |
Karsten Ballüder | fixed some glitches
|
commit | commitdiff | tree |
1999-04-09 |
Karsten Ballüder | Modified it to adjust to different icons sizes. Please...
|
commit | commitdiff | tree |
1999-04-08 |
Karsten Ballüder | Removed check for pthread-0.7 on Linux which causes...
|
commit | commitdiff | tree |
1999-04-08 |
Karsten Ballüder | Fixed gtk 1.2.x wxYield() problem (tested).
|
commit | commitdiff | tree |
1999-04-07 |
Karsten Ballüder | workaround for counterintuitive wxString::operator...
|
commit | commitdiff | tree |
1999-04-07 |
Karsten Ballüder | I seem to have fixed the DeleteSubGroups() bug - PLEASE...
|
commit | commitdiff | tree |
1999-04-03 |
Karsten Ballüder | Also the radiobox was unitialised.
|
commit | commitdiff | tree |
1999-04-03 |
Karsten Ballüder | Compiles and runs again with new printing code (which...
|
commit | commitdiff | tree |
1999-04-03 |
Karsten Ballüder | Attempt at fixing the broken printer dialog. *Lots...
|
commit | commitdiff | tree |
1999-03-29 |
Karsten Ballüder | Merged in latest wxLayout code from Mahogany Mail.
|
commit | commitdiff | tree |
1999-03-22 |
Karsten Ballüder | fixed the description of wxSafeYield()
|
commit | commitdiff | tree |
1999-03-22 |
Karsten Ballüder | Added wxSafeYield(wxWindow *win=NULL).
|
commit | commitdiff | tree |
1999-03-19 |
Karsten Ballüder | Fixed wxExecute() to handle filenames with spaces and...
|
commit | commitdiff | tree |
1999-03-16 |
Karsten Ballüder | testing cvs
|
commit | commitdiff | tree |
1999-03-14 |
Karsten Ballüder | Fixes and more functionality.
|
commit | commitdiff | tree |
1999-03-14 |
Karsten Ballüder | Should work very well now.
|
commit | commitdiff | tree |
1999-03-12 |
Karsten Ballüder | fixed locking problem
|
commit | commitdiff | tree |
1999-03-12 |
Karsten Ballüder | fixed a listctrl index bug
|
commit | commitdiff | tree |
1999-03-11 |
Karsten Ballüder | Fixed configure/linkage for non-threaded case.
|
commit | commitdiff | tree |
1999-03-11 |
Karsten Ballüder | Another solaris 2.5 fix.
|
commit | commitdiff | tree |
1999-03-11 |
Karsten Ballüder | gcc 2.8.0/solaris compilation fix
|
commit | commitdiff | tree |
1999-03-08 |
Karsten Ballüder | Fixed checking for libjpeg and linking against it which...
|
commit | commitdiff | tree |
1999-03-07 |
Karsten Ballüder | New, rewritten, wxLayout. Almost complete.
|
commit | commitdiff | tree |
1999-03-05 |
Karsten Ballüder | Utility scripts for external HTML help controller.
|
commit | commitdiff | tree |
1999-02-25 |
Karsten Ballüder | GetNextItem() now checks for item < GetItemCount()...
|
commit | commitdiff | tree |
1999-02-22 |
Karsten Ballüder | Fixed DoSetClientSize() causing infinite recursion.
|
commit | commitdiff | tree |
1999-02-10 |
Karsten Ballüder | added test for long long
|
commit | commitdiff | tree |
1999-02-10 |
Karsten Ballüder | Added test for long long type. (Really trivial, see...
|
commit | commitdiff | tree |
1999-02-10 |
Karsten Ballüder | small modification to stdin/stdout/stderr behaviour...
|
commit | commitdiff | tree |
1999-02-08 |
Karsten Ballüder | updated wxLayout
|
commit | commitdiff | tree |
1999-02-08 |
Karsten Ballüder | fixed linkage problem
|
commit | commitdiff | tree |
1999-02-08 |
Karsten Ballüder | compilation fixes
|
commit | commitdiff | tree |
1999-01-31 |
Karsten Ballüder | Added (untested) support for sub-locales.
|
commit | commitdiff | tree |
1999-01-27 |
Karsten Ballüder | Another solaris fix. :-<
|
commit | commitdiff | tree |
1999-01-26 |
Karsten Ballüder | More compilation fixes for Solaris. :-<
|
commit | commitdiff | tree |
1999-01-26 |
Karsten Ballüder | more waste of time fixing uncompilable code
|
commit | commitdiff | tree |
1999-01-26 |
Karsten Ballüder | sun compilation fix
|
commit | commitdiff | tree |
1999-01-26 |
Karsten Ballüder | compilation fixes for solaris
|
commit | commitdiff | tree |
1999-01-26 |
Karsten Ballüder | fixed wxBusyCursor privacy bug
|
commit | commitdiff | tree |
1999-01-22 |
Karsten Ballüder | Now uses dcps.h
|
commit | commitdiff | tree |
1999-01-20 |
Karsten Ballüder | Fixed orientation of radioboxes.
|
commit | commitdiff | tree |
1999-01-14 |
Karsten Ballüder | Split part of wxExtHelpController into wxHTMLHelpControllerB...
|
commit | commitdiff | tree |
1999-01-13 |
Karsten Ballüder | Fixes for compilation problems on Solaris(!).
|
commit | commitdiff | tree |
1999-01-09 |
Karsten Ballüder | wxComboBox included (removed dependency on wxUSE_COMBOBOX...
|
commit | commitdiff | tree |
1998-12-10 |
Karsten Ballüder | Fixed typo.
|
commit | commitdiff | tree |
1998-12-10 |
Karsten Ballüder | fixed typo
|
commit | commitdiff | tree |
1998-12-10 |
Karsten Ballüder | another API change fix
|
commit | commitdiff | tree |
1998-12-10 |
Karsten Ballüder | Solved the -ggdb problem.
|
commit | commitdiff | tree |
1998-12-10 |
Karsten Ballüder | Modified wxExecute() to close stdin/stdout/stderr.
|
commit | commitdiff | tree |
1998-12-10 |
Karsten Ballüder | Trying to adopt to new wxGTK API.
|
commit | commitdiff | tree |
1998-12-08 |
Karsten Ballüder | Added files.
|
commit | commitdiff | tree |
1998-12-08 |
Karsten Ballüder | Overwrote(!!) with source files that compile and link...
|
commit | commitdiff | tree |
1998-12-01 |
Karsten Ballüder | Another try to detect alpha systems and fix string...
|
commit | commitdiff | tree |
1998-11-27 |
Karsten Ballüder | handle sizeof(int) correctly
|
commit | commitdiff | tree |
1998-11-27 |
Karsten Ballüder | made operator definition dependent on sizeof(int),...
|
commit | commitdiff | tree |
1998-11-26 |
Karsten Ballüder | removed duplicate fixes
|
commit | commitdiff | tree |
1998-11-26 |
Karsten Ballüder | trying to resolve string problem
|
commit | commitdiff | tree |
1998-11-26 |
Karsten Ballüder | trying with only an operator[] (int) and not (size_t)
|
commit | commitdiff | tree |
1998-11-25 |
Karsten Ballüder | use unsigned for wxString [] operator
|
commit | commitdiff | tree |
1998-11-25 |
Karsten Ballüder | another i.c.e.
|
commit | commitdiff | tree |
1998-11-25 |
Karsten Ballüder | fixed internal compiler error
|
commit | commitdiff | tree |
1998-11-25 |
Karsten Ballüder | fixed internal compiler error and proper translation
|
commit | commitdiff | tree |
next |