2011-09-06 |
Paul Cornett | remove (very) obsolete GTK version check
|
commit | commitdiff | tree |
2011-08-16 |
Paul Cornett | Avoid creating rect with negative size while clipping...
|
commit | commitdiff | tree |
2011-08-13 |
Paul Cornett | simplify global cursor setting
|
commit | commitdiff | tree |
2011-08-12 |
Paul Cornett | remove unneeded gdk_window_get_pointer() call
|
commit | commitdiff | tree |
2011-08-12 |
Paul Cornett | pass proper window to gdk_window_get_pointer(), NULL...
|
commit | commitdiff | tree |
2011-07-01 |
Paul Cornett | Don't cause scroll events for position changes from...
|
commit | commitdiff | tree |
2011-06-19 |
Paul Cornett | fix GTKGetLabel() and DoApplyWidgetStyle(): children...
|
commit | commitdiff | tree |
2011-06-07 |
Paul Cornett | avoid direct struct access for GTK3
|
commit | commitdiff | tree |
2011-05-31 |
Paul Cornett | fix memory leak in wxScreenDC, fixes #13249
|
commit | commitdiff | tree |
2011-04-19 |
Paul Cornett | fix conversion of gdk_input_add() to g_io_add_watch...
|
commit | commitdiff | tree |
2011-04-15 |
Paul Cornett | workaround for broken window managers which claim to...
|
commit | commitdiff | tree |
2011-04-06 |
Paul Cornett | build fix for wxUSE_LOG==0
|
commit | commitdiff | tree |
2011-04-06 |
Paul Cornett | avoid GCC warning "suggest braces around empty body...
|
commit | commitdiff | tree |
2011-04-06 |
Paul Cornett | fix typo from r67326
|
commit | commitdiff | tree |
2011-04-05 |
Paul Cornett | build fix for gtk1
|
commit | commitdiff | tree |
2011-04-03 |
Paul Cornett | For wxGTK2, link with X11 explicitly, since we use...
|
commit | commitdiff | tree |
2011-04-02 |
Paul Cornett | make sure value label updates even if handle position...
|
commit | commitdiff | tree |
2011-04-02 |
Paul Cornett | need to override DoGetBestClientSize() to get correct...
|
commit | commitdiff | tree |
2011-04-02 |
Paul Cornett | fix overwrite of upper left part of parent window with...
|
commit | commitdiff | tree |
2011-04-01 |
Paul Cornett | build fix for GTK1 after r67299
|
commit | commitdiff | tree |
2011-03-30 |
Paul Cornett | build fix for older GTK2
|
commit | commitdiff | tree |
2011-03-30 |
Paul Cornett | convert assertdlg_gtk to C++
|
commit | commitdiff | tree |
2011-03-30 |
Paul Cornett | prepare to convert file to C++
|
commit | commitdiff | tree |
2011-03-29 |
Paul Cornett | must use deprecated function for gtk2
|
commit | commitdiff | tree |
2011-03-29 |
Paul Cornett | don't crash on error
|
commit | commitdiff | tree |
2011-03-29 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2011-03-29 |
Paul Cornett | fix typo
|
commit | commitdiff | tree |
2011-03-29 |
Paul Cornett | GTK_WIDGET_SENSITIVE should have been converted to...
|
commit | commitdiff | tree |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access
|
commit | commitdiff | tree |
2011-03-27 |
Paul Cornett | yet more avoiding direct struct access
|
commit | commitdiff | tree |
2011-03-27 |
Paul Cornett | add more functions we will need
|
commit | commitdiff | tree |
2011-03-27 |
Paul Cornett | more avoiding direct struct access
|
commit | commitdiff | tree |
2011-03-27 |
Paul Cornett | remove unused mouse event and redundant checks
|
commit | commitdiff | tree |
2011-03-27 |
Paul Cornett | a few changes for gtk3, avoiding direct struct access
|
commit | commitdiff | tree |
2011-03-24 |
Paul Cornett | fix tool item enter/leave notify, fixes #13083
|
commit | commitdiff | tree |
2011-03-23 |
Paul Cornett | move deprecated GtkTooltips forward declaration to...
|
commit | commitdiff | tree |
2011-03-23 |
Paul Cornett | clean up wxGTK tooltip code
|
commit | commitdiff | tree |
2011-03-09 |
Paul Cornett | add wxEVT_MAXIMIZE support to wxGTK
|
commit | commitdiff | tree |
2011-03-03 |
Paul Cornett | fix Activate signature after r67099
|
commit | commitdiff | tree |
2011-02-16 |
Paul Cornett | fix GCC warning
|
commit | commitdiff | tree |
2011-01-28 |
Paul Cornett | better way to silence unused parameter warning
|
commit | commitdiff | tree |
2011-01-24 |
Paul Cornett | remove deprecated voidp, closes #12896
|
commit | commitdiff | tree |
2011-01-12 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | remove always-true test of unsigned >= 0
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | remove unneeded #includes
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | fix GCC warning about not explicitly initializing base...
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | remove always-true tests of unsigned >= 0
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | fix GCC warning about not explicitly initializing base...
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | proper const-ness for GetLine() and operator[]()
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | proper const-ness for Item(), operator[](), and Last()
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | update docs after r66615
|
commit | commitdiff | tree |
2011-01-08 |
Paul Cornett | Move SendIdleEvents() from wxApp to wxWindow.
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | remove some extraneous semicolons
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | build fix, should have been part of r66615
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | build fix, should have been part of r66615
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | Move wxColourData and wxFontData into separate files.
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | build fix
|
commit | commitdiff | tree |
2011-01-07 |
Paul Cornett | non-pch build fixes
|
commit | commitdiff | tree |
2011-01-05 |
Paul Cornett | make wxMarkupEntities fully const
|
commit | commitdiff | tree |
2011-01-05 |
Paul Cornett | move variable definitions to more appropriate places...
|
commit | commitdiff | tree |
2011-01-05 |
Paul Cornett | set eol-style and keywords properties on new files
|
commit | commitdiff | tree |
2011-01-03 |
Paul Cornett | build fix for wxUSE_CONSOLE_EVENTLOOP==0
|
commit | commitdiff | tree |
2011-01-03 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2011-01-02 |
Paul Cornett | fix preprocessor expression, closes #12822
|
commit | commitdiff | tree |
2010-11-30 |
Paul Cornett | merge libpng 1.4.4 to trunk
|
commit | commitdiff | tree |
2010-11-30 |
Paul Cornett | add src/gtk1/mnemonics.cpp to files.bkl and rebake
|
commit | commitdiff | tree |
2010-11-17 |
Paul Cornett | remove const from by-value return type, it's useless
|
commit | commitdiff | tree |
2010-10-28 |
Paul Cornett | fix iconize event detection, logical operators don...
|
commit | commitdiff | tree |
2010-06-25 |
Paul Cornett | invalidate border area when showing or hiding a pizza...
|
commit | commitdiff | tree |
2010-05-30 |
Paul Cornett | Remove pizza backing window.
|
commit | commitdiff | tree |
2010-05-23 |
Paul Cornett | compile fix for GTK2 systems which have X11/extensions...
|
commit | commitdiff | tree |
2010-04-24 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2010-04-05 |
Paul Cornett | avoid setting negative window size
|
commit | commitdiff | tree |
2010-04-05 |
Paul Cornett | freeze whole window for TLW
|
commit | commitdiff | tree |
2010-04-05 |
Paul Cornett | avoid permanently frozen TLW when frozen child is destroyed...
|
commit | commitdiff | tree |
2010-04-01 |
Paul Cornett | move everything inside wxUSE_RIBBON wrapper
|
commit | commitdiff | tree |
2010-04-01 |
Paul Cornett | avoid setting negative window sizes
|
commit | commitdiff | tree |
2010-04-01 |
Paul Cornett | don't try to create a color named "Default"
|
commit | commitdiff | tree |
2010-03-30 |
Paul Cornett | Remove unnecessary declarations.
|
commit | commitdiff | tree |
2010-03-29 |
Paul Cornett | build fix for IRIX
|
commit | commitdiff | tree |
2010-03-29 |
Paul Cornett | non-pch build fix
|
commit | commitdiff | tree |
2010-03-29 |
Paul Cornett | Reverse hierarchy of wxPizza GdkWindows
|
commit | commitdiff | tree |
2010-03-23 |
Paul Cornett | better fix for #11803, don't set iconized state for...
|
commit | commitdiff | tree |
2010-03-23 |
Paul Cornett | ignore iconized state when computing client size for...
|
commit | commitdiff | tree |
2010-01-16 |
Paul Cornett | update docs for wxMAXIMIZE on GTK
|
commit | commitdiff | tree |
2010-01-15 |
Paul Cornett | honor wxMAXIMIZE frame style, fixes #11631
|
commit | commitdiff | tree |
2010-01-08 |
Paul Cornett | for file load/save, always try wxImage first, fallback...
|
commit | commitdiff | tree |
2010-01-08 |
Paul Cornett | fix broken #elif
|
commit | commitdiff | tree |
2010-01-07 |
Paul Cornett | remove unused function GetGdkVisual()
|
commit | commitdiff | tree |
2010-01-07 |
Paul Cornett | defer creating bitmap representation until it is needed
|
commit | commitdiff | tree |
2010-01-05 |
Paul Cornett | remove never-implemented palette support
|
commit | commitdiff | tree |
2009-12-16 |
Paul Cornett | preserve type when loaded image is rescaled, #11543
|
commit | commitdiff | tree |
2009-12-16 |
Paul Cornett | allow setting client size to work properly before window...
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | minor cleanup
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | remove unused variables, minor cleanup
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | remove -I on nonexistent directory
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | remove unnecessary DoGetBestSize
|
commit | commitdiff | tree |
2009-12-05 |
Paul Cornett | simplify Enable()
|
commit | commitdiff | tree |
2009-12-03 |
Paul Cornett | make access for virtuals match base
|
commit | commitdiff | tree |
next |