aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/ChangeLog
blob: f53d3aa184fe4187eb04b606d6105d94aaaeb4b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (weather_make_html): Remove spewage.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_reconfigure): Reconfigure the tasks.

    * e-summary-tasks.c (generate_html): Obtain todays tasks.
    (get_todays_uids): Make a list of todays uids.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (make_property_dialog): Create the image 
    buttons.
    (construct_pixmap_button): Create a box with an image and text.

2001-07-18  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_configure): Set the title on the
    window. Just do a g_return_if_fail if the XML file couldn't be loaded.

2001-07-16  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (display_doc): Nicer error reporting.

    * e-summary-weather.c: Nicer error reporting.

2001-07-13  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c: Fix the name of the icon.

2001-07-13  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (mail_add_clicked_cb): Set the property box
    to changed.

2001-07-13  Zbigniew Chyla  <cyba@gnome.pl>

    * e-summary.c (e_summary_draw): Convert the date string to utf8 before
    appending it to HTML.

2001-07-12  Iain Holmes  <iain@ximian.com>

    * metar.c: #include <config.h>

2001-07-12  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): put _() around the date string.

    * metar.c: Put some _() around things.

2001-07-12  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Made the weather a single selection clist.

2001-07-11  Iain Holmes  <iain@ximian.com>

    * e-summary-mail.c (e_summary_mail_generate_html): Protect with
    g_return_if_fail

2001-07-11  Iain Holmes  <iain@ximian.com>

    * e-summary.c (destroy): Destroy the alarm.
    (e_summary_init): Init the alarm.
    
    * e-summary-mail.c (free_folder): Don't free the value.

2001-07-11  Iain Holmes  <iain@ximian.com>

    * e-summary.c (destroy): Destroy all the subcomponents.

    * e-summary-rdf.c (e_summary_rdf_free): Free and stop all tranfsers

    * e-summary-weather.c (e_summary_weather_free): Same.

    * e-summary-mail.c (e_summary_mail_free): Same.

    * e-summary-calendar.c (e_summary_calendar_free): Same.

    * e-summary-tasks.c (e_summary_tasks_free): Guess what.

2001-07-10  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Correct the Register RDF url.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_init): Connect a calendar alarm to be notified
    of when the day changes.

    * Makefile.am: Link with libalarm.a

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-weather.c (weather_make_html): Get an icon for the weather.

    * metar.[ch] (icon_from_weather): Work out what icon for a specific
    weather type.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (tree_walk): Fix HTML so it doesn't give the big black
    line

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (generate_html): Fix same HTML bug as in calendar.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Show varying times depending
    on how soon the appointment is. 

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-calendar.c (generate_html): Fix up the HTML so having 
    appointments doesn't mess up the display. Set the correct length of
    time to show appointments.

2001-07-09  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.c (generate_html): Make the tasks switch to the
    tasks folder when you click on them.

2001-07-09  Kjartan Maraas  <kmaraas@gnome.org>

    * e-summary-preferences.c: Added #include <config.h> to get
    translations working.
    
2001-07-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (str_list_from_vector): Change the delimiter
    (vector_from_str_list): Change the delimiter.
    (fill_mail_all_clist): Fill the mail folder clist.
    (fill_mail_shown_clist): Use nicer names.
    (mail_add_clicked_cb): Add folders to the shown list.
    
    * e-summary-mail.c (e_summary_mail_fill_list): Flatten the hashtable
    into the CList.
    (e_summary_mail_uri_to_name): Get the pretty name for a uri.

2001-07-06  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_shown_list): Attach data
    (rdf_add_clicked_cb): Allow multiple rows to be removed.
    (rdf_remove_clicked_cb): Use the data.

    * my-evolution.glade: Allow multiple selection in the RDF all clist.
    Only allow single selection in the shown rdf list.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (rdf_new_url_clicked_cb): Change RDF to
    news feed.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * my-evolution.glade: Replace a table with a vbox so that the text
    of the radio buttons can be clicked. Change RDF to News Feed

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): Fix warning
    (fill_rdf_shown_clist): Fix warning.
    (calendar_one_toggled_cb): Set preferences to the right toggle button.
    (calendar_five_toggled_cb): Ditto
    (calendar_week_toggled_cb): Ditto ditto
    (calendar_month_toggled_cb): Ditto dotto
    (calendar_all_toggled_cb): Set the amount of Tasks to be shown
    (calendar_today_toggled_cb): Ditto
    (make_property_dialog): Hook up the calendar radio buttons.
    (e_summary_preferences_restore): Pass NULL as opt_default, not &ev.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_preferences_restore): Add
    My-Evolution to the namespace.
    (e_summary_preferences_save): Ditto.

2001-07-05  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_preferences_restore): Re-enabled.
    Bonobo-conf doesn't seem to like NULL for opt_ev.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary-prefences.c (e_summary_preferences_restore): Disabled until
    memory corruption thing is found.

    * my-evolution.glade: Fix the radio button problem.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary-factory.c: Fixed the Bonobo warning.

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (e_summary_preferences_restore): Ditch
    gnome-config and replace it with bonobo-conf.
    (e_summary_preferences_save): Ditto.

    * e-summary-factory.c: Use the new print.png icon.

    * Makefile.am: Add bonobo conf CFLAGS and LIBS

2001-07-03  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_set_online): Return if summary == NULL.
    (e_summary_add_connections): Return NULL if summary == NULL.
    (e_summary_count_connections): Return 0 if summary == NULL.

2001-07-02  Iain Holmes  <iain@ximian.com>

    * e-summary-tasks.[ch]: New files for tasks.

    * e-summary.c: USe the tasks.

2001-07-02  Iain Holmes  <iain@ximian.com>

    * Makefile.am: Add the glade files to the EXTRA_DIST

2001-07-02  Ettore Perazzoli  <ettore@ximian.com>

    * Makefile.am (evolution_executive_summary_SOURCES): Add
    `e-summary-preferences.h'.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_all_clist): Load the URLs from a
    file.
    (save_known_urls): Save the known URLs.
    (add_dialog_clicked_cb): Close the dialog on Cancel. Save the URLs on
    Ok.
    (rdf_new_url_clicked_cb): Add some labels and an entry for the name.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (fill_rdf_all_clist): Fill with names
    instead of URLs.
    (find_name_for_url): Given a URL find a name for it if we know it.
    (rdf_add_clicked_cb): Add the name to the clist and the url to the
    list.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (add_dialog_clicked_cb): Add the new url to
    the list.
    (rdf_new_url_clicked_cb): Create a dialog and allow the user to add
    new urls.

2001-06-30  Iain Holmes  <iain@ximian.com>

    * e-summary-rdf.c (tree_walk): Remove spewage.
    (e_summary_rdf_count):
    (e_summary_rdf_add):
    (make_connection):
    (e_summary_rdf_set_online): Callbacks for the online_handler stuff.
    (e_summary_rdf_init): Setup the offline handler stuff.
    (close_callback): Update the number of onlines there are.

    * e-summary-weather.c (close_callback): Update the number of onlines.
    (e_summary_weather_count): Count the number of active downloads.
    (e_summary_weather_add): Make a list of active downloads.
    (make_connection): Make connection data.
    (e_summary_weather_set_online): Set if the component is online or not.
    (e_summary_weather_init): Setup the offline handler stuff.

    * e-summary.c (e_summary_count_connections): Call all the callbacks
    in the various modules that have online data and count the number of
    connections.
    (e_summary_add_connections): Make a list of them all.
    (e_summary_set_online): Set the online status for each registered
    module.
    (e_summary_add_online_connection): Register a new module.

    * e-summary-offline-handler.[ch]: BonoboXObject implementing the
    GNOME::Evolution::Offline interface.

    * e-summary-factory.c (factory_fn): Create an offline handler.

    * Makefile.am: Compile e-summary-offline-handler.[ch]

2001-06-30  Zbigniew Chyla  <cyba@gnome.pl>

    * e-summary-calendar.c (generate_html):
    Marked strings for translation + conversion to utf8.

    * e-summary-mail.c
    Added missing #include <config.h>
    (e_summary_mail_generate_html):
    Marked strings for translation + conversion to utf8.

    * e-summary-weather.c
    (e_summary_weather_get_html, open_callback):
    Marked strings for translation + conversion to utf8.
    (weather_make_html): Fixed leaks.

    * e-summary-rdf.c
    (tree_walk): Fixed leaks.
    (read_callback): Marked strings for translation.

2001-06-29  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_draw): Resurrect the hack to stop GtkHTML from
    returning to the top when it's redrawn.

2001-06-29  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c (property_box_destroy_cb): Hook up the saving.
    (str_list_from_vector): Fix memory corruption.
    (e_summary_preferences_save): Write the preferences out to disk.
    I *always* forget that.

    * e-summary-mail.c (e_summary_mail_init): Init ->shown to NULL.
    
2001-06-29  Iain Holmes  <iain@ximian.com>

    * e-summary-preferences.c: Do everything preferences related.

    * my-evolution.glade: Glade file for the preferences box.

    * e-summary-calendar.c (e_summary_calendar_reconfigure): Stub for later

    * e-summary-calendar.h: Some enums for settings.
    
    * e-summary-mail.c (folder_gen_html): Change the prototype so it
    doesn't work as a hash table foreach function.
    (new_folder_cb): Fix typo in comment :)
                     Create a list of folders we display.
    (remove_folder_cb): Remove the folder from the display folder list.
    (maybe_add_to_shown): Hash table foreach function to create a display
                          folder list.
    (e_summary_mail_reconfigure): Recreate the mail HTML.

    * e-summary-rdf.c (tree_walk): Obey preferences.
    (e_summary_rdf_update): Separate the updating and downloading logic.
    (e_summary_rdf_init): Start an updating timeout.
    (e_summary_rdf_reconfigure): Recreate the RDF html.

    * e-summary-weather.c (e_summary_weather_update): Separate the updating
    and downloading logic.
    (e_summary_weather_init): Start timeout.
    (e_summary_weather_code_to_name): Convert code to location name.
    (e_summary_weather_ctree_fill): Fill a CTree with the location data.
    (e_summary_weather_reconfigure): Regenerate the HTML.

    * e-summary.c (e_summary_init): Create the preferences.
    (e_summary_reconfigure): Reconfigure the whole summary.
    
    * metar.c: Obey preferences.

2001-06-27  Iain Holmes  <iain@ximian.com>

    * e-summary-factory.c: Add the pixmaps to the menus.
    Add a new menu item for the configuration stuff.

2001-06-27  Ettore Perazzoli  <ettore@ximian.com>

    * component-factory.c (factory_fn): Pass NULL as the
    @external_uri_schemas argument to
    `evolution_shell_component_new()'.

2001-06-21  Rodrigo Moya <rodrigo@ximian.com>

    * Makefile.am: added libwombat to LDADD

2001-06-15  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: Get weather.h disted
    
2001-06-15  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: Fix includes so that libical need not be installed 

2001-06-14  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: add my-evolution-html.h to the sources

2001-06-13  JP Rosevear  <jpr@ximian.com>

    * Makefile.am: Make e-summary-type.h a source so it gets disted

2001-06-08  Iain Holmes  <iain@ximian.com>

    * e-summary.c (e_summary_init): Allow horizontal scrollbars.
    
    * e-summary-weather.c (e_summary_weather_init): Change the name of the  
    protocol registered.
    (weather_make_html): Use the weather protocol instead of more.
ent' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-22411-1165/+14395 | |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | * | | | | | more documentationSteve Klebanoff2018-12-151-0/+6 | * | | | | | Fix for asset-buyer documentationSteve Klebanoff2018-12-151-0/+1 | * | | | | | rename boolean varSteve Klebanoff2018-12-151-3/+3 | * | | | | | one more test for undefinedSteve Klebanoff2018-12-151-1/+6 | * | | | | | Update asset-buyer changelog describing error changeSteve Klebanoff2018-12-151-0/+8 | * | | | | | Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-157-104/+154 | * | | | | | Nesting errorsSteve Klebanoff2018-12-151-23/+25 | * | | | | | More tests for assetBuyerErrorMessageSteve Klebanoff2018-12-151-3/+38 | * | | | | | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-158-9/+72 | * | | | | | feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-154-9/+107 * | | | | | | Merge pull request #1489 from 0xProject/fix/website/0x-org-endpointsFrancesco Agosti2019-01-103-6/+8 |\ \ \ \ \ \ \ | * | | | | | | fix: use getBackendBaseUrl instead of hardcoded stringfragosti2019-01-092-2/+4 | * | | | | | | fix: use new forum URLfragosti2019-01-091-2/+2 | * | | | | | | fix: use old forum URL for nowfragosti2019-01-081-2/+2 | * | | | | | | chore: point to 0x.org website-apifragosti2019-01-081-2/+2 | * | | | | | | fix: CORS issue by accessing 0x geth nodes through 0x.org endpointfragosti2019-01-081-2/+2 * | | | | | | | Clean up docs before publishF. Eugene Aumson2019-01-105-20/+69 | |_|_|_|_|/ / |/| | | | | | * | | | | | | In README's, don't mention non-existent tests (#1497)F. Eugene Aumson2019-01-103-15/+1 * | | | | | | Merge pull request #1249 from bakkenbaeck/dev-tools-pagesFabio B2019-01-0986-1276/+5707 |\ \ \ \ \ \ \ | * \ \ \ \ \ \ Merge developmentLeonid Logvinov2019-01-09119-386/+787 | |\ \ \ \ \ \ \ | * | | | | | | | Pin @types/styled-components versionsLeonid Logvinov2019-01-096-24/+15 | * | | | | | | | Add yarn.lock changesLeonid Logvinov2019-01-091-227/+1165 | * | | | | | | | Remove accidentally commited filesLeonid Logvinov2019-01-0970-51510/+0 | * | | | | | | | Merge developmentLeonid Logvinov2019-01-091217-6572/+99531 | |\ \ \ \ \ \ \ \ | * | | | | | | | | Fix static testsLeonid Logvinov2019-01-093-7/+8 | * | | | | | | | | Remove redundant semicolonsLeonid Logvinov2019-01-092-3/+3 | * | | | | | | | | Fix the circleci imageLeonid Logvinov2019-01-093-31/+17 | * | | | | | | | | fix puppeteer options for react-snapAugust Skare2018-11-211-1/+5 | * | | | | | | | | fix casing for entries in webpackAugust Skare2018-11-211-4/+4 | * | | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-21104-134/+1573 | |\ \ \ \ \ \ \ \ \ | * | | | | | | | | | comment for commented BundleAnalyzerPlugin webpack pluginAugust Skare2018-11-201-0/+1 | * | | | | | | | | | fix type for svg icon in footerAugust Skare2018-11-201-1/+1 | * | | | | | | | | | typedef for context dataAugust Skare2018-11-205-5/+20 | * | | | | | | | | | fix import orderAugust Skare2018-11-205-5/+5 | * | | | | | | | | | uniq export names for animationsAugust Skare2018-11-208-15/+15 | * | | | | | | | | | use lodash.map insted of array.mapAugust Skare2018-11-204-22/+23 | * | | | | | | | | | use lodash isUndefined functionAugust Skare2018-11-202-5/+7 | * | | | | | | | | | fix imports after renamingAugust Skare2018-11-2015-65/+65 | * | | | | | | | | | rename all files and directories to lowercaseAugust Skare2018-11-2030-0/+0 | * | | | | | | | | | separate component for inlinecode componentAugust Skare2018-11-191-1/+5 | * | | | | | | | | | added missing ;August Skare2018-11-191-1/+1 | * | | | | | | | | | cleand up code componentAugust Skare2018-11-191-22/+17 | * | | | | | | | | | strict check for children in contentblockAugust Skare2018-11-191-1/+1 | * | | | | | | | | | type function call for Container in Animation classAugust Skare2018-11-191-2/+5 | * | | | | | | | | | remove new-lines between methods in classesAugust Skare2018-11-192-8/+0 | * | | | | | | | | | clean up tabs componentAugust Skare2018-11-191-27/+17 | * | | | | | | | | | remove unnecessary children in InterfaceAugust Skare2018-11-197-22/+4 | * | | | | | | | | | fix typings for components in headerAugust Skare2018-11-191-6/+3 | * | | | | | | | | | use styled-components theme in logo insted of color propAugust Skare2018-11-191-3/+3 | * | | | | | | | | | removed unused prop def from footer componentAugust Skare2018-11-191-4/+1 | * | | | | | | | | | rename copied to didCopy in Code stateAugust Skare2018-11-191-5/+5 | * | | | | | | | | | remove constructor from Code componentAugust Skare2018-11-191-5/+0 | * | | | | | | | | | less verbose tslint disable ruleAugust Skare2018-11-191-2/+1 | * | | | | | | | | | fix timeout type in animation componentAugust Skare2018-11-191-2/+2 | * | | | | | | | | | fixed base link styling colorAugust Skare2018-11-162-4/+8 | * | | | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-16184-642/+2416 | |\ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | fix linting + code syntax for statless componentsAugust Skare2018-11-1636-843/+844 | * | | | | | | | | | | update styled-component and styled-component typingsAugust Skare2018-11-162-47/+40 | * | | | | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-1388-271/+697 | |\ \ \ \ \ \ \ \ \ \ \ | * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-131087-62833/+30200 | |\ \ \ \ \ \ \ \ \ \ \ \ | * | | | | | | | | | | | | remove unused dependeciesAugust Skare2018-11-122-11/+0 | * | | | | | | | | | | | | better positioning of hero animationAugust Skare2018-11-071-4/+4 | * | | | | | | | | | | | | lower deboune on animation resizeAugust Skare2018-11-071-1/+1 | * | | | | | | | | | | | | fix alignment on list bullestAugust Skare2018-11-071-8/+9 | * | | | | | | | | | | | | visual tweaks in code componentAugust Skare2018-11-071-7/+13 | * | | | | | | | | | | | | styling adjustment in uniq componentsAugust Skare2018-11-072-2/+2 | * | | | | | | | | | | | | align 0x logo in footerAugust Skare2018-11-071-0/+1 | * | | | | | | | | | | | | right align icons in trace componentAugust Skare2018-11-071-1/+0 | * | | | | | | | | | | | | more spacing on footer itemsAugust Skare2018-11-071-0/+1 | * | | | | | | | | | | | | break compiler cards on an earlier breakpointAugust Skare2018-11-071-2/+2 | * | | | | | | | | | | | | new og imagesAugust Skare2018-11-074-0/+0 | * | | | | | | | | | | | | new hero animation using bodymovin and lottieAugust Skare2018-11-0725-46/+261 | * | | | | | | | | | | | | copy changesAugust Skare2018-11-074-10/+8 | * | | | | | | | | | | | | fix issues in code elementAugust Skare2018-11-061-0/+3 | * | | | | | | | | | | | | fix large button on small screensAugust Skare2018-11-061-3/+10 | * | | | | | | | | | | | | rename pesudo element in code gutterAugust Skare2018-10-302-2/+2 | * | | | | | | | | | | | | fix code highlighting with ...August Skare2018-10-304-16/+31 | * | | | | | | | | | | | | remove outline on buttonsAugust Skare2018-10-301-0/+1 | * | | | | | | | | | | | | button tweaksAugust Skare2018-10-301-8/+15 | * | | | | | | | | | | | | optional copy button in code componentAugust Skare2018-10-302-3/+6 | * | | | | | | | | | | | | change footer copyAugust Skare2018-10-301-2/+1 | * | | | | | | | | | | | | fix link to 0x in headerAugust Skare2018-10-301-1/+1 | * | | | | | | | | | | | | Fixes/august (#12)August Skare2018-10-2918-58/+119 | * | | | | | | | | | | | | Feature/feedbacktweaks (#11)August Skare2018-10-295-24/+33 | * | | | | | | | | | | | | update content in tabsAugust Skare2018-10-264-15/+64 | * | | | | | | | | | | | | fix props drilling to far downAugust Skare2018-10-261-12/+11 | * | | | | | | | | | | | | alernate prop on inlinecode componentAugust Skare2018-10-262-3/+9 | * | | | | | | | | | | | | fix button position in code componentAugust Skare2018-10-261-17/+22 | * | | | | | | | | | | | | fix scrollbars in code componentsAugust Skare2018-10-261-1/+1 | * | | | | | | | | | | | | fixed links in footerAugust Skare2018-10-265-27/+24 | * | | | | | | | | | | | | new hover stylingAugust Skare2018-10-267-3/+11 | * | | | | | | | | | | | | new faviconsAugust Skare2018-10-264-0/+0 | * | | | | | | | | | | | | fix line-height in lead componentAugust Skare2018-10-261-1/+1 | * | | | | | | | | | | | | center logo textAugust Skare2018-10-261-2/+7 | * | | | | | | | | | | | | update codeblock in trace componentAugust Skare2018-10-261-1/+11 | * | | | | | | | | | | | | text color in trace componentAugust Skare2018-10-261-7/+12 | * | | | | | | | | | | | | 14px fontsize on codeAugust Skare2018-10-261-0/+1 | * | | | | | | | | | | | | update text color on dark backgroundAugust Skare2018-10-261-0/+3 | * | | | | | | | | | | | | update content on copiler pageAugust Skare2018-10-261-2/+16 | * | | | | | | | | | | | | fix dom elements type in introAugust Skare2018-10-253-7/+11 | * | | | | | | | | | | | | breakpoint on medium in intro componentAugust Skare2018-10-251-13/+2 | * | | | | | | | | | | | | add json support to highlightAugust Skare2018-10-251-0/+2 | * | | | | | | | | | | | | Updates intro componentMegan Pearson2018-10-251-7/+4 | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/dev-tools-pages' into dev-tools-pagesMegan Pearson2018-10-253-22/+35 | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | Updates intro component (#10)Megan Pearson2018-10-253-22/+35 | * | | | | | | | | | | | | | Fixed typosMegan Pearson2018-10-252-6/+6 | |/ / / / / / / / / / / / / | * | | | | | | | | | | | | Feature/syntaxhighlighting (#9)August Skare2018-10-257-52/+159 | * | | | | | | | | | | | | Add highlighter.js; basic styling for .diff classes; Start of code block in covMegan Pearson2018-10-254-11/+41 | * | | | | | | | | | | | | Updates Intro Component to use IntroBody and IntroAsideMegan Pearson2018-10-252-19/+37 | * | | | | | | | | | | | | Content (#7)August Skare2018-10-256-65/+231 | * | | | | | | | | | | | | Feature/tweaks (#8)August Skare2018-10-257-22/+53 | * | | | | | | | | | | | | Feature/animations (#6)August Skare2018-10-2510-9/+41 | * | | | | | | | | | | | | Feature/colors (#5)August Skare2018-10-236-7/+7 | * | | | | | | | | | | | | Merge pull request #4 from bakkenbaeck/feature/moreresponsiveMegan Pearson2018-10-235-31/+60 | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | Update margin-bottomAugust Skare2018-10-231-1/+1 | | * | | | | | | | | | | | | Responsive Compiler Megan Pearson2018-10-231-15/+25 | | * | | | | | | | | | | | | Responsive intro, againMegan Pearson2018-10-231-3/+10 | | * | | | | | | | | | | | | Adds wide prop for full width sectionsMegan Pearson2018-10-232-4/+12 | | * | | | | | | | | | | | | Implements Lead typographyMegan Pearson2018-10-233-9/+13 | |/ / / / / / / / / / / / / | * | | | | | | | | | | | | Merge branch 'feature/variables' into dev-tools-pagesMegan Pearson2018-10-2213-143/+222 | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev-tools-pages' into feature/variablesMegan Pearson2018-10-228-184/+187 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | * | | | | | | | | | | | | | Merge branch 'feature/alternate-main' into dev-tools-pagesMegan Pearson2018-10-2219-192/+326 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | | Remove unused importsMegan Pearson2018-10-221-2/+0 | | * | | | | | | | | | | | | | remove contentBlock from content componentAugust Skare2018-10-226-17/+15 | | * | | | | | | | | | | | | | rename Main to ContentAugust Skare2018-10-225-14/+14 | | * | | | | | | | | | | | | | remove container from all pagesAugust Skare2018-10-224-101/+88 | | * | | | | | | | | | | | | | support dark alternative of Main componentAugust Skare2018-10-223-50/+79 | | * | | | | | | | | | | | | | Remove font size adjustment for small screens from Beta Megan Pearson2018-10-222-3/+4 | | * | | | | | | | | | | | | | Responsive footerMegan Pearson2018-10-221-5/+35 | | * | | | | | | | | | | | | | Responsive font sizes in typography and globalstylesMegan Pearson2018-10-222-0/+11 | | * | | | | | | | | | | | | | Responsive traceMegan Pearson2018-10-221-2/+36 | | * | | | | | | | | | | | | | Responsive headerMegan Pearson2018-10-221-0/+6 | | * | | | | | | | | | | | | | Exports media breakpointsMegan Pearson2018-10-221-8/+27 | | * | | | | | | | | | | | | | Changed name of export to colors and updates componentsMegan Pearson2018-10-228-20/+22 | | * | | | | | | | | | | | | | Implements color variables and updates components Megan Pearson2018-10-228-10/+29 | |/ / / / / / / / / / / / / / | * | | | | | | | | | | | | | Feature/build step (#2)August Skare2018-10-1923-169/+665 | | * | | | | | | | | | | | | Responsive IntroMegan Pearson2018-10-221-13/+22 | | * | | | | | | | | | | | | Add light prop to codeMegan Pearson2018-10-221-1/+1 | | * | | | | | | | | | | | | Responsive listMegan Pearson2018-10-221-0/+6 | | * | | | | | | | | | | | | breakout container for small screensAugust Skare2018-10-223-50/+62 | | * | | | | | | | | | | | | ligt theme on codeAugust Skare2018-10-222-4/+6 | | * | | | | | | | | | | | | dont shrink icons in trace componentAugust Skare2018-10-221-4/+8 | | * | | | | | | | | | | | | button styling on small screensAugust Skare2018-10-221-0/+7 | | * | | | | | | | | | | | | code fontsize on small screensAugust Skare2018-10-222-68/+70 | | * | | | | | | | | | | | | hero spacing adjustment on small screenAugust Skare2018-10-221-0/+12 | | * | | | | | | | | | | | | spacing adjustments on contentblock and main componentsAugust Skare2018-10-222-1/+25 | | * | | | | | | | | | | | | remove padding on Trace component on small breakpointAugust Skare2018-10-221-1/+5 | | * | | | | | | | | | | | | spacing adjustment in footerAugust Skare2018-10-221-1/+6 | | * | | | | | | | | | | | | don't shrink icons in footerAugust Skare2018-10-221-1/+1 | | * | | | | | | | | | | | | keep fonts folder in gitAugust Skare2018-10-222-1/+2 | | * | | | | | | | | | | | | Feature/build step (#2)August Skare2018-10-19