projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
1999-04-04
Václav Slavík
fixed input stream
commit
|
commitdiff
|
tree
|
snapshot
1999-04-04
Julian Smart
Win16 corrections
commit
|
commitdiff
|
tree
|
snapshot
1999-04-04
Harco de Hilster
removed a few objects whose sources have been moved
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Vadim Zeitlin
wxMenu and wxMenuBar modifications: now works much...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Vadim Zeitlin
code demonstrating wxMSW bug added
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Julian Smart
Corrected someone's double-initialisation bug
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Julian Smart
Correct wrong memset ordering that produced an assert...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Brian Macy
First attempt at clean-up
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Karsten Ballüder
Also the radiobox was unitialised.
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Karsten Ballüder
Compiles and runs again with new printing code (which...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Karsten Ballüder
Attempt at fixing the broken printer dialog. *Lots...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-03
Guilhem Lavaux
* Changed "wxPendingEvents" to pointers (tested on...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
Vadim Zeitlin
more backwards compatibility for printing
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
Vadim Zeitlin
a simpler fix of textctrl key doubling bug
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
Vadim Zeitlin
wxMkdir() has 2nd param under Unix
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
Julian Smart
Fixed doubled-up key effects in wxTextCtrl by resetting...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
Julian Smart
Switched wxMkdir code back to old working version.
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
Vadim Zeitlin
setup.h for makefile builds
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
J. Russell...
removed declaration of wxObject::Dump(stream &str)...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-02
J. Russell...
changed (no longer valid) wxToUpper and wxToLower to...
commit
|
commitdiff
|
tree
|
snapshot
1999-04-01
Julian Smart
Fixed wxPalette memory leak when loading BMP files
commit
|
commitdiff
|
tree
|
snapshot
1999-04-01
Robert Roebling
With the exceptions of DnD, wxGTk now works with
commit
|
commitdiff
|
tree
|
snapshot
1999-04-01
Vadim Zeitlin
wxMkDir() has 'perm' argument
commit
|
commitdiff
|
tree
|
snapshot
1999-04-01
Vadim Zeitlin
wxFindNextFile typo corrected
commit
|
commitdiff
|
tree
|
snapshot
1999-03-31
Brian Macy
Very bad wxPrintData destructor... fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
1999-03-31
Robert Roebling
added wxFrame::Command()
commit
|
commitdiff
|
tree
|
snapshot
1999-03-31
Robin Dunn
Fixed the "Can't open file" message in ReadDIB so that...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-31
Vadim Zeitlin
wxFAIL/ASSERT/CHECK documentation updated, CHECK2 added
commit
|
commitdiff
|
tree
|
snapshot
1999-03-31
Vadim Zeitlin
count++ bug corrected (patch from Dino Scaringella)
commit
|
commitdiff
|
tree
|
snapshot
1999-03-31
Robert Roebling
Added debug code to clipbard
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Harco de Hilster
calls to wxDynamicToolBar::AddTool(int,wxBitmap&) confu...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
J. Russell...
Fixed wxApp::SendIdleEvents for Vadim's new wxWindowLis...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Vadim Zeitlin
Motif compilation fixes (now ok)
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Vadim Zeitlin
call to pthread_attr_setscope() added (disabled for...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Vadim Zeitlin
1. notes for AIX compilation added
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Vadim Zeitlin
docs synchronized with code
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Vadim Zeitlin
this file is now called setup0.h
commit
|
commitdiff
|
tree
|
snapshot
1999-03-30
Vadim Zeitlin
wxTopLevelWindows is now a wxWindowList, better compati...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
J. Russell...
changed removed wxToUpper to standard toupper
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Vadim Zeitlin
last fixes to fixes (MSW compilation works now)
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Brian Macy
Ignore failure when deleting something that might not...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Brian Macy
Don't fail when deleting files that might not exist
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Brian Macy
Added time.h so it would compile
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Vadim Zeitlin
header changes for the fixes commited previously
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Vadim Zeitlin
many miscellaneous fixes
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Vadim Zeitlin
more backwards compatibility
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Vadim Zeitlin
EVT_TEXT_UPDATED bug fixed, text ctrl callbacks simplified
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Karsten Ballüder
Merged in latest wxLayout code from Mahogany Mail.
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Julian Smart
Undefed Yield symbol if defined, else syntax error
commit
|
commitdiff
|
tree
|
snapshot
1999-03-29
Julian Smart
Fixed missing brace in app.cpp
commit
|
commitdiff
|
tree
|
snapshot
1999-03-28
Harco de Hilster
added some more URLs
commit
|
commitdiff
|
tree
|
snapshot
1999-03-28
Harco de Hilster
works for windows too now.
commit
|
commitdiff
|
tree
|
snapshot
1999-03-28
Harco de Hilster
updated. Lots of new useless features. Internet-enabled...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-27
Harco de Hilster
somewhat better organization; still a mess though....
commit
|
commitdiff
|
tree
|
snapshot
1999-03-27
Guilhem Lavaux
* Added threads event propagation. Should compile on...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-27
Harco de Hilster
set background to white. EVT_CHAR still doesn't work...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-26
Harco de Hilster
very silly sample
commit
|
commitdiff
|
tree
|
snapshot
1999-03-26
Julian Smart
Added paper classes.
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Julian Smart
Many changes to the printing classes.
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Vadim Zeitlin
wait4() replaced by waitpid() which is POSIX
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Vadim Zeitlin
wxUSE_SIZE_T_STRING_OPERATOR fix
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Vadim Zeitlin
HAVE_BOOL fix
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Vadim Zeitlin
AIX patches from Hans-Joachim Baader <hans-joachim...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Vadim Zeitlin
Motif cell highlighting problem fixed
commit
|
commitdiff
|
tree
|
snapshot
1999-03-25
Vadim Zeitlin
wxNO_BORDER honoured by wxTextCtrl
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
char handling fixed again
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
fix for scrolling in checklistboxes (Win32 only)
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
hack to allow icons in wxStaticBitmap as well as bitmaps
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
char handling fixed once again
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
CollapseAndReset() fixed
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
compilation fixes
commit
|
commitdiff
|
tree
|
snapshot
1999-03-24
Vadim Zeitlin
wxMenu code clean up
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Harco de Hilster
Some minor fixes to satisfy Latex. Tex2rtf works ok.
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Vadim Zeitlin
compilation fix
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Julian Smart
Corrected valtext.cpp for disabled controls; added...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Vadim Zeitlin
1. ReadMailcap/MimeTypes returna bool error code
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Vadim Zeitlin
wxFileDialog::GetFilename and GetDir work now
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Vadim Zeitlin
EndModal() isn't called twice any more
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Vadim Zeitlin
EnsureVisible() also expands the parent items
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Vadim Zeitlin
more fixes for paused thread termination
commit
|
commitdiff
|
tree
|
snapshot
1999-03-23
Julian Smart
WS_CLIPCHILDREN is not always enabled in wxNotebook...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Vadim Zeitlin
issue with right aligned checkboxes added
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Vadim Zeitlin
hack to implement right aligned checkboxes
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Karsten Ballüder
fixed the description of wxSafeYield()
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Vadim Zeitlin
wxSafeYield documented
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Vadim Zeitlin
wxEvent::Skip() clarification added
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Vadim Zeitlin
attempt to fix Delete/Pause deadlock
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Vadim Zeitlin
unix directory added to 'clean' target
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
Karsten Ballüder
Added wxSafeYield(wxWindow *win=NULL).
commit
|
commitdiff
|
tree
|
snapshot
1999-03-22
J. Russell...
Minor correction to allow "disabled" buttons to work...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-21
Julian Smart
Added wxTreeCtrl::SetItemDropHighlight (wxMSW only);
commit
|
commitdiff
|
tree
|
snapshot
1999-03-21
J. Russell...
Modified wxMSW listbox.cpp to work with wxCommandEvent...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-19
Karsten Ballüder
Fixed wxExecute() to handle filenames with spaces and...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-17
J. Russell...
Added Makefile/Makefile.in to generate tex2rtf under...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-17
Vadim Zeitlin
mime.types entries with all fields on same line parsed...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-17
J. Russell...
1 - fixed listbox.cpp to work with events with m_comman...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-17
J. Russell...
1 - Moved settingsdlg.[h,cpp] and wxinfo.[h,cpp] to...
commit
|
commitdiff
|
tree
|
snapshot
1999-03-16
Vadim Zeitlin
wxCommandEvent::SetString() change - now uses wxString
commit
|
commitdiff
|
tree
|
snapshot
1999-03-16
Vadim Zeitlin
wxTextFile::Close() implemented
commit
|
commitdiff
|
tree
|
snapshot
1999-03-16
Karsten Ballüder
testing cvs
commit
|
commitdiff
|
tree
|
snapshot
next