2008-12-03 |
Aric Stewart | comctl32/tab: Return default tab width in TCM_SETMINTAB... |
blob | commitdiff | raw |
2008-11-11 |
Lei Zhang | comctl32: Check for NULL input in TAB_AdjustRect. |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Michael Stefaniuc | comctl32: Do not cast NULL. |
blob | commitdiff | raw | diff to current |
2008-10-24 |
Michael Stefaniuc | comctl32: Remove the superfluous casting of the LPVOID... |
blob | commitdiff | raw | diff to current |
2008-10-14 |
Detlef Riekenberg | comctl32/tests: Fix tests to not depend on 96 dpi,... |
blob | commitdiff | raw | diff to current |
2008-07-22 |
Mikołaj Zalewski | comctl32: Don't print ERRs for reflected messages. |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Vitaliy Margolen | comctl32: tab: Fix drawing of the icons. |
blob | commitdiff | raw | diff to current |
2008-02-07 |
Lei Zhang | comctl32: Use wine_dbgstr_rect() in traces. |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Austin English | comctl32: Spelling fixes. |
blob | commitdiff | raw | diff to current |
2008-01-02 |
Andrew Talbot | comctl32: Remove unneeded casts. |
blob | commitdiff | raw | diff to current |
2007-10-30 |
Lei Zhang | comctl32: Set tab focus correctly. |
blob | commitdiff | raw | diff to current |
2007-10-22 |
Lionel Debroux | comctl32: Remove redundant NULL check before free ... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Aric Stewart | comctl32: TCM_SETCURSEL also updates the focus item. |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Alexandre Julliard | comctl32: Remove useless pointer check. |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Dmitry Timoshkov | wine: Switch to using 'long' for INT_PTR type for 64... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Andrew Talbot | comctl32: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Hagop Hagopian | comctl32: tab: Minor bug fixes in the curSel and curFoc... |
blob | commitdiff | raw | diff to current |
2007-03-13 |
Felix Nawothnig | comctl32: Layout and redraw on TCM_SETIMAGELIST. |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Michael Stefaniuc | comctl32: Remove redundant NULL checks before Free... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Felix Nawothnig | comctl32: Remove redundant NULL checks before Free... |
blob | commitdiff | raw | diff to current |
2007-02-07 |
Felix Nawothnig | comctl32: Remove unnecessary and misused mask member... |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Thomas Weidenmueller | comctl32: Fix the TAB_ITEM_SIZE macro. |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Oleg Krylov | comctl32: Create tooltip windows with WS_POPUP style. |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Alexandre Julliard | comctl32: Properly handle negative coordinates for... |
blob | commitdiff | raw | diff to current |
2006-10-14 |
Michael Ploujnikov | comctl32: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Francois Gouget | Add missing '\n's to Wine traces. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-03-23 |
James Hawkins | comctl32: A couple fixes for tab icon offsets. |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Tobias Loew | comctl32: Fix tab-control flickering. |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Kaufmann | Handle WM_PRINTCLIENT. |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Dmitry Timoshkov | Avoid printing out a possibly uninitialized variable. |
blob | commitdiff | raw | diff to current |
2005-10-06 |
Francois Gouget | Use "static const" rather than "const static" as gcc... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Vitaliy Margolen | Don't arrange tabs if there is only one line. |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Frank Richter | Fix warnings in 64bit. |
blob | commitdiff | raw | diff to current |
2005-08-27 |
Mike McCormack | Fix gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Vitaliy Margolen | Fix handling of minimum tab width. |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Aric Stewart | Fix for dreamweaver site definition dialog. Need to... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Frank Richter | Fix text color for "button" style tabs when theming... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Frank Richter | Add theming support for the tab control. |
blob | commitdiff | raw | diff to current |
2005-06-06 |
James Hawkins | Audit the Tab control. |
blob | commitdiff | raw | diff to current |
2005-06-04 |
James Hawkins | - Factor out common text shifting logic. |
blob | commitdiff | raw | diff to current |
2005-05-17 |
James Hawkins | Fixed centering of tab text. |
blob | commitdiff | raw | diff to current |
2005-05-12 |
Aric Stewart | Handle WM_NCCALCSIZE in the tab control. |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Vitaliy Margolen | Draw only visible tabs. |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Dimitrie O. Paun | Tab unicodification. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Jon Griffiths | Remove unneeded calls to TAB_GetInfoPtr(), const fixes... |
blob | commitdiff | raw | diff to current |
2005-01-09 |
Eric Pouech | Removed excessive statement (break after return or... |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Vitaly Lipatov | Add comments, fix negative value from GetCurFocus. |
blob | commitdiff | raw | diff to current |
2004-12-09 |
Alexandre Julliard | Janitorial: C booleans must not be compared against... |
blob | commitdiff | raw | diff to current |
2004-10-26 |
Thorsten Kani | Use address of tab_item.extra when building drawitemstruct. |
blob | commitdiff | raw | diff to current |
2004-10-09 |
Jon Griffiths | Items are variable sized, use an accessor to get at... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Robert Shearman | - Set hbrBackground class property to same value as... |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Hans Leidekker | Fix signed/unsigned comparison warnings. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Robert Shearman | Replace GetWindowLong by GetWindowLongPtr. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Ulrich Czekalla | The rectangle passed in DRAWITEMSTRUCT is slightly... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Jon Griffiths | Don't crash on NULL tab text. |
blob | commitdiff | raw | diff to current |
2004-06-04 |
Jon Griffiths | Implemented TCM_SETITEMEXTRA. |
blob | commitdiff | raw | diff to current |
2004-03-02 |
Vitaliy Margolen | Adjust all dimensions to match native. |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vitaliy Margolen | - Fix handling of TCS_RAGGEDRIGHT style. |
blob | commitdiff | raw | diff to current |
2004-01-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Vitaliy Margolen | - Fix drawing of HotTracked tabs & buttons. |
blob | commitdiff | raw | diff to current |
2003-11-20 |
Dimitrie O. Paun | Make the controls send notifications to the parent... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Vitaliy Margolen | - Fix tab size for TCS_OWNERDRAWFIXED style. |
blob | commitdiff | raw | diff to current |
2003-10-21 |
Maxime Bellengé | Fix TAB_DeleteItem and TAB_DeleteAllItems regressions... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Maxime Bellengé | Only redraw the necessary area of the tab component... |
blob | commitdiff | raw | diff to current |
2003-10-14 |
Vitaliy Margolen | Fix setting size of tab control. |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Dimitrie O. Paun | Rename COMCTL32_{Alloc,ReAlloc,Free} to {Alloc,ReAlloc... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-09-02 |
Maxime Bellengé | Implemented TAB_SetMinTabWidth and TAB_HighlightItem. |
blob | commitdiff | raw | diff to current |
2003-04-30 |
Maxime Bellengé | Fix bounding rectangle computation for an ownerdraw... |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Stephan BEUZE | Implemented message TCM_SETPADDING with the Dimitri... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Mike Hearn | Fix the tab height so the labels don't clip, and restor... |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Mike Hearn | - Reduced tab offset constant slightly to avoid clippin... |
blob | commitdiff | raw | diff to current |
2003-03-10 |
Mike Hearn | It's not just height that can be set to the default... |
blob | commitdiff | raw | diff to current |
2003-03-04 |
Vitaliy Margolen | Fix invisible tabs in TabControls with fixed tab width. |
blob | commitdiff | raw | diff to current |
2003-01-08 |
Dan Kegel | Change RECT to use LONG to match win32 standard headers... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Francois Gouget | Removed unnecessary HANDLE typecasts. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Michael Stefaniuc | - fix the "int format, HANDLE arg" type of warnings... |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Michael Stefaniuc | Prepare dlls/{comctl32,gdi,msvideo,setupapi,shell32... |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Guy L. Albertelli | Don't issue error message if message number in applicat... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Guy L. Albertelli | - Add routines to dump out tab items internally and... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-05-29 |
Guy L. Albertelli | - Fixed drawing of borders to that of native (uses... |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Alexandre Julliard | Got rid of GetSysColorPen. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Gerard Patel | Forward tab notifications to the parent. |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Nog | Pass on all unhandeled messages to the owner. |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Francois Gouget | Don't prefix %p with 0x. |
blob | commitdiff | raw | diff to current |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
blob | commitdiff | raw | diff to current |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
blob | commitdiff | raw | diff to current |
2001-01-25 |
Gerard Patel | Don't send notifications for the initial display of... |
blob | commitdiff | raw | diff to current |
2001-01-09 |
Gerard Patel | Fixed TCM_GetRowCount. |
blob | commitdiff | raw | diff to current |
2000-12-27 |
Andreas Mohr | - clarify many error messages |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Aric Stewart | Fixed some difficulties with the font on vertical tabs... |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Gerard Patel | Use DrawText to display text in horizontal tabs. |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Eric Kohl | Removed calls to internal (non-exported) wine functions. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
Eric Kohl | Use internal unicode strings. |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Francois Gouget | Use DrawFocusRect to draw the focus rectangle. |
blob | commitdiff | raw | diff to current |
next |