projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
1999-05-30
Robert Roebling
Compile fix.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-30
Robert Roebling
A bit more Unicode compilation.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-30
Brian Macy
IMHO these are the correct flags for borland
commit
|
commitdiff
|
tree
|
snapshot
1999-05-29
Brian Macy
fixed #if !NOPCH to be #if !defined(NOPCH)
commit
|
commitdiff
|
tree
|
snapshot
1999-05-29
Vadim Zeitlin
compilation fixed
commit
|
commitdiff
|
tree
|
snapshot
1999-05-28
Robin Dunn
Made SetFont for wxCheckListBox more intelligent.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-28
Robert Roebling
Added fixes for Unicode compilation.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-28
Julian Smart
Added rc and def files for new samples
commit
|
commitdiff
|
tree
|
snapshot
1999-05-28
Robert Roebling
Small correction to list ctrl and default button...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-28
Robert Roebling
New defines for wxTreeCtrl
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Julian Smart
Added dcbase target to various makefiles
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Julian Smart
Added some makefiles for caret, scroll and drawing...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Robert Roebling
Color cubes now get created on 8-bit true-color
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Robert Roebling
Corrected SetItemState() in listctrl
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Robert Roebling
compile fixes. Vadim ows me a pizza.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Vadim Zeitlin
1. warning in wxDataObject fixed
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Robert Roebling
Doc updates.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Vadim Zeitlin
1. wxDataObject compilation fixes (can't test if it...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-27
Robert Roebling
Small cursor improvements
commit
|
commitdiff
|
tree
|
snapshot
1999-05-26
Vadim Zeitlin
wxPrivateDataObject works under MSW as well (hopefully...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-26
Robert Roebling
Got a new idea to do cursors, including global
commit
|
commitdiff
|
tree
|
snapshot
1999-05-26
Guilhem Lavaux
* Small fix in wxHTTP::BuildRequest
commit
|
commitdiff
|
tree
|
snapshot
1999-05-26
Vadim Zeitlin
validators now validate again
commit
|
commitdiff
|
tree
|
snapshot
1999-05-26
Robert Roebling
Made wxClientDC's use safe as per wxMSW.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-26
Robert Roebling
wxScrolledWindow inherits from wxPanel to
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Brian Macy
Cleaned up some warnings
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Brian Macy
Move some functions from header into here
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Brian Macy
Added dcbase.cpp
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Brian Macy
Move code to a dcbase.cpp
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Brian Macy
Fixed SetForeground and SetBackground declarations
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Vadim Zeitlin
wxCaret MSW bug fixes
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Robert Roebling
"Corrected" logical function in wxDC.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Vadim Zeitlin
caret.cpp included
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Vadim Zeitlin
wxCaret now exists not only under MSW but on any suppor...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Guilhem Lavaux
* wxThread fixes
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Vadim Zeitlin
1. wxNotifyEvent documented
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Robert Roebling
windows emit wxCreateWindowEvent
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Julian Smart
Reverted corrupt file (may not be in line with Vadim...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Robert Roebling
Fixed a notebook crash and added more tests to sample.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-25
Julian Smart
Misc small changes
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Robert Roebling
Made listctrl header BG grey again
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Vadim Zeitlin
1. bug fixes in wxCaret
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Robert Roebling
Rewrote wxNotebook, incl. PAGE_CHANGING event
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Unknown (BV)
Updated splitter docs to describe new wxSP_PERMIT_UNSPL...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Unknown (BV)
Added always-unsplittable style option (wxSP_PERMIT_UNS...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Unknown (BV)
Added wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGING.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Robert Roebling
Empty notebooks show up again. I'm afraid this
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Guilhem Lavaux
wxFileIn/OutputStream fix
commit
|
commitdiff
|
tree
|
snapshot
1999-05-24
Robert Roebling
Hardcode colours in systems settings.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
Vadim Zeitlin
1. some minor but nasty bugs fixed (see post to the...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
Vadim Zeitlin
more MDI features tested
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
Vadim Zeitlin
corrected MSW-specific bug (in the sample, not the...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
Robert Roebling
Now wxYield() calls wxApp::ProcessIdle() which also
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
J. Russell...
repaired recently broken framelayout
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
Robert Roebling
Compile fix for GTK 1.0
commit
|
commitdiff
|
tree
|
snapshot
1999-05-23
Guilhem Lavaux
* wxSocket seems to work with the async requester turne...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-22
Robert Roebling
GTK 1.0 compilation (not tested)
commit
|
commitdiff
|
tree
|
snapshot
1999-05-22
Robert Roebling
Played a little with sockets.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-22
Robert Roebling
Put wxGTK's threads back to life.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-22
Unknown (NI)
Improved keypress handling
commit
|
commitdiff
|
tree
|
snapshot
1999-05-22
Unknown (NI)
Improved keyboard handling
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Vadim Zeitlin
msg catalog code bugfix for 64 bit platforms
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Unknown (NI)
Added missing comma
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Unknown (NI)
Fixed handling of keypress WXK_NUMPAD_NEXT
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Unknown (NI)
added constant WXK_NUMPAD_NEXT
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Robert Roebling
Made GetLabel/SetLabel() virtual
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Robert Roebling
Fixed typos in window.cpp and utils.cpp
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Vadim Zeitlin
GetItem() doesn't ignore column number any more
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
Vadim Zeitlin
HP-UX gcc compilation fixes
commit
|
commitdiff
|
tree
|
snapshot
1999-05-21
J. Russell...
documented wxCONFIG_USE_RELATIVE_PATH
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Vadim Zeitlin
mysterious radiobox bug finally fixed
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Vadim Zeitlin
bugs in splitter docs corrected
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Guilhem Lavaux
* Added a fix from Allen to wxStringTokenizer
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Robert Roebling
GtkMyFixed is now more "GTK 1.2.3 ready".
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Ove Kaaven
Unicode compilation fix for find_*_of()
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Robin Dunn
wxScrolledWindow for wxMSW is now getting wxScrollWinEv...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Unknown (BV)
Added a reference to the splitter event class and macros.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Unknown (BV)
Added the rest of the wxSplitterEvent class interface...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-20
Unknown (BV)
Fix bug in which splitter would not close if sash pulle...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Vadim Zeitlin
file which undefs symbols ocnflicting with windows.h
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Vadim Zeitlin
1. bug in wxSplitter corrected: mouse event coords...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Robert Roebling
Augmented version to b5
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Brian Macy
Changed [] parameters to be unsigned.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Karsten Ballüder
updated
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Vadim Zeitlin
wxThread::Entry documented
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Robert Roebling
YOu can now activate the menu pressing F10 anywhere.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Robert Roebling
Listctrl should now send char and key_down events.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Robert Roebling
Corrected tree ctrl behaviour.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Robert Roebling
Updated distrib.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Robin Dunn
fixed error about wxFrame::Command not returning a...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Vadim Zeitlin
notebook creation bug fixed
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Vadim Zeitlin
ScreenToClient() implemented correctly
commit
|
commitdiff
|
tree
|
snapshot
1999-05-19
Vadim Zeitlin
1. wxMSW seems to work (please test and send your bug...
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Robert Roebling
More key event work. Added SetDetectableAutoRepeat.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Brian Macy
Fixed some compile errors
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Karsten Ballüder
minor progress bar fix
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Karsten Ballüder
highlighting fixes
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Robert Roebling
No longer emit char events for shift/ctrl presses.
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Karsten Ballüder
fixed an over-optimisation
commit
|
commitdiff
|
tree
|
snapshot
1999-05-18
Karsten Ballüder
Merged in from Mahogany. A bit better and safer.
commit
|
commitdiff
|
tree
|
snapshot
next