2008-10-10 |
Paul Cornett | use correct background color when drawing borders
|
commit | commitdiff | tree |
2008-09-05 |
Paul Cornett | fix memory leak
|
commit | commitdiff | tree |
2008-09-05 |
Paul Cornett | fix for infinite loop when wxBeginBusyCursor is called...
|
commit | commitdiff | tree |
2008-08-31 |
Paul Cornett | silence warning with GCC -Wextra
|
commit | commitdiff | tree |
2008-08-31 |
Paul Cornett | fix opengl dependency in monolithic build
|
commit | commitdiff | tree |
2008-08-31 |
Paul Cornett | remove declaration for ctor which is never defined
|
commit | commitdiff | tree |
2008-08-29 |
Paul Cornett | replace m_insertCallback with a virtual function, contrary...
|
commit | commitdiff | tree |
2008-08-28 |
Paul Cornett | use 8 bits for alpha, nothing needs 16 bit alpha here
|
commit | commitdiff | tree |
2008-08-28 |
Paul Cornett | add wxPseudoTransparentFrame to parent, so it doesn...
|
commit | commitdiff | tree |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating...
|
commit | commitdiff | tree |
2008-08-26 |
Paul Cornett | put wxIconArray back in header, it's used by wxFSVolume
|
commit | commitdiff | tree |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associated...
|
commit | commitdiff | tree |
2008-08-26 |
Paul Cornett | move wxIconArray declaration out of header, remove...
|
commit | commitdiff | tree |
2008-08-26 |
Paul Cornett | don't use deprecated toolbar API
|
commit | commitdiff | tree |
2008-08-26 |
Paul Cornett | uncomment line accidentally left commented out in last...
|
commit | commitdiff | tree |
2008-08-26 |
Paul Cornett | fix for GTK assertion `info->icon_pixmap == NULL' failed...
|
commit | commitdiff | tree |
2008-08-19 |
Paul Cornett | remove text field from page data, add much more useful...
|
commit | commitdiff | tree |
2008-08-19 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2008-08-15 |
Paul Cornett | fix for page change not working after veto, #3808
|
commit | commitdiff | tree |
2008-08-13 |
Paul Cornett | move notebook event definition to common code
|
commit | commitdiff | tree |
2008-08-10 |
Paul Cornett | don't modify position for default border if button...
|
commit | commitdiff | tree |
2008-08-10 |
Paul Cornett | add control items from child inserter, so that correct...
|
commit | commitdiff | tree |
2008-08-10 |
Paul Cornett | some code cleanup
|
commit | commitdiff | tree |
2008-08-10 |
Paul Cornett | set extra widget from child inserter, so that correct...
|
commit | commitdiff | tree |
2008-08-10 |
Paul Cornett | fix previous commit to respect minimum width
|
commit | commitdiff | tree |
2008-08-07 |
Paul Cornett | allow dialog to be resized smaller with extra control
|
commit | commitdiff | tree |
2008-08-07 |
Paul Cornett | build fixes
|
commit | commitdiff | tree |
2008-08-07 |
Paul Cornett | fix sizing of extra control
|
commit | commitdiff | tree |
2008-08-06 |
Paul Cornett | use "new" GtkToolbar API
|
commit | commitdiff | tree |
2008-07-28 |
Paul Cornett | fix Gtk-WARNING "... no property named `row-ending...
|
commit | commitdiff | tree |
2008-07-24 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2008-07-18 |
Paul Cornett | fix masking of disabled bitmaps with some themes
|
commit | commitdiff | tree |
2008-07-07 |
Paul Cornett | gtk-universal build fixes
|
commit | commitdiff | tree |
2008-07-05 |
Paul Cornett | mark long-deprecated methods as such, and don't use...
|
commit | commitdiff | tree |
2008-06-24 |
Paul Cornett | fix crash on exit, after hiding search tool then toggling...
|
commit | commitdiff | tree |
2008-06-23 |
Paul Cornett | avoid setting a negative window size
|
commit | commitdiff | tree |
2008-06-20 |
Paul Cornett | don't include private header in a sample
|
commit | commitdiff | tree |
2008-06-11 |
Paul Cornett | simplify menu item callbacks by passing in wxMenuItem...
|
commit | commitdiff | tree |
2008-06-11 |
Paul Cornett | move 8 copies of the same function to common code
|
commit | commitdiff | tree |
2008-06-10 |
Paul Cornett | wxMenuItem code cleanup, removing duplicate and unneccessary...
|
commit | commitdiff | tree |
2008-06-01 |
Paul Cornett | fix tool referencing, remove dropdown element in DoDeleteToo...
|
commit | commitdiff | tree |
2008-05-29 |
Paul Cornett | remove unused/unneeded menuitem cruft
|
commit | commitdiff | tree |
2008-05-29 |
Paul Cornett | remove obsolete file
|
commit | commitdiff | tree |
2008-05-29 |
Paul Cornett | mark long-deprecated ctor as such
|
commit | commitdiff | tree |
2008-05-28 |
Paul Cornett | fix leak introduced by r53753
|
commit | commitdiff | tree |
2008-05-26 |
Paul Cornett | fix removing menu item, ticket 3387
|
commit | commitdiff | tree |
2008-05-22 |
Paul Cornett | add missing static keyword
|
commit | commitdiff | tree |
2008-05-21 |
Paul Cornett | button text uses fg color, not text color
|
commit | commitdiff | tree |
2008-05-20 |
Paul Cornett | get wxSYS_COLOUR_HIGHLIGHTTEXT from GTK+, ticket 4733
|
commit | commitdiff | tree |
2008-05-20 |
Paul Cornett | remove unused files
|
commit | commitdiff | tree |
2008-05-20 |
Paul Cornett | add missing braces
|
commit | commitdiff | tree |
2008-05-20 |
Paul Cornett | add missing break statement
|
commit | commitdiff | tree |
2008-05-20 |
Paul Cornett | put frame extents XGetWindowProperty code in one place
|
commit | commitdiff | tree |
2008-05-15 |
Paul Cornett | fix some warnings from GCC -Wextra
|
commit | commitdiff | tree |
2008-05-13 |
Paul Cornett | fix overload ambiguity when compiler doesn't know NULL...
|
commit | commitdiff | tree |
2008-05-12 |
Paul Cornett | fix wxColourData::FromString() not restoring 16th color...
|
commit | commitdiff | tree |
2008-05-11 |
Paul Cornett | disconnect handler in wxTaskBarIcon dtor, should have...
|
commit | commitdiff | tree |
2008-05-11 |
Paul Cornett | prevent crash if panel/kicker is killed, bug 1872724
|
commit | commitdiff | tree |
2008-05-11 |
Paul Cornett | don't change brush settings in SetBackgroundMode()...
|
commit | commitdiff | tree |
2008-05-10 |
Paul Cornett | remove extra semicolons, correct virtual access
|
commit | commitdiff | tree |
2008-05-10 |
Paul Cornett | non-pch build fixes, after r53535
|
commit | commitdiff | tree |
2008-05-10 |
Paul Cornett | don't send paint events for exposures of the border...
|
commit | commitdiff | tree |
2008-05-07 |
Paul Cornett | use PNGAPI if it is defined
|
commit | commitdiff | tree |
2008-04-23 |
Paul Cornett | restore caching of WM frame extents
|
commit | commitdiff | tree |
2008-04-20 |
Paul Cornett | fix child window redraw glitches during scrolling ...
|
commit | commitdiff | tree |
2008-04-19 |
Paul Cornett | don't reset m_deferShow if Show() is called more than...
|
commit | commitdiff | tree |
2008-03-23 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2008-03-18 |
Paul Cornett | revert removal of wxBU_AUTODRAW, now that it is again...
|
commit | commitdiff | tree |
2008-03-18 |
Paul Cornett | remove duplicate wxTaskBarIconAreaBase::DoPopupMenu...
|
commit | commitdiff | tree |
2008-03-18 |
Paul Cornett | move wxWindowGTK::DoPopupMenu back to window.cpp
|
commit | commitdiff | tree |
2008-03-18 |
Paul Cornett | simplify wxEVT_MENU_OPEN/CLOSE generation
|
commit | commitdiff | tree |
2008-03-17 |
Paul Cornett | fix a huge number of build errors
|
commit | commitdiff | tree |
2008-03-17 |
Paul Cornett | reorganize deferred show logic a bit, to reset m_deferShow...
|
commit | commitdiff | tree |
2008-03-15 |
Paul Cornett | use a different method to prevent an early size_allocate,
|
commit | commitdiff | tree |
2008-03-14 |
Paul Cornett | minimize searching for tlw parent, remove useless code
|
commit | commitdiff | tree |
2008-03-14 |
Paul Cornett | fix for infinite sizing loop (partial patch 1907189)
|
commit | commitdiff | tree |
2008-03-14 |
Paul Cornett | fix for size 1x1 wxChoice when SetSelection() is called...
|
commit | commitdiff | tree |
2008-03-13 |
Paul Cornett | fix for idle processing stopping without processing...
|
commit | commitdiff | tree |
2008-03-12 |
Paul Cornett | don't defer showing if _NET_FRAME_EXTENTS handler is...
|
commit | commitdiff | tree |
2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations...
|
commit | commitdiff | tree |
2008-02-28 |
Paul Cornett | forward Show() to base, not wxWindow
|
commit | commitdiff | tree |
2008-02-26 |
Paul Cornett | initialize m_miniTitle, fix button press detection...
|
commit | commitdiff | tree |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change
|
commit | commitdiff | tree |
2008-02-14 |
Paul Cornett | remove gratuitous junk which had nothing to do with...
|
commit | commitdiff | tree |
2008-02-13 |
Paul Cornett | make sure client area is refreshed after last child...
|
commit | commitdiff | tree |
2008-02-12 |
Paul Cornett | build fix for non-MSW
|
commit | commitdiff | tree |
2008-02-11 |
Paul Cornett | fix for glib critical errors when closing an mdi child
|
commit | commitdiff | tree |
2008-02-03 |
Paul Cornett | add missing ! accidentally dropped in last commit
|
commit | commitdiff | tree |
2008-02-03 |
Paul Cornett | Remove remnants of GTK1 accelerator code.
|
commit | commitdiff | tree |
2008-02-03 |
Paul Cornett | remove unused wxMenuBar::m_style
|
commit | commitdiff | tree |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules
|
commit | commitdiff | tree |
2008-02-02 |
Paul Cornett | Enable best size caching, remove unnecessary GetLabel...
|
commit | commitdiff | tree |
2008-02-02 |
Paul Cornett | fix wxALIGN_RIGHT in RTL mode
|
commit | commitdiff | tree |
2008-02-02 |
Paul Cornett | label clipping hack is not needed for GTK+ >= 2.12
|
commit | commitdiff | tree |
2008-02-01 |
Paul Cornett | remove unnecessary m_glWidget, fix return types for...
|
commit | commitdiff | tree |
2008-02-01 |
Paul Cornett | fix for GTK assertion from gtk_widget_set_colormap...
|
commit | commitdiff | tree |
2008-01-29 |
Paul Cornett | Remove unnecessary IsRadioButton().
|
commit | commitdiff | tree |
2008-01-28 |
Paul Cornett | remove unnecessary ?: operator
|
commit | commitdiff | tree |
2008-01-28 |
Paul Cornett | HP aC++ 3.80 can't handle parenthesized string literal...
|
commit | commitdiff | tree |
2008-01-28 |
Paul Cornett | another fix for HP-UX 11.11 vsscanf, should have been...
|
commit | commitdiff | tree |
next |