projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
wxWidgets.git
2006-09-12
Paul Cornett
calling GtkPizza base class method on non-GtkPizza...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Julian Smart
Increased size slightly
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Julian Smart
Sometimes, m_x and m_y don't reflect the true position...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Julian Smart
Added pango_context_get_language to speed up pango_cont...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Julian Smart
Style listbox now shows current style
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Robert Roebling
Reverse Left and Right meaning of keys.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Robert Roebling
More RTL fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Václav Slavík
limit clipping to surface area
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Robert Roebling
Add const to GetTargetSize()
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Julian Smart
Setting the current style from the UI is a mode that...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Robert Roebling
RD forgot to add "Do"
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Julian Smart
Fixed flag setting omission that showed up as list...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-12
Robin Dunn
more properties
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Václav Slavík
fixed two typos: XLOG2DEV was used instead of YLOG2DEV
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Robin Dunn
Use DoIsExposed for the virtual version of the method...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Robin Dunn
sync with CVS updates
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Robert Roebling
Further RTL fixes.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Vadim Zeitlin
removed GTK header include
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Vadim Zeitlin
compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Václav Slavík
implemented DrawPoint in terms of DrawLine (for now)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Václav Slavík
removed tabs and trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Václav Slavík
wxXML load/save improvements: added ability to not...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Robert Roebling
Implement dc mirroring for RTL.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Robert Roebling
Make IsExposed virtual.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-11
Václav Slavík
move misc surface helpers to wxIDirectFBSurface class
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
added hyperlink alignment flags (patch 1537043)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
compilation fixes for wxUSE_STL==1 (patch 1555754)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
minor corrections and note about Unicode (patch 1555691)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
use RTL paragraphs in rich edit control in RTL mode...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
return correct coordinates for child windows from DoGet...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
fix static box label drawing in RTL locale (patch 1552545)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
added wxLocale::IsAvailable() (extended patch 1547191)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
use wxID_OPEN instead of INTERNAT_OPEN
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
compilation fix for Unicode build (patch 1546975)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
allow wxRB_GROUP to be changed after creation (patch...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
fix constructing wxRegKey from string names (replaces...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
clear values of type SQL_C_DATE/TIME too (patch 1541829)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
don't call ::GetSystemMetrics() unnecessarily in wxGetH...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Paul Cornett
avoid null pointer dereference in DoGetClientSize
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Robert Roebling
The usual missing commit.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Robert Roebling
Implemented window coord mirroring for RTL. This
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
ensure that -2 font size is readable, it could be too...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
small sample cleanup (formatting, use stock menu items)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
ensure that IsDialogMessage() is not called in the...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Václav Slavík
compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Václav Slavík
fixed subcontrols refreshing in wxWindow::Refresh
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Václav Slavík
make it possible to create wxWindowDC for a hidden...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Václav Slavík
added wxWindow::IsVisible() method
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Robert Roebling
Also set GTK text direction to m_wxwindow.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Robert Roebling
Remove direct access to GtlPizza's offset
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
blind compilation fix for daily builds error
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
compilation fix for !WX_PRECOMP (missing wx/app.h)
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Mart Raudsepp
Restore ability to have a much lower runtime GTK versio...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
removed overloaded virtual InitWith() methods, keep...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
compilation fix after wxGUIAppTraits::GetToolkitVersion...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-10
Vadim Zeitlin
removed unused variable
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
compilation fixes after recent stock menu items changes
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
reSWIGged
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
more properties
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
mention Pulse mode on Guage, and native toolbar on Mac
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Path fix
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
reSWIGged
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
reSWIGtged
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
It's not in use yet, but add Kevin's docparser code...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Build the contents and index files for HtmlHelp
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
DetachRoot
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Add AddStretchSpacer and friends
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Pulse mode in gauge
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Show Pulse mode
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Compilo fix
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
remove unused GtkPizza members scroll_[xy]
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Don't show AlphaDrawing for now...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Simplify use of MacIsWindowScrollbar
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Kevin Ollivier
Mac(Carbon) impl of wxGauge::Pulse, also added sample...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
include fix
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
check encoding in EnumerateFacenames(); implemented...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
only return matching modes from GetModes()
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
some app.h cleanup: minimize includes, use static cast
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
implement wxComboBox::SetEditable()
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Václav Slavík
added unary wxPoint::operator-
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
The patch was missing a header.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
incomplete commit
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
Apply patch [ 1548750 ] wxVsnprintf() various fixes
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
Typo.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
Applied doc patch.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
define debugging log functions as (empty inline) wxLogN...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
Applied wxGauge:Pulse() patch.
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
undid last 2 commits, there are many more cases like...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
more warning fixes about empty if statement in helper...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Vadim Zeitlin
fix warning about empty if statement in HDCClipper...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
Apply patch [ 1554736 ] wxXmlDocument::DetachRoot
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robert Roebling
Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Don't let the built-in scrollbars confuse things when...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
add emission hook from RemoveIdleSource (was RemoveIdle...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
remove unneeded DoGetClientSize
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
don't set negative window size
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Paul Cornett
keep AdjustScrollbars from causing an infinite series...
commit
|
commitdiff
|
tree
|
snapshot
2006-09-09
Robin Dunn
Remove some testing code
commit
|
commitdiff
|
tree
|
snapshot
2006-09-08
Robin Dunn
Use GetKeyCode() instead of KeyCode()
commit
|
commitdiff
|
tree
|
snapshot
2006-09-08
Robin Dunn
Show status of wxMac CoreGraphics build option
commit
|
commitdiff
|
tree
|
snapshot
next