Robin Dunn
5348e369bc
Stop the main timer when the toast is done, otherwise it will burn
2017-04-28 20:57:38 -07:00
Robin Dunn
5a669d5462
Change wx.SafeYield back to wx.YieldIfNeeded
2017-04-28 15:29:17 -07:00
Nutznieser
7a4848a12d
Fix screen flickering due to multiple refreshes
...
The event is only important for GTK; see issue #270
2017-04-26 09:25:42 +02:00
Robin Dunn
9c9b66f220
Merge pull request #321 from Nutznieser/patch-1
...
Fix wx._core.wxAssertionError at dragging a agw.aui tab
2017-04-24 18:44:52 -07:00
Nutznieser
a2676ac03c
Fix wx._core.wxAssertionError at dragging a tab
...
see issue #93
2017-04-23 20:05:57 +02:00
Paul McCarthy
ae0f6c55ea
A couple of fixes to lib/agw/aui to prevent segfaults under OSX when
...
AuiNotebook tabs are closed.
2017-04-23 11:30:11 +01:00
Robin Dunn
30304bcc69
Merge pull request #311 from Metallicow/revert-hack
...
Revert customtreectrl hack
2017-04-20 08:59:35 -07:00
Metallicow
fa0001c49c
Revert customtreectrl hack
2017-04-19 17:30:01 -05:00
Robin Dunn
58a8080952
Merge branch 'master' into release-prep
2017-04-13 21:29:05 -07:00
Robin Dunn
e8306ca7e0
Merge pull request #270 from acollange/patch-1
...
Update framemanager.py
2017-04-13 21:25:22 -07:00
Robin Dunn
a4e226c7fd
Merge branch 'master' into release-prep
2017-04-13 20:51:26 -07:00
Christopher H.Barker, PhD
09223c530f
added float() calls to get the proper divison when scaling bitmaps
...
In response to a note from Kevin Gregory:
""
Sorry to email you directly, I wanted to submit a bugfix for FloatCanvas ScaledBitmap. It changes the bmpWidth and bmpHeight from integers to floats so that the scale is computed correctly.
FCObjects.py line 2141 from the wxpython phoenix dev build
"""
2017-04-13 11:17:36 -07:00
acollange
78c4a7145e
Update framemanager.py
...
Reactivate Update() functionality under GTK.
2017-04-12 09:11:33 +02:00
Robin Dunn
637db6c4bf
Change uses of FindWindowById to just FindWindow.
...
Also, clarify default value for parent arg in FindWindow* staticmethods.
2017-04-10 11:05:36 -07:00
David Hughes
31385bf2db
Occurrences of PyDeadObjectError replaced by RuntimeError
2017-03-29 11:43:33 +01:00
Robin Dunn
e3fbb9f1b8
Merge pull request #246 from RobinD42/fix-gtk2-cairo
...
convert the context pointer to the proper type for cairocffi
2017-03-07 19:32:45 -08:00
Robin Dunn
e83e3c7d5f
convert the context pointer to the proper type for cairocffi
2017-03-07 19:19:44 -08:00
Andrew Murray
2cfe4ad989
Fixed typos
2017-02-26 14:15:49 +11:00
Robin Dunn
c9e99b54b0
Update copyright in wx/lib
2017-02-13 17:06:07 -08:00
Metallicow
17aaf52d9f
Trim trailing space wx directory
2016-12-05 16:40:54 -06:00
Robin Dunn
ca362f6918
Merge pull request #193 from tekhedd/master
...
pycolourchooser now, er, works
2016-12-03 16:03:56 -08:00
Robin Dunn
d2bc5545d1
Pop event handlers before destroying floating panes in agw/aui
2016-11-22 12:51:29 -08:00
tom surace
36e1a94ac3
Added CaptureMouse to the colour slider; it now responds to mouse events properly.
2016-11-14 23:22:49 -07:00
tom surace
2d51ef79d8
Fixed colourchooser palette and colour_slider controls.
...
Palette box and slider box are now sized to fit their content, making the
whole area accessible. Colour slider is now clickable.
2016-11-14 15:28:47 -07:00
tom surace
5da4bc6c57
Removed a line of dead code and renamed "ReseetPoint" to "ClearPoint".
2016-11-07 09:50:33 -07:00
tom surace
0c9269c07e
Editing the text boxes now edits the colour chooser colours.
2016-11-06 17:51:15 -07:00
tom surace
245f6975c6
Implemented most of PyColourChooser.
...
V slider now updates to reflect the current colour.
Colours can now be full white and fully saturated.
Clicking on the palette no longer resets the V slider
Current-location dot on the palette is now correct.
2016-11-06 17:17:17 -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
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
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
48c18c9500
xlsgrid FONT PENSTYLE fixes
2016-10-04 14:53:32 -05:00
Metallicow
1733ca9a6e
ultimatelistctrl PENSTYLE_ BRUSHSTYLE fixes
2016-10-04 14:49:11 -05:00
Metallicow
635e51faf5
toasterbox FONT fixes
2016-10-04 14:44:46 -05:00
Metallicow
4a20c739f2
thumbnailctrl BRUSHSTYLE_ fixes
2016-10-04 14:42:57 -05:00
Metallicow
f62d27e185
supertooltip FONTWEIGHT_ fixes
2016-10-04 14:37:16 -05:00
Metallicow
61b5dfbaeb
speedmeter FONT fixes
2016-10-04 14:34:47 -05:00
Metallicow
12c1c544cb
shortcuteditor FONT fixes
2016-10-04 14:32:09 -05:00
Metallicow
b079366fd7
pycollapsiblepane FONT fixes
2016-10-04 14:30:01 -05:00