Commit Graph

2681 Commits

Author SHA1 Message Date
Robin Dunn
d2bc5545d1 Pop event handlers before destroying floating panes in agw/aui 2016-11-22 12:51:29 -08:00
Robin Dunn
55dda4890c Transfer ownership of HtmlWindow.AddFilter.filter 2016-10-26 09:37:44 -07:00
Robin Dunn
5f4f26ff5b Merge pull request #188 from velascopja/master
Frame widget screenshot on Mac
2016-10-25 18:25:36 -07:00
Robin Dunn
6449d05c1a wxPy-3.0-branch has been merged into WX_3_0_BRANCH, so update wxWidgets revision pointer 2016-10-25 18:24:04 -07:00
Jose Antonio Velasco
b5f2c79b0f Frame widget screenshot on Mac 2016-10-25 18:01:09 +02:00
Robin Dunn
8a224d975c Merge pull request #187 from Lokla/ultimatListCtrlFix
Fix UltimateListCtrl FONTWEIGHT
2016-10-18 08:20:06 -07:00
Ernst, Michael
9ba0b9d372 Fix UltimateListCtrl FONTWEIGHT
NORMAL in Font Call should have been FONTWEIGHT, not FONTSYLE preventing UltimatListCtrl from working
2016-10-18 08:23:50 +02:00
Robin Dunn
b4e9d89f1a Merge pull request #186 from Metallicow/AntiAlias-AnalogClock
AnalogClock: Use wx.GCDC for default antialias
2016-10-15 11:43:23 -07:00
Robin Dunn
fb52c7a66e Merge pull request #184 from Metallicow/Trim-Trailing-Whitespace
Trim trailing whitespace
2016-10-15 11:30:16 -07:00
Metallicow
b58c3e651f Use wx.GCDC for default antialias 2016-10-15 13:07:09 -05:00
Metallicow
53c1f4f119 Trim Whitespace pubsub directory 2016-10-12 22:50:27 -05:00
Metallicow
b713be1e89 Trim Whitespace pdfviewer directory 2016-10-12 22:43:41 -05:00
Metallicow
eb3653ee27 Trim Whitespace ogl directory 2016-10-12 22:42:30 -05:00
Metallicow
f728e50aa8 Trim Whitespace mixins directory 2016-10-12 22:41:15 -05:00
Metallicow
fff39a2a67 Trim Whitespace masked directory 2016-10-12 22:39:44 -05:00
Metallicow
546d770ddb Trim Whitespace floatcanvas directory 2016-10-12 22:38:31 -05:00
Metallicow
3d1789135d Trim Whitespace colourchooser directory 2016-10-12 22:34:12 -05:00
Metallicow
4c539d5e77 Trim Whitespace art directory 2016-10-12 22:30:53 -05:00
Metallicow
81b144a2a3 Trim Whitespace analogclock directory 2016-10-12 22:29:53 -05:00
Metallicow
4738f107a8 Trim Whitespace agw directory 2016-10-12 22:27:46 -05:00
Metallicow
a8452dd575 Trim Whitespace lib directory 2016-10-12 22:21:38 -05:00
Metallicow
576cf1d966 Trim Whitespace tools directory 2016-10-12 22:15:25 -05:00
Metallicow
6e0ec5421f Trim Whitespace py directory 2016-10-12 22:12:43 -05:00
Robin Dunn
ebd3d1e673 Merge branch 'Metallicow-Image-Demo' 2016-10-10 18:29:35 -07:00
Robin Dunn
53b6776634 Tweak header text 2016-10-10 18:28:57 -07:00
Robin Dunn
4a77fe1db4 Use spaces instead of \t 2016-10-10 18:26:08 -07:00
Robin Dunn
2411927b22 More layout updates 2016-10-10 18:20:40 -07:00
Robin Dunn
35d478ea6e Merge branch 'Image-Demo' of https://github.com/Metallicow/Phoenix into Metallicow-Image-Demo 2016-10-10 16:20:29 -07:00
Robin Dunn
e3da19ef40 Merge pull request #183 from RobinD42/todo-move-travis
Add TODO about moving Travis-CI integration.
2016-10-10 16:18:15 -07:00
Metallicow
61b350c84a Update layout & refactor Image demo 2016-10-08 12:38:22 -05:00
Robin Dunn
ebd8ab629c Update pip too, list installed packages for the log.
Remove the TODO item.
2016-10-07 17:51:01 -07:00
Robin Dunn
b8fa6f0f61 Add TODO about moving Travis-CI integration. 2016-10-07 17:25:42 -07:00
Robin Dunn
23be60204c Merge pull request #115 from RobinD42/fix-travis
Travis fix
2016-10-06 23:37:38 -07:00
Robin Dunn
0dee5b1f23 tweak the text a little 2016-10-06 23:33:33 -07:00
Robin Dunn
353c65e3bc Merge branch 'Cursor-demo' of https://github.com/Metallicow/Phoenix into Metallicow-Cursor-demo 2016-10-06 23:10:14 -07:00
Robin Dunn
52554208c4 Use pip update flag 2016-10-06 22:50:57 -07:00
Robin Dunn
ab2290a78a Merge remote-tracking branch 'origin' 2016-10-06 22:41:54 -07:00
Mesalu
161ec9dfcb Update GridBagSizer.py
Allow box sizer to expand gbs.
2016-10-06 22:41:09 -07:00
Mesalu
062ecec846 Added check for mgr in close procedure
Added to resolve the following error:
Traceback (most recent call last):
  File "/users/dunnsa/lib/python3.5/site-packages/wx/lib/inspection.py", line 278, in OnClose
    self.SaveSettings(self.config)
  File "/users/dunnsa/lib/python3.5/site-packages/wx/lib/inspection.py", line 431, in SaveSettings
    perspective = self.mgr.SavePerspective()
AttributeError: 'InspectionFrame' object has no attribute 'mgr'


Still not sure why this happening, and I'm more inclined to believe it a fault in my TLW's close process. 
However it has happened on two different machines (both wxGTK) under a normal user close event.
2016-10-06 22:41:09 -07:00
Metallicow
2273cb2790 xlsgrid FONT PENSTYLE fixes 2016-10-06 22:34:26 -07:00
Metallicow
089773c0e6 ultimatelistctrl PENSTYLE_ BRUSHSTYLE fixes 2016-10-06 22:34:26 -07:00
Metallicow
01664c1f3c toasterbox FONT fixes 2016-10-06 22:34:26 -07:00
Metallicow
28fc943d60 thumbnailctrl BRUSHSTYLE_ fixes 2016-10-06 22:34:26 -07:00
Metallicow
7ace8324fd supertooltip FONTWEIGHT_ fixes 2016-10-06 22:34:26 -07:00
Metallicow
805b30a9f2 speedmeter FONT fixes 2016-10-06 22:34:26 -07:00
Metallicow
c4769f59ae shortcuteditor FONT fixes 2016-10-06 22:34:25 -07:00
Metallicow
0b72974610 pycollapsiblepane FONT fixes 2016-10-06 22:34:25 -07:00
Metallicow
85d896edbb pybusyinfo FONTWEIGHT_ fix 2016-10-06 22:34:25 -07:00
Metallicow
f7e6883f5c multidirdialog FONTWEIGHT_ fix 2016-10-06 22:34:25 -07:00
Metallicow
b19d798b1a hypertreelist PENSTYLE_ fixes 2016-10-06 22:34:25 -07:00