projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
call static functions directly
[wxWidgets.git]
/
src
/
generic
/
2006-05-06
Włodzimierz Skiba
Include wx/dcclient.h according to precompiled headers...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
don't give an error when editing of the items label...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
blank lines were ignored in multiline cell labels ...
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
code cleanup in DrawTextRectangle()
tree
|
commitdiff
2006-05-06
Vadim Zeitlin
signed/unsigned warning fix
tree
|
commitdiff
2006-05-05
Włodzimierz Skiba
Include wx/dc.h according to precompiled headers of...
tree
|
commitdiff
2006-05-05
Włodzimierz Skiba
Include wx/frame.h according to precompiled headers...
tree
|
commitdiff
2006-05-04
Włodzimierz Skiba
Include wx/panel.h according to precompiled headers...
tree
|
commitdiff
2006-05-04
Vadim Zeitlin
made GetRowCount() return size_t to avoid signed/unsign...
tree
|
commitdiff
2006-05-03
Vadim Zeitlin
fixed printf format warning on 64 bit platforms
tree
|
commitdiff
2006-05-03
David Surovell
minor cleanup - reformatting
tree
|
commitdiff
2006-05-03
Vadim Zeitlin
don't invalidate the tree size when pages are added...
tree
|
commitdiff
2006-05-03
Vadim Zeitlin
fixed setting selection when there are NULL pages in...
tree
|
commitdiff
2006-05-02
Włodzimierz Skiba
DMC warning fix.
tree
|
commitdiff
2006-05-02
Włodzimierz Skiba
Include wx/utils.h according to precompiled headers...
tree
|
commitdiff
2006-05-01
Paul Cornett
& operator should be &&
tree
|
commitdiff
2006-04-30
Włodzimierz Skiba
Renamed DrawCheckButton due to conflict with existing...
tree
|
commitdiff
2006-04-30
Włodzimierz Skiba
Warning fixes.
tree
|
commitdiff
2006-04-30
Robert Roebling
Applied patch to add n bitmaps at once to an image
tree
|
commitdiff
2006-04-30
Robert Roebling
Blindly added wxImageList::replace( int, bitmap,...
tree
|
commitdiff
2006-04-30
Robert Roebling
Trying to commit wxDirDialog patch.
tree
|
commitdiff
2006-04-30
Włodzimierz Skiba
No more avoiding wxSizer::Fit in wxWinCE builds.
tree
|
commitdiff
2006-04-28
Włodzimierz Skiba
Include wx/app.h according to precompiled headers of...
tree
|
commitdiff
2006-04-27
Włodzimierz Skiba
Refresh(row) should be RefreshRow(row), otherwise it...
tree
|
commitdiff
2006-04-27
Paul Cornett
use stock pens/colors
tree
|
commitdiff
2006-04-26
Vadim Zeitlin
fixed unused param warning and code cleanup/simplificat...
tree
|
commitdiff
2006-04-26
Robert Roebling
Added wxRenderer method for drawing selection
tree
|
commitdiff
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
tree
|
commitdiff
2006-04-26
David Surovell
minor cleanup 2 - reformatting
tree
|
commitdiff
2006-04-26
Vadim Zeitlin
remove the vertical scrollbar completely if the control...
tree
|
commitdiff
2006-04-26
Vadim Zeitlin
don't paint an infinite number of items if the control...
tree
|
commitdiff
2006-04-25
Włodzimierz Skiba
Back to previous #include order - wxGTK1 include loop...
tree
|
commitdiff
2006-04-25
David Surovell
minor cleanup - reformatting
tree
|
commitdiff
2006-04-25
Włodzimierz Skiba
Include wx/intl.h according to precompiled headers...
tree
|
commitdiff
2006-04-25
Robert Roebling
Lots of minor visual updates.
tree
|
commitdiff
2006-04-24
Robert Roebling
Compile fix
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
wxUSE_NOTEBOOK usage.
tree
|
commitdiff
2006-04-24
Robert Roebling
Committed Jaako's renderer patch
tree
|
commitdiff
2006-04-24
Robert Roebling
Finished most of the selection/focus handling.
tree
|
commitdiff
2006-04-24
Robert Roebling
Lots of selection and focus code.
tree
|
commitdiff
2006-04-24
Włodzimierz Skiba
Include wx/string.h according to precompiled headers...
tree
|
commitdiff
2006-04-22
Mart Raudsepp
Add #if !WXWIN_COMPATIBILITY_EVENT_TYPES around wxNewEv...
tree
|
commitdiff
2006-04-21
Włodzimierz Skiba
Include wx/hash.h according to precompiled headers...
tree
|
commitdiff
2006-04-20
David Surovell
fix for prior commit
tree
|
commitdiff
2006-04-20
David Surovell
cleanup - reformatting
tree
|
commitdiff
2006-04-20
Mart Raudsepp
Typo fixes (precompilatixon)
tree
|
commitdiff
2006-04-20
Włodzimierz Skiba
Include wx/list.h according to precompiled headers...
tree
|
commitdiff
2006-04-19
David Surovell
cleanup - reformatting
tree
|
commitdiff
2006-04-19
Włodzimierz Skiba
Include wx/dynarray.h according to precompiled headers...
tree
|
commitdiff
2006-04-19
Robert Roebling
renderer::DrawHeaderButton() seems to need space
tree
|
commitdiff
2006-04-19
Robert Roebling
Fix Refresh() problem.
tree
|
commitdiff
2006-04-19
Vadim Zeitlin
use wxDC::DrawCheckMark() to draw the checkbox button...
tree
|
commitdiff
2006-04-18
Robert Roebling
Added some column width contrl code.
tree
|
commitdiff
2006-04-18
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-04-18
Włodzimierz Skiba
Avoid deleting 'const' object.
tree
|
commitdiff
2006-04-18
Robert Roebling
Add wxRenderer::DrawCheckButton for use inside
tree
|
commitdiff
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
tree
|
commitdiff
2006-04-17
Vadim Zeitlin
compilation fix for !WX_PRECOMP
tree
|
commitdiff
2006-04-17
Vadim Zeitlin
implement Layout() so that sizers work correctly when...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
create stock GDI objects on demand; use const with...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
removed unnecessary (the problem is due to a bug elsewh...
tree
|
commitdiff
2006-04-16
Vadim Zeitlin
a tentatively better fix for the problem of patch 14560...
tree
|
commitdiff
2006-04-15
Vadim Zeitlin
slight simplification of coords translation code in...
tree
|
commitdiff
2006-04-14
Vadim Zeitlin
don't show vertical scrollbar if we don't need it
tree
|
commitdiff
2006-04-14
Julian Smart
Spacing tweak
tree
|
commitdiff
2006-04-14
Vadim Zeitlin
reverted wxHVScrolledWindow patch (rev 1.19/1.21 of...
tree
|
commitdiff
2006-04-14
Julian Smart
Simulated text labels and toggle highlights under buttons
tree
|
commitdiff
2006-04-14
Vadim Zeitlin
fixed bug with not taking background colour into accoun...
tree
|
commitdiff
2006-04-14
Julian Smart
Implemented Mac-style button toggling within wxButtonTo...
tree
|
commitdiff
2006-04-14
Julian Smart
Allow specification of border spacing
tree
|
commitdiff
2006-04-14
Václav Slavík
don't show the I-beam cursor over text in wxHtmlListBox
tree
|
commitdiff
2006-04-14
Julian Smart
wxButtonToolBar only useful on Mac right now
tree
|
commitdiff
2006-04-14
Julian Smart
Steps towards implementing native-style, non-top-level...
tree
|
commitdiff
2006-04-13
Václav Slavík
1. added abstract interface to wxHtmlWindow for use...
tree
|
commitdiff
2006-04-13
Włodzimierz Skiba
All book controls shares wxBK_* flags [bug #1469980].
tree
|
commitdiff
2006-04-13
Julian Smart
Compile fix
tree
|
commitdiff
2006-04-13
Julian Smart
On screens with restricted space, it's useful to be...
tree
|
commitdiff
2006-04-09
Robin Dunn
Use CmdDown in mouse events instead of ControlDown...
tree
|
commitdiff
2006-04-08
Robin Dunn
Added missing not operator that was preventing the...
tree
|
commitdiff
2006-04-07
David Surovell
cleanup - added whitespace around operators, some blank...
tree
|
commitdiff
2006-04-06
Vadim Zeitlin
GetBoundingRect() is supposed to return the logical...
tree
|
commitdiff
2006-04-03
David Surovell
minor cleanup - reformatting
tree
|
commitdiff
2006-03-31
David Surovell
simplify KeywordSearch; cleanup and reformat
tree
|
commitdiff
2006-03-31
Włodzimierz Skiba
Removed every usage of obsolete wxTLW flags. 2.6 compat...
tree
|
commitdiff
2006-03-30
Jamie Gadd
Include compatibility guard for int GetItemSpacing...
tree
|
commitdiff
2006-03-30
Robert Roebling
Fix previous crashes when scrolling generic version
tree
|
commitdiff
2006-03-30
Robert Roebling
Fix wxListCtrl in-place editing (to not crash
tree
|
commitdiff
2006-03-30
Włodzimierz Skiba
Better backward compatibility and deprecation markup...
tree
|
commitdiff
2006-03-29
Vadim Zeitlin
don't return void values
tree
|
commitdiff
2006-03-28
Włodzimierz Skiba
Make wxPASSWORD and wxPROCESS_ENTER really deprecated.
tree
|
commitdiff
2006-03-28
Robert Roebling
Apply wxListCtrl patch which fixes some crashes
tree
|
commitdiff
2006-03-27
Vadim Zeitlin
use wxLaunchDefaultBrowser by default if no browser...
tree
|
commitdiff
2006-03-27
Vadim Zeitlin
renamed m_MapFile into m_helpDir because this is what...
tree
|
commitdiff
2006-03-27
Vadim Zeitlin
rewrote wxExtHelpController loading code to use wxFileN...
tree
|
commitdiff
2006-03-27
Włodzimierz Skiba
Source and warning cleaning after enabling wxUSE_DATAVI...
tree
|
commitdiff
2006-03-27
Włodzimierz Skiba
Final and global PRIOR/NEXT change: keep consistency...
tree
|
commitdiff
2006-03-27
Jouk Jansen
Committing in .
tree
|
commitdiff
2006-03-27
Vadim Zeitlin
translate tips which appear inside _() in wxFileTipProvider
tree
|
commitdiff
2006-03-24
Włodzimierz Skiba
Back to unsigned int count in wxTreeCtrl.
tree
|
commitdiff
next