| 
								
								
									 YuSanka | 4d7b5d4451 | "Sequential slider applied only to top layer" parameter from the Preferences is applied just for the horizontal slider now | 2020-11-03 15:45:23 +01:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | e6e3e98fd5 | Fixed editable lower thumb of sequential slider when changing settings in preference dialog while the preview is hidden | 2020-10-26 13:52:51 +01:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 06c35297b6 | Disabled icon to add color changes, print pauses and custom gcode in vertical slider of standalone gcode viewer | 2020-10-17 14:01:45 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 25932e8072 | Allow to disable editing of lower thumb in DoubleSlider::Control | 2020-10-08 14:40:12 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 6d00ed9e2f | Follow-up of 3fdc48452e-> Modified logic to disable horizontal slider in preview | 2020-10-08 14:09:39 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 7b5f84b7df | Extended hover capability in DoubleSlider::Control | 2020-08-18 12:39:46 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | ab60499298 | Fixed conflicts after merge with master | 2020-06-12 10:35:18 +02:00 |  | 
				
					
						| 
								
								
									 YuSanka | 629584e28f | Editing of the custom GCodes like ColorChange and PausePrint | 2020-06-07 22:42:54 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 94a4689b00 | DoubleSlider::Control -> Change text position at the edges of horizontal slider | 2020-05-27 11:50:29 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 2eb4b2caed | Fixed conflicts after merge with master | 2020-05-27 10:32:02 +02:00 |  | 
				
					
						| 
								
								
									 Lukas Matena | 32a353058f | Fixed few warnings | 2020-05-26 16:06:11 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 4eb1b9432f | Fixed selection of thumbs into gcode sequential view slider | 2020-05-21 13:07:55 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 2b536137d2 | Tech ENABLE_GCODE_VIEWER -> Adapting DoubleSlider::Control for sequential view | 2020-05-15 17:57:47 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | a68eefbe4a | Tech ENABLE_GCODE_VIEWER -> Refactoring and code cleanup | 2020-05-15 12:25:38 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 5be901547e | GCodeViewer -> Imgui slider for sequential view replaced by DoubleSlider::Control (wip) | 2020-05-15 09:22:51 +02:00 |  | 
				
					
						| 
								
								
									 enricoturri1966 | 383d7f2d73 | 2nd attempt to fix build on OsX | 2020-05-07 13:07:56 +02:00 |  | 
				
					
						| 
								
								
									 YuSanka | 860571d51d | DoubleSlider: Changed behavior of thumbs. New rule: Only active thumb is moving to the new place. | 2020-02-14 16:44:49 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | 3ffc565722 | DoubleSlider:colored_band: Fixed get a correct color for extruder, when it's changed from Settings Tab | 2020-02-14 09:52:27 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | 1399696b04 | DoubleSlider: Suppressed manipulation for sequential print. + some code refactoring
 + experiment with alignment of several options inside the Line | 2020-02-14 09:52:27 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | 5474738dc6 | DoubleSlider: Implemented tick hovering + Linux: fixed empty menu showing | 2020-02-06 18:52:52 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | 0d5ced60a2 | DoubleSlider: Implemented "Jump to print Z" functionality on Cog icon click OR using "Shift+G" + One more big code refactoring | 2020-02-05 22:56:00 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | de4c2fc2e0 | DoubleSlider: SingleExtruder mode: Implemented editing of color from colored band, using RightMouseClick on it. And added corresponding tooltip | 2020-02-04 17:44:44 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | 49c5822be4 | Show tooltip for all hovered ticks, not just for a selected one | 2020-02-04 14:53:17 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | d320a03c54 | DoubleSlider: Added using of default colors for color changes in SingleExtruder Mode (#3449) + added missed input parameter to the BitmapCache::mksolid() which was cause a wrong drawing of the Extruder selector under OSX | 2020-02-03 21:28:55 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | eb6e0c06e4 | Mark a tick as a conflict, if it has a ToolChange to the same extruder | 2020-02-02 21:20:48 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | d8b1d074a1 | Implemented upgrade_text_entry_dialog() fuction to avoid a getting an empty string from wxTextEntryDialog (disable OK button, if TextCtrl is empty) All mode conflicting or meaningless ticks are marked by "exclamation" icon and described in tooltip. | 2020-01-27 14:36:32 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | cb3ad0a422 | Updated tooltips for DoubleSlider *partially related to #3543 | 2020-01-24 11:51:37 +01:00 |  | 
				
					
						| 
								
								
									 YuSanka | 5ff8ae955b | Implemented editing for extruder of existing ToolChangeCode tick + Code refactoring: DoubleSlider is extracted from wxExtensions | 2020-01-23 16:11:21 +01:00 |  |